.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:251,249,245;--color-primary-1:243,236,221;--color-primary-2:231,216,187;--color-primary-3:116,108,94;--color-primary-4:35,32,28;--color-secondary-0:255,255,255;--color-secondary-1:176,176,176;--color-secondary-2:124,123,123;--color-secondary-3:106,106,106;--color-secondary-4:37,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:none;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;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:31.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bJI4v3l2hVpTU5EvTdZOSUngEPXeJfUF { color:rgba(var(--color-primary-2),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.85546875rem;left:17.90625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:8.8559375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.375rem;left:8.71875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dm4NxaSnW4RkLZ3bQByuG2TgTnhxqZEa { background-color:#cfb176;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.41796875rem;left:22.78125rem;display:block; }
#AM0TuwO7TK4vMV4zo2rHcaplZRITnoD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color:transparent;background-image:none;width:60rem;height:11.25rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rSpm4z60z2WmTqTFBz1a1J7tQhQLu4HT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.87451171875rem;left:28.3125rem; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:38.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:#cfb176;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:11.5rem;left:0rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:19.5rem;left:0rem;height:11.47265rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:37.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:31.75rem;left:26.5rem; }
#JoTvorTI4e3gTu5i5zfRyV1aWJ6dtuJW { background-color:#cfb176;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.17333984375rem;left:19.90625rem;display:block; }
#LbmXFuhdlgKGyw251MGJwLSROFdnOMiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHz3qp4Tknxz7WxFFeKGKq4dql59k9vT { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:31.9375rem;width:23.875rem;top:2.29833984375rem;left:35.75rem;overflow:hidden;display:block; }
#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#f2e6d0;background-image:none;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;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e6d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:18.0625rem;top:0.625rem;left:0.71875rem;display:block; }
#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.375rem;left:2.34375rem;height:10.79880625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.2861328125rem;left:2.34375rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:5.25rem;left:9.0625rem;display:block; }
#JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:21rem;display:block; }
#dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.2607421875rem;left:22.34375rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:6.2861328125rem;left:22.34375rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:5.25rem;left:29.0625rem;display:block; }
#TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:41rem;display:block; }
#ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:14.26123046875rem;left:42.34375rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#py003cwex05IKoloBR228U0OX0cs5QAF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:6.2861328125rem;left:42.34375rem;height:7.1996875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:5.1875rem;left:49.0625rem;display:block; }
#bgJlk7qEQ78rZSLgwkgwkNIKeTqrqNqm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.71875rem;left:9.0625rem; }
#eQnuXHJVaMDw06qQnUyyHr8zJbzRJ3pv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.71875rem;left:29.0625rem; }
#uJJfXrvmBi7NxG6sJ7EX02pgZ0K3JzAo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:2.71875rem;left:49.0625rem; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#f2e6d0;background-image:none;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;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:60rem;height:4.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nHBaFIbKVgssQyMmFId76N6Nw7KMb0aq { color:#cfb176;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L { background-color:#f2e6d0;background-image:none;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;display:block; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { background-color: transparent; background-image: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .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); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { border-width: 0; border-radius: 0; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { width:60rem;height:28.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#w7uvMl4t50I0GAAI6nHzMl11TRFXBKaq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:18.0625rem;top:2.4375rem;left:0rem;display:block; }
#we44UzQEsQTHKVffp3J83SfXbTqfk1By { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:18.0625rem;top:2.4375rem;left:20.15625rem;display:block; }
#Vq3tKHlsXBEwO1Ck9bpHNe5GdI5PEKJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:7.2236328125rem;left:1.625rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpITqyOzTEKyFHVcM51Pl3BrZaC4uqys { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:4.34375rem;left:8.34375rem; }
#Qb6W3bTsoiwmGumDL3JQI481BgCXpDww { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:6.4736328125rem;left:8.34375rem;display:block; }
#skzII9loo5hCg8dCWaT93zKGyAbhlaeM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13.32666015625rem;left:2.21875rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4ZUVmbcQLZV4DVCoCCUanRmW9nnTEwc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:7.2236328125rem;left:21.78125rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mz2pRUu9fuATPSvqEEtthC6CH8szNIZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:13.88916015625rem;left:21.84375rem;height:8.99905625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdRDpWdv0mIKK4Cy43nskNWU4lX6nJko { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:4.34375rem;left:28.5rem; }
#EsWNcxEu11B89H9oEUXinl8LZ6ILslN3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:6.4111328125rem;left:28.46875rem;display:block; }
#L5lyVWzQkimCx4lB72vH1s1K59CTpR1g { background-color:#cfb176;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:22.28125rem;left:41.931640625rem;display:block; }
#syuIDu8LmJHqTgsXgcogg9WH83GEIlvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLNGHzr5gZ92qa437nV9DKqybSlI68Mt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:13.32666015625rem;left:48.28125rem; }
#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/11e6adf1-dd0c-4871-9ba4-37357e808820/WhatsAppImage20251006at111000.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.75rem;top:2.34375rem;left:39.775407867121rem;display:block; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.adaptive-delivery-prevent-bg, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyload, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyloading { background-image: none; }
#AgTkPlOT1cLAg2lxuASh273ivpZlWI55 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:18.25rem;top:2.28125rem;left:39.775390625rem;display:none; }
#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#rXNpqrB1AMq8Pt0XH3TMZkkpa0mU5PnP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.19384765625rem;left:1.0625rem;height:20.7129125rem;font-style:normal;display:block; }
#tReC2xBVScl66EuvkqRWmOscEHy3lo3K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8759765625rem;left:23.75rem;height:1.29980625rem;display:block; }
#L91CqZXvVn4td4fZLWrQGuDRCua2BAG2 { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:1.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWMrKdTOVHisnuoP2b6QX3a9ft2cTxBN { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:21.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmGAz0OQwILmXl1JoerRM5wOZ7F8n37E { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.19384765625rem;left:21.0625rem;height:19.33205625rem;font-style:normal;display:block; }
#rP3mTDgiygAqVw9XeEBNlRyLaGb3qPFO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.40478515625rem;left:21.3125rem;height:2.03125rem;display:block; }
#VScTXaGoUsyvrJC5rZnICRt0rfZQtX4q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.40478515625rem;left:1.3125rem;height:4.0625rem;display:block; }
#N3OZrtiBaq6ChHZJLIV5AMnuBiHhyOCu { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:41.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#svO3cmurn1eg05Ovqn2kaaqECZonCchH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.40478515625rem;left:40.53125rem;height:2.03125rem;display:block; }
#GJuvB4gz4boqNcC4ZFH1IAvglHq42L0U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8837890625rem;left:41.0625rem;height:15.189475rem;font-style:normal;display:block; }
#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { background-color: transparent; background-image: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .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); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { border-width: 0; border-radius: 0; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#iTk9zrBegBbogpAc6S3GnaxwBuvP6A0s { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.19384765625rem;left:1.0625rem;height:15.189475rem;font-style:normal;display:block; }
#O48dv4FlVFhSiXzsb2atpo5wv3ouTAKp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8759765625rem;left:23.75rem;height:1.29980625rem;display:block; }
#T9I27Nx0Sz25TltXsrOCR2l7ophbKGOU { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:1.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QNGhHC8QBKJCWgvG2bzcBdDTeK6m4GAd { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:21.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpQAdRuOcqtoovPuDNeumLAobExqrhON { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.40478515625rem;left:1.3125rem;height:4.0625rem;display:block; }
#JaHLZ9rNZTfA2W57LDDzdwmexXikS3Fh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2509765625rem;left:22.71875rem;height:15.1894875rem;font-style:normal;display:block; }
#nCblF1BUhHFU9bIwNFSLtWckfTh0OlLm { color:#cfb176;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6259765625rem;left:39.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zV0WPOJ3OxFOAmRF3osZf3kPdLch1zlg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2509765625rem;left:41.0625rem;height:16.57035rem;font-style:normal;display:block; }
#cA8Ll8LhRNgO8SThvdIc1ycC2oI65FsD { background-color:#cfb176;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:26.65625rem;left:22.78125rem;display:block; }
#qACi0GTtxGos31yaR12E2OuEgQy9BASF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:rgba(var(--color-primary-2),1);background-image:none;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;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHzQacmttVcbmCiJfIdWfThkczX1P2kd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { background-color:rgba(var(--color-primary-2),1);background-image:none;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;display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { background-color: transparent; background-image: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .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); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { border-width: 0; border-radius: 0; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:60rem;height:15.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hxeTQ81SAS11vaRhcRHTZgWBN34m2XfG { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:55.3125rem;top:0rem;left:2.25rem;display:block; }
#fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:4rem;left:7.625rem;height:8.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kApROH5JgISD7sXqhg0PGfKyfwB8wM6X { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;top:0.6875rem;left:27.90625rem; }
#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX { background-color:rgba(var(--color-primary-2),1);background-image:none;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;display:block; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { background-color: transparent; background-image: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .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); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { border-width: 0; border-radius: 0; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { width:60rem;height:16.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DehBFcz46XexSsc9vofSeebTtIfwE6ni { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:57.25rem;top:1.0625rem;left:1.03125rem;display:block; }
#chiSrVpyOUAn4gUuOQUETWT920p7m2UO { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:5.75rem;left:7.625rem;height:8.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ie4CabR5Gmw4pyJw3wmyMpyCwovbzZ7T { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;top:1.8125rem;left:27.90625rem; }
#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { background-color:rgba(var(--color-primary-2),1);background-image:none;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;display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { background-color: transparent; background-image: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .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); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { border-width: 0; border-radius: 0; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.12451171875rem;left:30.0625rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/11e6adf1-dd0c-4871-9ba4-37357e808820/WhatsAppImage20251006at111000.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:25.1875rem;top:7rem;left:1.25rem;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
#fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:1.25rem solid rgba(var(--color-primary-2),1);border-left:1.25rem solid rgba(var(--color-primary-2),1);border-right:1.25rem solid rgba(var(--color-primary-2),1);border-bottom:1.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:55.4375rem;top:6.96875rem;left:1.03125rem;display:block; }
#K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:26.12451171875rem;left:43.375rem; }
#TLZOUhxlIeBH0nZfLkNTCz0fhVNlhIAJ { background-color:#cfb176;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.28125rem;left:36.78125rem;display:block; }
#QKKMF9snufHigQJqKlhTxkUc22JsMEad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#252323;background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); } }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJI4v3l2hVpTU5EvTdZOSUngEPXeJfUF { width:25.3125rem;height:1.25rem;top:11.8125rem;left:11.78125rem;color:#e7d8bb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:47.75rem;height:8.8125rem;top:3rem;left:0rem;color:#ffffff;font-size:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:39.8125rem;height:6rem;top:19.375rem;left:2.59375rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm4NxaSnW4RkLZ3bQByuG2TgTnhxqZEa { width:14.4375rem;height:2.75rem;top:27.375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM0TuwO7TK4vMV4zo2rHcaplZRITnoD0 { display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSpm4z60z2WmTqTFBz1a1J7tQhQLu4HT { width:1.25rem;height:1.25rem;top:8.8125rem;left:22.1875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;color:#cfb176;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:19.75rem;height:1.625rem;top:12.375rem;left:26.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:31.75rem;left:20.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #JoTvorTI4e3gTu5i5zfRyV1aWJ6dtuJW { width:14.4375rem;height:2.75rem;top:34.125rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmXFuhdlgKGyw251MGJwLSROFdnOMiu { display:block; }
 }@media only screen and (max-width: 763px) { #gHz3qp4Tknxz7WxFFeKGKq4dql59k9vT { top:2.25rem;left:23.875rem;width:23.875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.125rem;top:5.25rem;left:7rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:13.75rem;height:22.5rem;top:1rem;left:16.75rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:5.25rem;left:22.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:13.3125rem;height:2.375rem;top:8.625rem;left:33.134765625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:5.1875rem;left:38.75rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bgJlk7qEQ78rZSLgwkgwkNIKeTqrqNqm { width:1.875rem;height:1.875rem;top:2.6875rem;left:7rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #eQnuXHJVaMDw06qQnUyyHr8zJbzRJ3pv { width:1.875rem;height:1.875rem;top:2.6875rem;left:22.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #uJJfXrvmBi7NxG6sJ7EX02pgZ0K3JzAo { width:1.875rem;height:1.875rem;top:2.6875rem;left:38.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHBaFIbKVgssQyMmFId76N6Nw7KMb0aq { width:47.75rem;height:1.625rem;top:1.375rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { background-color: transparent; background-image: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .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); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { border-width: 0; border-radius: 0; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7uvMl4t50I0GAAI6nHzMl11TRFXBKaq { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #we44UzQEsQTHKVffp3J83SfXbTqfk1By { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3tKHlsXBEwO1Ck9bpHNe5GdI5PEKJ1 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vpITqyOzTEKyFHVcM51Pl3BrZaC4uqys { width:1.875rem;height:1.875rem;top:4.3125rem;left:2.21875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6W3bTsoiwmGumDL3JQI481BgCXpDww { width:1.875rem;height:0.125rem;top:6.4375rem;left:2.21875rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #skzII9loo5hCg8dCWaT93zKGyAbhlaeM { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b4ZUVmbcQLZV4DVCoCCUanRmW9nnTEwc { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2pRUu9fuATPSvqEEtthC6CH8szNIZ7 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AdRDpWdv0mIKK4Cy43nskNWU4lX6nJko { width:1.875rem;height:1.875rem;top:4.3125rem;left:22.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #EsWNcxEu11B89H9oEUXinl8LZ6ILslN3 { width:1.875rem;height:0.125rem;top:6.375rem;left:22.34375rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L5lyVWzQkimCx4lB72vH1s1K59CTpR1g { width:14.4375rem;height:2.75rem;top:22.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuIDu8LmJHqTgsXgcogg9WH83GEIlvi { display:block; }
 }@media only screen and (max-width: 763px) { #TLNGHzr5gZ92qa437nV9DKqybSlI68Mt { width:1.25rem;height:1.25rem;top:13.3125rem;left:42.15625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;background-color:#252323;background-image:url("https://images.assets-landingi.com/i9I3qu2e/img01_03.png");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;box-shadow: none;display:block; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.adaptive-delivery-prevent-bg, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyload, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AgTkPlOT1cLAg2lxuASh273ivpZlWI55 { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXNpqrB1AMq8Pt0XH3TMZkkpa0mU5PnP { top:9.1875rem;left:0rem;width:17.875rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tReC2xBVScl66EuvkqRWmOscEHy3lo3K { top:17.875rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91CqZXvVn4td4fZLWrQGuDRCua2BAG2 { width:17.375rem;height:1.625rem;top:3.625rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMrKdTOVHisnuoP2b6QX3a9ft2cTxBN { width:17.375rem;height:1.625rem;top:3.625rem;left:14.375rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmGAz0OQwILmXl1JoerRM5wOZ7F8n37E { top:9.1875rem;left:13.875rem;width:17.875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP3mTDgiygAqVw9XeEBNlRyLaGb3qPFO { top:6.375rem;left:11.75rem;width:17.875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VScTXaGoUsyvrJC5rZnICRt0rfZQtX4q { top:6.375rem;left:0rem;width:15.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3OZrtiBaq6ChHZJLIV5AMnuBiHhyOCu { width:17.375rem;height:1.625rem;top:3.625rem;left:30.25rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svO3cmurn1eg05Ovqn2kaaqECZonCchH { top:6.375rem;left:28.6875rem;width:18.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJuvB4gz4boqNcC4ZFH1IAvglHq42L0U { top:9.875rem;left:29.75rem;width:17.875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { background-color: transparent; background-image: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .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); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { border-width: 0; border-radius: 0; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTk9zrBegBbogpAc6S3GnaxwBuvP6A0s { top:9.1875rem;left:0rem;width:17.875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O48dv4FlVFhSiXzsb2atpo5wv3ouTAKp { top:17.875rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9I27Nx0Sz25TltXsrOCR2l7ophbKGOU { width:17.375rem;height:1.625rem;top:3.625rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNGhHC8QBKJCWgvG2bzcBdDTeK6m4GAd { width:17.375rem;height:1.625rem;top:3.625rem;left:14.375rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQAdRuOcqtoovPuDNeumLAobExqrhON { top:6.375rem;left:0rem;width:15.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaHLZ9rNZTfA2W57LDDzdwmexXikS3Fh { top:5.25rem;left:13.875rem;width:17.875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCblF1BUhHFU9bIwNFSLtWckfTh0OlLm { width:17.375rem;height:1.625rem;top:3.625rem;left:14.375rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV0WPOJ3OxFOAmRF3osZf3kPdLch1zlg { top:5.25rem;left:29.75rem;width:17.875rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA8Ll8LhRNgO8SThvdIc1ycC2oI65FsD { width:14.4375rem;height:2.75rem;top:26.625rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qACi0GTtxGos31yaR12E2OuEgQy9BASF { display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;color:#cfb176;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:47.75rem;height:2.0625rem;top:7.8125rem;left:0rem;color:#000000;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { background-color: transparent; background-image: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .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); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { border-width: 0; border-radius: 0; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxeTQ81SAS11vaRhcRHTZgWBN34m2XfG { width:47.75rem;height:15.3125rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { width:44.5625rem;height:8.875rem;top:4rem;left:1.5rem;color:#000000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kApROH5JgISD7sXqhg0PGfKyfwB8wM6X { width:4rem;height:4rem;top:0.6875rem;left:21.78125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { background-color: transparent; background-image: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .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); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { border-width: 0; border-radius: 0; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DehBFcz46XexSsc9vofSeebTtIfwE6ni { width:47.25rem;height:15.3125rem;top:1.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #chiSrVpyOUAn4gUuOQUETWT920p7m2UO { width:44.5625rem;height:8.875rem;top:5.75rem;left:1.5rem;color:#000000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4CabR5Gmw4pyJw3wmyMpyCwovbzZ7T { width:4rem;height:4rem;top:1.8125rem;left:21.78125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { background-color: transparent; background-image: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .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); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { border-width: 0; border-radius: 0; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { background-color:#252323;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;background-color:#252323;background-image:url("https://images.assets-landingi.com/dRfClBMI/bg03_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:45.25rem;height:23.625rem;top:6.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:1.25rem solid #e7d8bb;border-left:1.25rem solid #e7d8bb;border-right:1.25rem solid #e7d8bb;border-bottom:1.25rem solid #e7d8bb;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:26.0625rem;left:37.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TLZOUhxlIeBH0nZfLkNTCz0fhVNlhIAJ { width:14.4375rem;height:2.75rem;top:28.25rem;left:30.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKMF9snufHigQJqKlhTxkUc22JsMEad { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#252323;background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); } }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJI4v3l2hVpTU5EvTdZOSUngEPXeJfUF { width:20rem;height:1.29980625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;color:#e7d8bb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:20rem;height:14rem;top:7.04980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dm4NxaSnW4RkLZ3bQByuG2TgTnhxqZEa { width:14.4375rem;height:2.75rem;top:22.29980625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM0TuwO7TK4vMV4zo2rHcaplZRITnoD0 { display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSpm4z60z2WmTqTFBz1a1J7tQhQLu4HT { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:20rem;height:5.19921875rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:20rem;height:12.75rem;top:10.57421875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:19.121125rem;top:24.57421875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:19.75rem;height:1.625rem;top:61.52200390625rem;left:0.25rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:44.94534375rem;left:9.375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #JoTvorTI4e3gTu5i5zfRyV1aWJ6dtuJW { width:14.4375rem;height:2.75rem;top:47.44534375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmXFuhdlgKGyw251MGJwLSROFdnOMiu { display:block; }
 }@media only screen and (max-width: 763px) { #gHz3qp4Tknxz7WxFFeKGKq4dql59k9vT { width:20rem;height:26.753875rem;top:51.44534375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:20rem;height:2.5996125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:17.5rem;height:22.5rem;top:1.25rem;left:1rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:15.3125rem;height:10.79880625rem;top:13rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:15.3125rem;height:4.79980625rem;top:6.9111328125rem;left:2.625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:5.875rem;left:9.34375rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:17.5rem;height:22.5rem;top:25.5rem;left:1rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:15.3125rem;height:5.3994125rem;top:38.7607421875rem;left:2.34375rem;text-align:center;text-align-last:center;color:#080501;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:15.3125rem;height:4.79980625rem;top:30.7861328125rem;left:2.34375rem;text-align:center;text-align-last:center;color:#0b0701;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:29.75rem;left:9.0625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:17.5rem;height:22.5rem;top:49.75rem;left:1rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:15.3125rem;height:5.3994125rem;top:63.01123046875rem;left:2.34375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:15.3125rem;height:7.1996875rem;top:55.0361328125rem;left:2.34375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:53.9375rem;left:9.0625rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bgJlk7qEQ78rZSLgwkgwkNIKeTqrqNqm { width:1.875rem;height:1.875rem;top:3.34375rem;left:9.34375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #eQnuXHJVaMDw06qQnUyyHr8zJbzRJ3pv { width:1.875rem;height:1.875rem;top:27.21875rem;left:9.0625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #uJJfXrvmBi7NxG6sJ7EX02pgZ0K3JzAo { width:1.875rem;height:1.875rem;top:51.46875rem;left:9.0625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHBaFIbKVgssQyMmFId76N6Nw7KMb0aq { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L { background-color:#f8f3ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { background-color: transparent; background-image: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row > .video-iframe-container { display: none; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .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); }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { border-width: 0; border-radius: 0; }#BcXgM4wZJlQ40G7aZ7RSNgixlMkT6e5L > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7uvMl4t50I0GAAI6nHzMl11TRFXBKaq { width:18.0625rem;height:23.25rem;top:1.25rem;left:0.6875rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #we44UzQEsQTHKVffp3J83SfXbTqfk1By { width:18.0625rem;height:23.25rem;top:26.25rem;left:0.6875rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3tKHlsXBEwO1Ck9bpHNe5GdI5PEKJ1 { width:15.3125rem;height:4.79980625rem;top:6.0361328125rem;left:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpITqyOzTEKyFHVcM51Pl3BrZaC4uqys { width:1.875rem;height:1.875rem;top:3.15625rem;left:9.03125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6W3bTsoiwmGumDL3JQI481BgCXpDww { width:1.875rem;height:0.125rem;top:5.2861328125rem;left:9.03125rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #skzII9loo5hCg8dCWaT93zKGyAbhlaeM { width:15.3125rem;height:7.19921875rem;top:12.13916015625rem;left:2.90625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ZUVmbcQLZV4DVCoCCUanRmW9nnTEwc { width:15.3125rem;height:4.79980625rem;top:31.0361328125rem;left:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2pRUu9fuATPSvqEEtthC6CH8szNIZ7 { width:15.3125rem;height:8.99905625rem;top:37.70166015625rem;left:2.375rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdRDpWdv0mIKK4Cy43nskNWU4lX6nJko { width:1.875rem;height:1.875rem;top:28.15625rem;left:9.03125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #EsWNcxEu11B89H9oEUXinl8LZ6ILslN3 { width:1.875rem;height:0.125rem;top:30.2236328125rem;left:9rem;background-color:#6a6a6a;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L5lyVWzQkimCx4lB72vH1s1K59CTpR1g { width:14.4375rem;height:2.75rem;top:71.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuIDu8LmJHqTgsXgcogg9WH83GEIlvi { display:block; }
 }@media only screen and (max-width: 763px) { #TLNGHzr5gZ92qa437nV9DKqybSlI68Mt { width:1.25rem;height:1.25rem;top:62.23291015625rem;left:9.318359375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:18.375rem;height:24.25rem;top:51.25rem;left:0.8125rem;background-color:#252323;background-image:url("https://images.assets-landingi.com/uc/11e6adf1-dd0c-4871-9ba4-37357e808820/WhatsAppImage20251006at111000.jpeg");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;box-shadow: none;display:block; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.adaptive-delivery-prevent-bg, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyload, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AgTkPlOT1cLAg2lxuASh273ivpZlWI55 { width:18.25rem;height:23.5625rem;top:51.1875rem;left:0.8125rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:20rem;height:5.19921875rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXNpqrB1AMq8Pt0XH3TMZkkpa0mU5PnP { width:17.875rem;height:20.7129125rem;top:4.125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tReC2xBVScl66EuvkqRWmOscEHy3lo3K { width:12.5rem;height:1.29980625rem;top:58.138625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L91CqZXvVn4td4fZLWrQGuDRCua2BAG2 { width:17.375rem;height:1.625rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMrKdTOVHisnuoP2b6QX3a9ft2cTxBN { width:17.375rem;height:1.625rem;top:31.400375rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmGAz0OQwILmXl1JoerRM5wOZ7F8n37E { width:17.875rem;height:19.33205625rem;top:37.556625rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rP3mTDgiygAqVw9XeEBNlRyLaGb3qPFO { width:17.875rem;height:2.03125rem;top:34.275375rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VScTXaGoUsyvrJC5rZnICRt0rfZQtX4q { width:15.1875rem;height:4.0625rem;top:26.087875rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3OZrtiBaq6ChHZJLIV5AMnuBiHhyOCu { width:17.375rem;height:1.625rem;top:60.68843125rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svO3cmurn1eg05Ovqn2kaaqECZonCchH { width:18.9375rem;height:2.03125rem;top:63.56343125rem;left:0.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJuvB4gz4boqNcC4ZFH1IAvglHq42L0U { width:17.875rem;height:15.189475rem;top:66.84468125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { background-color: transparent; background-image: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row > .video-iframe-container { display: none; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .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); }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { border-width: 0; border-radius: 0; }#feEO3MbGqUJzITJXHZFgxXxJkDIc2Ot1 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTk9zrBegBbogpAc6S3GnaxwBuvP6A0s { width:17.875rem;height:15.189475rem;top:4.125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O48dv4FlVFhSiXzsb2atpo5wv3ouTAKp { width:12.5rem;height:1.29980625rem;top:48.066375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9I27Nx0Sz25TltXsrOCR2l7ophbKGOU { width:17.375rem;height:1.625rem;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNGhHC8QBKJCWgvG2bzcBdDTeK6m4GAd { width:17.375rem;height:1.625rem;top:25.8769375rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQAdRuOcqtoovPuDNeumLAobExqrhON { width:15.1875rem;height:4.0625rem;top:20.5644375rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaHLZ9rNZTfA2W57LDDzdwmexXikS3Fh { width:17.875rem;height:15.1894875rem;top:31.6269375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCblF1BUhHFU9bIwNFSLtWckfTh0OlLm { width:17.375rem;height:1.625rem;top:28.7519375rem;left:1.3125rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV0WPOJ3OxFOAmRF3osZf3kPdLch1zlg { width:17.875rem;height:16.57035rem;top:54.61618125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cA8Ll8LhRNgO8SThvdIc1ycC2oI65FsD { width:14.4375rem;height:2.75rem;top:50.61618125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qACi0GTtxGos31yaR12E2OuEgQy9BASF { display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;color:#cfb176;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:20rem;height:10.3984375rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { background-color: transparent; background-image: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .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); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { border-width: 0; border-radius: 0; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxeTQ81SAS11vaRhcRHTZgWBN34m2XfG { width:20rem;height:22.125rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { width:18.75rem;height:11.4726625rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kApROH5JgISD7sXqhg0PGfKyfwB8wM6X { width:4rem;height:4rem;top:1.9375rem;left:16rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { background-color: transparent; background-image: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row > .video-iframe-container { display: none; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .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); }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { border-width: 0; border-radius: 0; }#K4AhwxOd55VZwapgi6ywppQ0ZUTwL2mX > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DehBFcz46XexSsc9vofSeebTtIfwE6ni { width:19.5rem;height:22rem;top:1.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0.25rem solid #cfb176;border-left:0.25rem solid #cfb176;border-right:0.25rem solid #cfb176;border-bottom:0.25rem solid #cfb176;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #chiSrVpyOUAn4gUuOQUETWT920p7m2UO { width:18.75rem;height:11.4726625rem;top:6rem;left:0.625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4CabR5Gmw4pyJw3wmyMpyCwovbzZ7T { width:4rem;height:4rem;top:2rem;left:16rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { background-color:#e7d8bb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { background-color: transparent; background-image: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .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); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { border-width: 0; border-radius: 0; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { background-color:#252323;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { width:19.75rem;height:4.0625rem;top:3.71875rem;left:0.25rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:17.125rem;height:21.5976875rem;top:11.90576171875rem;left:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:20rem;height:27.5rem;top:1.28125rem;left:0rem;background-color:#252323;background-image:url("https://images.assets-landingi.com/dRfClBMI/bg03_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:17.5rem;height:44.6875rem;top:1.25rem;left:0rem;background-color:transparent;background-image:none;border-top:1.25rem solid #e7d8bb;border-left:1.25rem solid #e7d8bb;border-right:1.25rem solid #e7d8bb;border-bottom:1.25rem solid #e7d8bb;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:20.40576171875rem;left:18.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TLZOUhxlIeBH0nZfLkNTCz0fhVNlhIAJ { width:14.4375rem;height:2.75rem;top:38.5625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKMF9snufHigQJqKlhTxkUc22JsMEad { display:block; }
 }