.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(90deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(90deg, #f4eddd, #f4f4f4);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c2a25;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.46875rem;left:61.25rem;display:block; }
#wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { position:absolute;display:block;z-index:15043;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:4.75rem;width:5.25rem;top:0.6875rem;left:0.6875rem;overflow:hidden;display:block; }
#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.5625rem;left:21.0625rem;height:1.16796875rem;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; }
#oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.5625rem;left:28rem;height:1.16796875rem;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; }
#M55PbBB67T78XEzWtqfeKSRwdDtPueZN { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.5625rem;left:36.75rem;height:1.16796875rem;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; }
#lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:45.875rem;height:1.16796875rem;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; }
#MnDx3WTERhyzuE6inB4e60VBIE4QNtpL { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.5625rem;left:50.8125rem;height:1.16796875rem;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; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #f7e4d8, #d09164);background-image: -moz-linear-gradient(110deg, #f7e4d8, #d09164);background-image: -ms-linear-gradient(110deg, #f7e4d8, #d09164);background-image: -o-linear-gradient(110deg, #f7e4d8, #d09164);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e4d8', endColorstr='#d09164' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e4d8', endColorstr='#d09164' );";background-image: linear-gradient(110deg, #f7e4d8, #d09164);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:4.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:37.8125rem;left:0.875rem;display:block; }
#RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:aboreto;font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;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:none; }
#RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { display:block;width:34.0625rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.4;top:13.8125rem;left:0.875rem;background-color:transparent;background-image:none;height:11.5488125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { color:#000000;display:block;width:33.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:25.625rem;left:0.875rem;height:6.375rem;text-align:left;text-align-last:left;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; }
#AnggyMJR3eLxAibWwdzTDQN2VO21RbWN { position:absolute;display:block;z-index:15042;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:39.75rem;width:30.3125rem;top:9.8125rem;left:40.6875rem;overflow:hidden;display:block; }
#SSioe2wsKuZegt1WoCU4MNuLnGpgQOa9 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:25.625rem;left:0.875rem;height:6.375rem;text-align:left;text-align-last:left;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:none; }
#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7e6db;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; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container { background-color: transparent; background-image: none; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container > .video-iframe-container { display: none; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row > .video-iframe-container { display: none; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .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); }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container { border-width: 0; border-radius: 0; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#ABs0dz0ORsyDE2CQ2G5slSQnq0lKdVAh { color:#232323;display:block;width:13.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:1.75rem;left:4.375rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#oWrJ6NouoTD57Xhm8TsB98ro7XGxrnCq { color:#232323;display:block;width:14.1875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:1.75rem;left:24.1875rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VvAipbFw7tAZeZJWZqBkTp8RmKGcalQK { color:#232323;display:block;width:11.625rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:1.75rem;left:44.75rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#OIi1ok6CMEgQ1rPaL8lOfDTsg71EMoWI { color:#232323;display:block;width:11.625rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:1.75rem;left:62.3125rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LndvSq4Cnn5R8TcEpExfbvfLISNXer30 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#l3QnTbMpqZ2klr6lTzHkcoIJTQ1MB0XT { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.6875rem;left:20.9375rem;overflow:hidden;display:block; }
#b82WJzppFbJbTh1xRR3GKRpWkzLG0JQR { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.6875rem;left:41.375rem;overflow:hidden;display:block; }
#OcGUZqWI9eMqBRR3NXerMUT1VHl45gf3 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.6875rem;left:59rem;overflow:hidden;display:block; }
#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:url("https://images.assets-landingi.com/uc/2d31e060-9da2-4589-9560-27b4718fc7cf/3224637_1_1754187013688ec5051a349.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.adaptive-delivery-prevent-bg, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyload, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyloading { background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { border-width: 0; border-radius: 0; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:38.875rem;left:0.9375rem;display:block; }
#JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:49.9375rem;display:none; }
#COmuGtCwyIkuSk0Q1OpxE4MP2h64ex15 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:5.0625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ { box-sizing:content-box;height:19.6875rem;width:13.75rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e20a5641-4d08-4648-8c6c-1f44ceb6abd9/3224637_1_29587.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:0rem;display:block; }#I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ.adaptive-delivery-prevent-bg, #I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ.lazyload, #I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ.lazyloading { background-image: none; }
#fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu { box-sizing:content-box;height:19.6875rem;width:13.75rem;position:absolute;display:block;z-index:15049;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e8cae39-9f9f-4805-80e5-dbd46c6ad1cf/3224637_1_74178.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:15.3125rem;display:block; }#fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu.adaptive-delivery-prevent-bg, #fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu.lazyload, #fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu.lazyloading { background-image: none; }
#nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK { box-sizing:content-box;height:19.6875rem;width:13.75rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bbb0c93a-a65b-4a6e-b3dc-c76384c1db43/3224637_1_05104.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:46rem;display:block; }#nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK.adaptive-delivery-prevent-bg, #nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK.lazyload, #nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK.lazyloading { background-image: none; }
#ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC { box-sizing:content-box;height:19.6875rem;width:13.75rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de32fc72-0b29-4339-8a80-665a0d9a58a3/3224637_1_55333.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:30.625rem;display:block; }#ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.adaptive-delivery-prevent-bg, #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.lazyload, #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.lazyloading { background-image: none; }
#d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J { box-sizing:content-box;height:19.6875rem;width:13.75rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbcf91fe-711f-448c-aed2-7c0310ac0754/3224637_1_21204.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:61.25rem;display:block; }#d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J.adaptive-delivery-prevent-bg, #d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J.lazyload, #d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J.lazyloading { background-image: none; }
#WLMhs8TpdgVJZ7kA2vL3OQkhk0R94JG7 { box-sizing:content-box;height:11.0625rem;width:13.75rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:29.4375rem;left:0rem;display:block; }
#M57Czd4b0FalB76n4kJ1vwl5RWWEuqbT { box-sizing:content-box;height:12.5rem;width:13.75rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:29.4375rem;left:15.3125rem;display:block; }
#Q44UuRaekrTCg96VWwcbSQANcbogNLJy { box-sizing:content-box;height:12.5rem;width:13.75rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:29.4375rem;left:30.625rem;display:block; }
#PdMM4gXawk8CE5tHnfBx9DguBKQ4UWpd { box-sizing:content-box;height:12.5rem;width:13.75rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:29.4375rem;left:46rem;display:block; }
#qiUGWnqTxT63cyOTM4p2UWDU0WKTXWw8 { box-sizing:content-box;height:12.5rem;width:13.75rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;top:29.4375rem;left:61.25rem;display:block; }
#QBpfEO6NXP0KcpuXChZQS05RudhoT4vT { color:#232323;display:block;width:13.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:30.125rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gfLv15ht9c4rP96ZrntxTsOCM2trWeOh { color:#232323;display:block;width:13.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:33.46875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BhAAnQWhpCALuG5Ci27VanIzOTQa7ySu { color:#232323;display:block;width:13.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:30.1875rem;left:15.3125rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#c0xRy3lMlzDXHKrWFah4NyuQ4ue5T38c { color:#232323;display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:33.71875rem;left:15.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#W5oy3Tz3pAB9hxLvJXgAirDMRZELoFcP { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:38.9375rem;left:16.25rem;display:block; }
#aHcAfWGkao0bw8F5h2ZkHFmtq4g7SE7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr8AdXWK4sm7ZCiMBKot84BgyV5yRnAi { color:#232323;display:block;width:13.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.2;letter-spacing:0;top:30.1875rem;left:30.625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#DxC128wJuiTTqpfVEGc7J8ns9pAi2w1T { color:#232323;display:block;width:13.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:33.5625rem;left:30.625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#LVcEh71ovdIBNQph0NoVP99gWKia6iIq { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:38.9375rem;left:31.5625rem;display:block; }
#mJ5ItLe8UhPXldq5Re2xmIZkbA8xSDyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqVrWJDA8QoLyD0Z16kmKTsbTn35eefK { color:#232323;display:block;width:13.75rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:30.1875rem;left:46rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BTJfFyZWIfNpobNPZX4VW4GHs8Xn2JQ4 { color:#232323;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:33.71875rem;left:46.40625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IfxGRD3dtwMP4xRrlPt6UrCTI29JCIln { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:38.9375rem;left:46.9375rem;display:block; }
#PgrNJkmETOLAks2GXdiXQvU639sMi5Vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3xP2PLruHKTy9c3DzX8QFdll0gxk4pH { color:#232323;display:block;width:11.5625rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:30.125rem;left:62.34375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vqt4AEWH3Mi4DqTao0ym6WywpS8KsS6c { color:#232323;display:block;width:13.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:33.5625rem;left:61.25rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#F4Vzm4sErAvt3bN8QRztwHEq30dpHMku { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:38.9375rem;left:62.1875rem;display:block; }
#zgQWpfcDIkJdeJeuGqZNTeLbmSNCQV9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gys6yWevZT3KmWVpLE7sZaByFuHOqPRg { box-sizing:content-box;height:19.6875rem;width:42rem;position:absolute;display:block;z-index:15049;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8900cadb-02e5-4ab4-8c10-86201464ce05/3224637_1_98513.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.375rem;left:3.1875rem;display:block; }#gys6yWevZT3KmWVpLE7sZaByFuHOqPRg.adaptive-delivery-prevent-bg, #gys6yWevZT3KmWVpLE7sZaByFuHOqPRg.lazyload, #gys6yWevZT3KmWVpLE7sZaByFuHOqPRg.lazyloading { background-image: none; }
#pyg2RCqdDaNvXbomtdNEE6efGWdLJvkB { box-sizing:content-box;height:19.6875rem;width:26.625rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:45.375rem;left:45.1875rem;display:block; }
#F2nSXiSTJRN5IH77SmTM5Z1fvaTTnhlG { color:#232323;display:block;width:21.25rem;position:absolute;font-family:"playfair display";font-size:2.375rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:47.3125rem;left:47.875rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TwLhmOqIDBwWt6R62QTC9r0xZiK8Kfrn { color:#232323;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:50.625rem;left:47.875rem;height:8.39648125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FCfuaTnnl8TTZqUbHp95lgTwGgpPdNaM { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:60.0625rem;left:47.875rem;display:block; }
#cKm3qv5ztCvqX2mznttPMKoieLBHr37m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { background-color: transparent; background-image: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container > .video-iframe-container { display: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container { display: none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .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); }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { border-width: 0; border-radius: 0; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#DoXHD4ht4DwFhFbsPBlNoAMXETiWPEQ6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:4.875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyZ7QTUC0qswq6nZoVnuwNcuRfdFfxi9 { box-sizing:content-box;height:13.875rem;width:16.25rem;position:absolute;display:block;z-index:15051;background-color:rgba(0,0,0,0);background-image:none;top:11.875rem;left:2rem;border-top:0.1875rem solid #5b3c37;border-left:0.1875rem solid #5b3c37;border-right:0.1875rem solid #5b3c37;border-bottom:0.1875rem solid #5b3c37;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#i4aZ16TzRXh8tLWZoqw4b7NT3f99JMO7 { box-sizing:content-box;height:13.875rem;width:16.25rem;position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0);background-image:none;top:11.875rem;left:20.0625rem;border-top:0.1875rem solid #5b3c37;border-left:0.1875rem solid #5b3c37;border-right:0.1875rem solid #5b3c37;border-bottom:0.1875rem solid #5b3c37;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PqBWECKyPFsQ9toVe7uVof2uX68fD6KG { box-sizing:content-box;height:13.875rem;width:16.25rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:none;top:11.875rem;left:56.4375rem;border-top:0.1875rem solid #5b3c37;border-left:0.1875rem solid #5b3c37;border-right:0.1875rem solid #5b3c37;border-bottom:0.1875rem solid #5b3c37;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aAHEVDwC2Il8rJWiLnleZVFcAvlMs1lk { box-sizing:content-box;height:13.875rem;width:16.25rem;position:absolute;display:block;z-index:15053;background-color:rgba(0,0,0,0);background-image:none;top:11.875rem;left:38.25rem;border-top:0.1875rem solid #5b3c37;border-left:0.1875rem solid #5b3c37;border-right:0.1875rem solid #5b3c37;border-bottom:0.1875rem solid #5b3c37;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rnl9b7zDKmUxzbuX05QglI9kRTqePeSo { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.4375rem;left:28.125rem;display:block; }
#tUiXI7Mik5arTi1eWw30pm42c2kzBDIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucA1MqFtmTm4Qd6a6c41Bk7pEAkDG5a8 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#5b3c37;background-image:none;top:10.125rem;left:8.4375rem;display:block; }
#z5KvUhP5TzJz8z79czWoIgP4eTVdzEpK { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:#5b3c37;background-image:none;top:10.125rem;left:26.5rem;display:block; }
#CqrDTfLce6rbBrCaMbyOBPG4COKUTii8 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#5b3c37;background-image:none;top:10.125rem;left:44.6875rem;display:block; }
#UbAhfcF9eM8ZadnEAVPlP7K82WWdSzkb { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#5b3c37;background-image:none;top:10.125rem;left:62.875rem;display:block; }
#pkrgFGOH5OOx8IqRkB94uPiohqhARtZb { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:10.8125rem;left:9.125rem; }
#t5D6ylLScpTGdHLZmGyqEZBX0GlzO8U5 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:10.8125rem;left:27.1875rem; }
#oq4KZ9KPLcDXBRw8UXLogEZHSpLyIIVm { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:10.8125rem;left:45.375rem; }
#dzFuP0HF71xRPuX7FLa45pRRitqcUXcf { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:10.8125rem;left:63.5625rem; }
#iyFUmTWnud2NWwuBoP6p6qCceXTyi7uq { color:#232323;display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:14.984375rem;left:3.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mkH3yWlTTtvWOF0phb6zD4n46oXqzR0w { color:#232323;display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:14.984375rem;left:21.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#v1JLAGVszNwcbRf1dfvT7zqt4o15WTxc { color:#232323;display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:14.984375rem;left:39.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uBdIBEuRlw8NxqwPPCqec9beeRfTnBID { color:#232323;display:block;width:14.375rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:14.984375rem;left:57.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GpJsdz4NsGG7z3BDCgUHMmlsWIuaPcic { color:#232323;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:18.5625rem;left:3.125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ekTBTnqLW9vMDIKxNr6KbwNScD6JRtU0 { color:#232323;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:18.5625rem;left:21.1875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#c2oblaVt5oU86RQwKiC24mFEenve6VWK { color:#232323;display:block;width:14.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:18.5625rem;left:39.09375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tdKF6x9621al4A976kznKPETdybV7Feq { color:#232323;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:18.5625rem;left:57.21875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38986077-9040-4890-bac1-55b7a3b272fa/3224637_1_87183.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.adaptive-delivery-prevent-bg, #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.lazyload, #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.lazyloading { background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { background-color: transparent; background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,225,214,0.8); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,225,214,0.8); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .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); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { border-width: 0; border-radius: 0; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { color:#232323;display:block;width:36.375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.75rem;left:9.25rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b33300a-10de-4b05-ae70-0300ad22e034/3224637_1_95772.webp");background-position:top 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:32.1875rem;width:21.5rem;top:4.75rem;left:46.625rem;display:block; }#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.adaptive-delivery-prevent-bg, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyload, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyloading { background-image: none; }
#JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { box-sizing:content-box;height:32.1875rem;width:39.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.75rem;left:6.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AZ30WlWFZKua6El3moInhCbJNba1dvkF { color:#232323;display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.4375rem;left:9.25rem;height:1.6494125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#THunW8dMia64NGsVheBSdNMoUL0FWCHG { color:#232323;display:block;width:32.25rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.6875rem;left:9.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { background-color:#b88e5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.6875rem;left:9.25rem;display:block; }
#hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { color:#232323;display:block;width:26.25rem;position:absolute;font-family:"playfair display";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.625rem;left:14.5625rem;height:1.2744125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { border-width: 0; border-radius: 0; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Z2R0LOQVX7i3qd94dX80h553as1BaTgg { position:absolute;display:block;z-index:15018;height:24.625rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#oEK4uygTh1SGIB94Ieqf8rSVSrPzJSF1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:4.4765625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c2a1718-0bee-426f-a454-8941f730c808/3224637_1_175426563277527914.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.adaptive-delivery-prevent-bg, #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.lazyload, #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ.lazyloading { background-image: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { background-color: transparent; background-image: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.72); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container > .video-iframe-container { display: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.72); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container { display: none; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .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); }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { border-width: 0; border-radius: 0; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#lMc0kUmBOGaCBUSmTcPCqHr1ZtizUysx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:3.4765625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f7e6db;background-image:none;vertical-align:top; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-heading-text { display:block;position:relative;width:100%;font-family:raleway;font-weight:400;font-size:1.1875rem;color:#5b3c37;font-style:normal;height:auto; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-trigger.adaptive-delivery-prevent-bg, #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-trigger.lazyload, #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-trigger.lazyloading { background-image: none; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.375rem;z-index:15051;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.6875rem;left:6.25rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 { display:block;position:relative; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A { display:block;position:relative; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i { display:none; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr { display:block;position:relative; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #tgJra33uwgvTMAKZAErzC7p4d297xcF7 { display:none; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU { display:block;position:relative; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q { display:none; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO { display:block;position:relative; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #rk69okTtRLIoIIfh0yRABTZGKpFWen8K { display:none; }
#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7e6db;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; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { border-width: 0; border-radius: 0; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { position:absolute;display:block;z-index:15029;background-color:#f6faff;background-image:none;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;box-shadow: none;height:26.875rem;width:72.8125rem;top:3.5rem;left:1.125rem;display:block; }
#eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { color:#36c4b2;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:12.8125rem;left:53.8125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { color:#4f4f4f;display:block;width:17.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.0625rem;left:53.8125rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:12.8125rem;left:51.5rem; }
#TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:6.0625rem;left:51.25rem; }
#J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { position:absolute;display:block;z-index:15050;height:20.9375rem;width:46.875rem;top:6.5rem;left:2.6875rem;display:block; }
#fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:16.8125rem;left:51.5rem; }
#vAS70QaXGISdaMR54A8w7sZQItS4sfvK { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:16.8125rem;left:53.875rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkDKk24W133arl7LnBxAtqcadw0dl67w { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.375rem;left:51.5625rem; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { color:#36c4b2;display:block;width:15.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:22.375rem;left:53.8125rem;height:3.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8d6b60;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; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { border-width: 0; border-radius: 0; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1.193359375rem;left:0rem;height:1.48730625rem;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; }
#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { border-width: 0; border-radius: 0; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { 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;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:13.75rem;height:3.3125rem;top:1.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:5.25rem;height:4.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:1.125rem;top:2.5625rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { width:7.6875rem;height:1.125rem;top:2.5625rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55PbBB67T78XEzWtqfeKSRwdDtPueZN { width:8.4375rem;height:1.125rem;top:2.5625rem;left:23.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { width:4.5625rem;height:1.125rem;top:2.5625rem;left:32.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnDx3WTERhyzuE6inB4e60VBIE4QNtpL { width:7.5625rem;height:1.125rem;top:2.5625rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:21.25rem;height:4.375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { width:33.5rem;height:6.375rem;top:25.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnggyMJR3eLxAibWwdzTDQN2VO21RbWN { width:30.3125rem;height:39.75rem;top:9.8125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSioe2wsKuZegt1WoCU4MNuLnGpgQOa9 { width:19.0625rem;height:6rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAUUrshaPPTBDrf8yddQWsN0duEIqyqn { display:block; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABs0dz0ORsyDE2CQ2G5slSQnq0lKdVAh { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrJ6NouoTD57Xhm8TsB98ro7XGxrnCq { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvAipbFw7tAZeZJWZqBkTp8RmKGcalQK { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIi1ok6CMEgQ1rPaL8lOfDTsg71EMoWI { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LndvSq4Cnn5R8TcEpExfbvfLISNXer30 { width:2.8125rem;height:2.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QnTbMpqZ2klr6lTzHkcoIJTQ1MB0XT { width:2.625rem;height:2.625rem;top:1.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b82WJzppFbJbTh1xRR3GKRpWkzLG0JQR { width:2.8125rem;height:2.8125rem;top:1.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGUZqWI9eMqBRR3NXerMUT1VHl45gf3 { width:2.8125rem;height:2.8125rem;top:1.6875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { width:11.875rem;height:3.125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #COmuGtCwyIkuSk0Q1OpxE4MP2h64ex15 { top:5.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ { width:13.75rem;height:19.6875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu { width:13.75rem;height:19.6875rem;top:9.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK { width:13.75rem;height:19.6875rem;top:9.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC { width:13.75rem;height:19.6875rem;top:9.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J { width:13.75rem;height:19.6875rem;top:9.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLMhs8TpdgVJZ7kA2vL3OQkhk0R94JG7 { width:13.75rem;height:11.0625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M57Czd4b0FalB76n4kJ1vwl5RWWEuqbT { width:13.75rem;height:12.5rem;top:29.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44UuRaekrTCg96VWwcbSQANcbogNLJy { width:13.75rem;height:12.5rem;top:29.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdMM4gXawk8CE5tHnfBx9DguBKQ4UWpd { width:13.75rem;height:12.5rem;top:29.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiUGWnqTxT63cyOTM4p2UWDU0WKTXWw8 { width:13.75rem;height:12.5rem;top:29.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpfEO6NXP0KcpuXChZQS05RudhoT4vT { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLv15ht9c4rP96ZrntxTsOCM2trWeOh { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhAAnQWhpCALuG5Ci27VanIzOTQa7ySu { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xRy3lMlzDXHKrWFah4NyuQ4ue5T38c { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5oy3Tz3pAB9hxLvJXgAirDMRZELoFcP { width:11.875rem;height:3.125rem;top:38.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHcAfWGkao0bw8F5h2ZkHFmtq4g7SE7g { display:block; }
 }@media only screen and (max-width: 763px) { #vr8AdXWK4sm7ZCiMBKot84BgyV5yRnAi { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxC128wJuiTTqpfVEGc7J8ns9pAi2w1T { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVcEh71ovdIBNQph0NoVP99gWKia6iIq { width:11.875rem;height:3.125rem;top:38.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ5ItLe8UhPXldq5Re2xmIZkbA8xSDyi { display:block; }
 }@media only screen and (max-width: 763px) { #mqVrWJDA8QoLyD0Z16kmKTsbTn35eefK { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJfFyZWIfNpobNPZX4VW4GHs8Xn2JQ4 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfxGRD3dtwMP4xRrlPt6UrCTI29JCIln { width:11.875rem;height:3.125rem;top:38.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrNJkmETOLAks2GXdiXQvU639sMi5Vq { display:block; }
 }@media only screen and (max-width: 763px) { #n3xP2PLruHKTy9c3DzX8QFdll0gxk4pH { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqt4AEWH3Mi4DqTao0ym6WywpS8KsS6c { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Vzm4sErAvt3bN8QRztwHEq30dpHMku { width:11.875rem;height:3.125rem;top:38.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQWpfcDIkJdeJeuGqZNTeLbmSNCQV9r { display:block; }
 }@media only screen and (max-width: 763px) { #gys6yWevZT3KmWVpLE7sZaByFuHOqPRg { width:42rem;height:19.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyg2RCqdDaNvXbomtdNEE6efGWdLJvkB { width:26.625rem;height:19.6875rem;top:45.375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2nSXiSTJRN5IH77SmTM5Z1fvaTTnhlG { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLhmOqIDBwWt6R62QTC9r0xZiK8Kfrn { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfuaTnnl8TTZqUbHp95lgTwGgpPdNaM { width:11.875rem;height:3.125rem;top:60.0625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm3qv5ztCvqX2mznttPMKoieLBHr37m { display:block; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:block; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoXHD4ht4DwFhFbsPBlNoAMXETiWPEQ6 { top:4.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyZ7QTUC0qswq6nZoVnuwNcuRfdFfxi9 { width:16.25rem;height:13.875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4aZ16TzRXh8tLWZoqw4b7NT3f99JMO7 { width:16.25rem;height:13.875rem;top:11.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqBWECKyPFsQ9toVe7uVof2uX68fD6KG { width:16.25rem;height:13.875rem;top:11.875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAHEVDwC2Il8rJWiLnleZVFcAvlMs1lk { width:16.25rem;height:13.875rem;top:11.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnl9b7zDKmUxzbuX05QglI9kRTqePeSo { width:18.75rem;height:3.4375rem;top:29.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiXI7Mik5arTi1eWw30pm42c2kzBDIR { display:block; }
 }@media only screen and (max-width: 763px) { #ucA1MqFtmTm4Qd6a6c41Bk7pEAkDG5a8 { width:3.75rem;height:3.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5KvUhP5TzJz8z79czWoIgP4eTVdzEpK { width:3.75rem;height:3.75rem;top:10.125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqrDTfLce6rbBrCaMbyOBPG4COKUTii8 { width:3.75rem;height:3.75rem;top:10.125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbAhfcF9eM8ZadnEAVPlP7K82WWdSzkb { width:3.75rem;height:3.75rem;top:10.125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkrgFGOH5OOx8IqRkB94uPiohqhARtZb { width:2.375rem;height:2.375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5D6ylLScpTGdHLZmGyqEZBX0GlzO8U5 { width:2.375rem;height:2.375rem;top:10.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq4KZ9KPLcDXBRw8UXLogEZHSpLyIIVm { width:2.375rem;height:2.375rem;top:10.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzFuP0HF71xRPuX7FLa45pRRitqcUXcf { width:2.375rem;height:2.375rem;top:10.8125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyFUmTWnud2NWwuBoP6p6qCceXTyi7uq { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkH3yWlTTtvWOF0phb6zD4n46oXqzR0w { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1JLAGVszNwcbRf1dfvT7zqt4o15WTxc { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdIBEuRlw8NxqwPPCqec9beeRfTnBID { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpJsdz4NsGG7z3BDCgUHMmlsWIuaPcic { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTBTnqLW9vMDIKxNr6KbwNScD6JRtU0 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2oblaVt5oU86RQwKiC24mFEenve6VWK { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKF6x9621al4A976kznKPETdybV7Feq { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { display:block; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { width:21.5rem;height:32.1875rem;top:4.75rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { width:39.75rem;height:32.1875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ30WlWFZKua6El3moInhCbJNba1dvkF { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THunW8dMia64NGsVheBSdNMoUL0FWCHG { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { width:18.75rem;height:3.4375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block; }
 }@media only screen and (max-width: 763px) { #Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:47.75rem;height:24.625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEK4uygTh1SGIB94Ieqf8rSVSrPzJSF1 { top:4.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { display:block; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMc0kUmBOGaCBUSmTcPCqHr1ZtizUysx { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm { display:flex;height:auto;width:45.25rem;top:7.9375rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #tgJra33uwgvTMAKZAErzC7p4d297xcF7 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #rk69okTtRLIoIIfh0yRABTZGKpFWen8K {  }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:47.75rem;height:26.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:17.625rem;height:2.75rem;top:12.8125rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:17.0625rem;height:5.625rem;top:6.0625rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.75rem;height:1.75rem;top:12.8125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.9375rem;height:1.9375rem;top:6.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:46.875rem;height:20.9375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.75rem;height:1.75rem;top:16.8125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:18.375rem;height:4.1875rem;top:16.8125rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { width:1.75rem;height:1.75rem;top:22.375rem;left:37.9375rem;display:block; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { width:15.8125rem;height:3.1875rem;top:22.375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:47.75rem;height:1.4375rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { display:none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(281deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(281deg, #f4eddd, #f4f4f4);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#3c2a25;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:5.25rem;height:4.75rem;top:1.09375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #oH2Ps82lvaDRqZdT7OR8PqwKL3C4Jv0T { width:7.6875rem;height:auto;top:2.5625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #M55PbBB67T78XEzWtqfeKSRwdDtPueZN { width:8.4375rem;height:auto;top:2.5625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #lLuP1MehyUgWil9btuEEtLOwIuqmhNEy { width:4.5625rem;height:auto;top:2.5625rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #MnDx3WTERhyzuE6inB4e60VBIE4QNtpL { width:7.5625rem;height:auto;top:2.5625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7e4d8, #e5b491);background-image: -moz-linear-gradient(180deg, #f7e4d8, #e5b491);background-image: -ms-linear-gradient(180deg, #f7e4d8, #e5b491);background-image: -o-linear-gradient(180deg, #f7e4d8, #e5b491);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e4d8', endColorstr='#e5b491' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e4d8', endColorstr='#e5b491' );";background-image: linear-gradient(180deg, #f7e4d8, #e5b491);background-size:cover !important;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;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:18.75rem;height:3.75rem;top:38.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.5625rem;top:2.453125rem;text-align:center;text-align-last:center;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaql9wcW2i2Fbs1lX9aqWxXnrcmxWEDC { width:19.0625rem;height:0;top:9.5rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AnggyMJR3eLxAibWwdzTDQN2VO21RbWN { width:20rem;height:26.226804123711rem;top:18.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SSioe2wsKuZegt1WoCU4MNuLnGpgQOa9 { width:19.0625rem;height:6rem;top:9.140625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #EAUUrshaPPTBDrf8yddQWsN0duEIqyqn { display:block; }#EAUUrshaPPTBDrf8yddQWsN0duEIqyqn > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABs0dz0ORsyDE2CQ2G5slSQnq0lKdVAh { width:13.75rem;height:2.923825rem;top:4.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oWrJ6NouoTD57Xhm8TsB98ro7XGxrnCq { width:14.1875rem;height:2.923825rem;top:12.67285rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VvAipbFw7tAZeZJWZqBkTp8RmKGcalQK { width:11.625rem;height:2.923825rem;top:21.0332rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OIi1ok6CMEgQ1rPaL8lOfDTsg71EMoWI { width:11.625rem;height:2.923825rem;top:29.01855rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LndvSq4Cnn5R8TcEpExfbvfLISNXer30 { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QnTbMpqZ2klr6lTzHkcoIJTQ1MB0XT { width:2.625rem;height:2.625rem;top:9.48535rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b82WJzppFbJbTh1xRR3GKRpWkzLG0JQR { width:2.8125rem;height:2.8125rem;top:17.5957rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGUZqWI9eMqBRR3NXerMUT1VHl45gf3 { width:2.8125rem;height:2.8125rem;top:25.83105rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { background-color:#fffcf1;background-image:url("https://images.assets-landingi.com/uc/2d31e060-9da2-4589-9560-27b4718fc7cf/3224637_1_1754187013688ec5051a349.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.adaptive-delivery-prevent-bg, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyload, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyloading { background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:20rem;height:156.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { width:15.625rem;height:2.8125rem;top:23.9375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { top:76rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #COmuGtCwyIkuSk0Q1OpxE4MP2h64ex15 { width:20rem;height:1.94921875rem;top:3.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I6HmMPixzuBsTII0t22bbEnvMtMVmwtQ { width:20rem;height:8.875rem;top:7.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fowHtp5ld19vG1cNTUQz0JZOfzoqy3Gu { width:20rem;height:8.875rem;top:58.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3Dz8PGXUJw1REqBRDW4wmiGdhwrxqK { width:20rem;height:8.875rem;top:107.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC { width:20rem;height:8.875rem;top:82.51171875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de32fc72-0b29-4339-8a80-665a0d9a58a3/3224637_1_55333.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.adaptive-delivery-prevent-bg, #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.lazyload, #ZMECMVTDukT1ud6Q2RG70lCFT3I09mPC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d30zpNbDAvJ5JpGGIp2d7LOvJG0Uq49J { width:20rem;height:8.875rem;top:131.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLMhs8TpdgVJZ7kA2vL3OQkhk0R94JG7 { width:20rem;height:9.5625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M57Czd4b0FalB76n4kJ1vwl5RWWEuqbT { width:20rem;height:10.125rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44UuRaekrTCg96VWwcbSQANcbogNLJy { width:20rem;height:11.0625rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdMM4gXawk8CE5tHnfBx9DguBKQ4UWpd { width:20rem;height:10.6875rem;top:116.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiUGWnqTxT63cyOTM4p2UWDU0WKTXWw8 { width:20rem;height:11.375rem;top:140.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpfEO6NXP0KcpuXChZQS05RudhoT4vT { width:13.75rem;height:2.923825rem;top:16.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gfLv15ht9c4rP96ZrntxTsOCM2trWeOh { width:16.1875rem;height:2.2734375rem;top:20.20703125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BhAAnQWhpCALuG5Ci27VanIzOTQa7ySu { width:13.75rem;height:2.923825rem;top:68.9521484375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c0xRy3lMlzDXHKrWFah4NyuQ4ue5T38c { width:15.4375rem;height:2.2734375rem;top:72.73828125rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5oy3Tz3pAB9hxLvJXgAirDMRZELoFcP { width:15.625rem;height:2.8125rem;top:76.3125rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHcAfWGkao0bw8F5h2ZkHFmtq4g7SE7g { display:block; }
 }@media only screen and (max-width: 763px) { #vr8AdXWK4sm7ZCiMBKot84BgyV5yRnAi { width:13.75rem;height:2.923825rem;top:92.5146484375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DxC128wJuiTTqpfVEGc7J8ns9pAi2w1T { width:15.5rem;height:3.41015625rem;top:96.044921875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LVcEh71ovdIBNQph0NoVP99gWKia6iIq { width:15.625rem;height:2.8125rem;top:100.9375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ5ItLe8UhPXldq5Re2xmIZkbA8xSDyi { display:block; }
 }@media only screen and (max-width: 763px) { #mqVrWJDA8QoLyD0Z16kmKTsbTn35eefK { width:13.75rem;height:2.923825rem;top:117.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BTJfFyZWIfNpobNPZX4VW4GHs8Xn2JQ4 { width:12.9375rem;height:3.41015625rem;top:120.732421875rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IfxGRD3dtwMP4xRrlPt6UrCTI29JCIln { width:15.625rem;height:2.8125rem;top:125.4375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrNJkmETOLAks2GXdiXQvU639sMi5Vq { display:block; }
 }@media only screen and (max-width: 763px) { #n3xP2PLruHKTy9c3DzX8QFdll0gxk4pH { width:11.5625rem;height:2.923825rem;top:141.7021484375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vqt4AEWH3Mi4DqTao0ym6WywpS8KsS6c { width:13.75rem;height:3.41015625rem;top:145.107421875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F4Vzm4sErAvt3bN8QRztwHEq30dpHMku { width:15.625rem;height:2.625rem;top:150.375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQWpfcDIkJdeJeuGqZNTeLbmSNCQV9r { display:block; }
 }@media only screen and (max-width: 763px) { #gys6yWevZT3KmWVpLE7sZaByFuHOqPRg { width:20rem;height:8.875rem;top:30.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyg2RCqdDaNvXbomtdNEE6efGWdLJvkB { width:20rem;height:15.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2nSXiSTJRN5IH77SmTM5Z1fvaTTnhlG { width:20rem;height:1.4619125rem;top:40rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TwLhmOqIDBwWt6R62QTC9r0xZiK8Kfrn { width:18.6875rem;height:9.09375rem;top:42.25rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FCfuaTnnl8TTZqUbHp95lgTwGgpPdNaM { width:15.625rem;height:2.8125rem;top:52.625rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm3qv5ztCvqX2mznttPMKoieLBHr37m { display:block; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:block; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:20rem;height:20rem;top:8.625rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #DoXHD4ht4DwFhFbsPBlNoAMXETiWPEQ6 { width:18rem;height:4.7109375rem;top:3.875rem;left:1rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NyZ7QTUC0qswq6nZoVnuwNcuRfdFfxi9 { width:16.25rem;height:12.9375rem;top:11.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4aZ16TzRXh8tLWZoqw4b7NT3f99JMO7 { width:16.25rem;height:12.75rem;top:28.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqBWECKyPFsQ9toVe7uVof2uX68fD6KG { width:16.25rem;height:11.875rem;top:61.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAHEVDwC2Il8rJWiLnleZVFcAvlMs1lk { width:16.25rem;height:12.125rem;top:45.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnl9b7zDKmUxzbuX05QglI9kRTqePeSo { width:18.75rem;height:3.4375rem;top:77.625rem;left:0.625rem;background-color:#b88e5a;background-image:none;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiXI7Mik5arTi1eWw30pm42c2kzBDIR { display:block; }
 }@media only screen and (max-width: 763px) { #ucA1MqFtmTm4Qd6a6c41Bk7pEAkDG5a8 { width:3.75rem;height:3.75rem;top:10.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5KvUhP5TzJz8z79czWoIgP4eTVdzEpK { width:3.75rem;height:3.75rem;top:26.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqrDTfLce6rbBrCaMbyOBPG4COKUTii8 { width:3.75rem;height:3.75rem;top:43.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbAhfcF9eM8ZadnEAVPlP7K82WWdSzkb { width:3.75rem;height:3.75rem;top:59.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkrgFGOH5OOx8IqRkB94uPiohqhARtZb { display:flex;width:2.375rem;height:2.375rem;top:10.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #t5D6ylLScpTGdHLZmGyqEZBX0GlzO8U5 { display:flex;width:2.375rem;height:2.375rem;top:27.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #oq4KZ9KPLcDXBRw8UXLogEZHSpLyIIVm { display:flex;width:2.375rem;height:2.375rem;top:44.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #dzFuP0HF71xRPuX7FLa45pRRitqcUXcf { display:flex;width:2.375rem;height:2.375rem;top:60.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #iyFUmTWnud2NWwuBoP6p6qCceXTyi7uq { width:14.375rem;height:3.25rem;top:15rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mkH3yWlTTtvWOF0phb6zD4n46oXqzR0w { width:14.375rem;height:3.25rem;top:31.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v1JLAGVszNwcbRf1dfvT7zqt4o15WTxc { width:14.375rem;height:3.25rem;top:48.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uBdIBEuRlw8NxqwPPCqec9beeRfTnBID { width:14.375rem;height:3.25rem;top:64.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GpJsdz4NsGG7z3BDCgUHMmlsWIuaPcic { width:14.375rem;height:5.19921875rem;top:18.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ekTBTnqLW9vMDIKxNr6KbwNScD6JRtU0 { width:14.375rem;height:5.19921875rem;top:35.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c2oblaVt5oU86RQwKiC24mFEenve6VWK { width:14.9375rem;height:3.8994125rem;top:52rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tdKF6x9621al4A976kznKPETdybV7Feq { width:15.0625rem;height:3.8994125rem;top:68.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38986077-9040-4890-bac1-55b7a3b272fa/3224637_1_87183.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.adaptive-delivery-prevent-bg, #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.lazyload, #iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A.lazyloading { background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { background-color: transparent; background-image: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,225,214,0.8); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,225,214,0.8); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row > .video-iframe-container { display: none; }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .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); }#iOVJ51bMCZv72Insdh0cqy5hTuy7Id7A > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttk9gbI19vbWH4KbOqM5QnP2BzJkhOrZ { width:18.3125rem;height:21.9375rem;top:10.00390625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg { width:19.375rem;height:21.5625rem;top:34.25rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b33300a-10de-4b05-ae70-0300ad22e034/3224637_1_95772.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.adaptive-delivery-prevent-bg, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyload, #X4O4GhgLryaygkJG8KJBWvvsTNmLtTIg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JKFFmCMK7F93bZsbCvh5d8LvgCN6n36X { width:19.375rem;height:31.75rem;top:2.5rem;left:0.3125rem;z-index:14997;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ30WlWFZKua6El3moInhCbJNba1dvkF { width:20rem;height:1.4619125rem;top:4.41015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #THunW8dMia64NGsVheBSdNMoUL0FWCHG { width:20rem;height:1.4375rem;top:5.87890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WDaKraxsR0m4dCnoMpbkEfOEK18knwpN { width:17.625rem;height:3.4375rem;top:54.125rem;left:1.1875rem;background-color:#b88e5a;background-image:none;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENcKpwQh0XN0MLUfKHi8GFRKptC0tvK { display:block; }
 }@media only screen and (max-width: 763px) { #Q9cAa17eOfZOuFQITdWHAihF6UMvcbib { width:20rem;height:1.4619125rem;top:7.62890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:20rem;height:29.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEK4uygTh1SGIB94Ieqf8rSVSrPzJSF1 { width:20rem;height:3.736325rem;top:3.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ { display:block; }#IFvKQlFZkRo2T6MVywZuECnlyxu6WbJQ > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIOmphMxTDagvMUqTQPIF5oZPBIWxlyl { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #lMc0kUmBOGaCBUSmTcPCqHr1ZtizUysx { width:20rem;height:2.19921875rem;top:2.48828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1.0625rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm { display:flex;height:auto;width:17.5rem;top:5.125rem;left:0rem; }
#qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #zP1CFiM1gk20nvJT0ZQk8VPFdHoVgg1I {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #LyZ8iGsAHgG3BxsTcFrNHMyzsVA77mV0 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #Jf5nfVdv00qJAAEU7kT9DX6lZ8M3TQ59 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TBJ6MTz2iXE2xZr2k9rHkzPlmDgO0Vyx {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #lxOn4g13JMyXaTRw7Xfmukel5Jv2dGTD {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #pNFsw4IVhRCDlIBD0azdXTtZT9hIuCiz {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #P2EXqlH3yQBRhaTk2yOxUsQB8T7LOIIa {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TIPzIWzIoy8GqV8T0V4w3rWHd2rshW9A {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #gE7MqVT72Lo0MTwkwqDvFWIa19D32lmy {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #ZVexcQJ0Pi9p8l1gXsFfNnqwWTpfL31i {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #p9Gxm2bng9QJNdXef4FQkmTHtgktgNGB {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #TroVL2iVLQUWBF82s1WC4BpFyR3TLIkV {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #SrTTaJAF2p18D3uKmwbLIR2DdAxXclVr {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #wO9CRJ1LK1neCsI4HmMN6HfyIb93TTTd {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #tgJra33uwgvTMAKZAErzC7p4d297xcF7 {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #mDC1m9ETd8RXT9xXyc1FutD25R6tB7Da {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #MdihL5T5SAH5THy9aAuDb8abCBhnqyUR {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #RDAlQyq6RABw18puQoTq8oU8NU1g4XZU {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #sXHeTQNcCf9KbuZftqo2WvMoxlTbtoNN {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XlOHF5HhCX5O0GhUOkpOLnnqta5CRh1q {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #V93a4pRgg6B4zgh8CWO6GHtRXLTiDoKa {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #XXJvG3VKDT0oKw2hT5xK2IBnZHdIvSwA {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #x3T9RFxWmDeGrmx4OeLyihdTbp0D24VO {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #UiQite58oHM0VwnEcmeF10fATvV0bHyq {  }
 }@media only screen and (max-width: 763px) { #qWp5ghxRhZ9TrX1HAGfvMDSJITU58FZm #rk69okTtRLIoIIfh0yRABTZGKpFWen8K {  }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:20rem;height:22.375rem;top:4.4990234375rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:15.875rem;height:2.625rem;top:6.5625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:15.625rem;height:5.25rem;top:10.0625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.25rem;height:1.25rem;top:6.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5625rem;height:1.5625rem;top:10.0625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.25rem;height:1.25rem;top:16.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:13.875rem;height:4.1982375rem;top:16.5rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:20rem;height:20rem;top:26.8740234375rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { display:flex;width:1.4375rem;height:1.4375rem;top:21.9375rem;left:1.1875rem; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { width:13rem;height:3.199225rem;top:21.9375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { background-color:#8d6b60;background-image:none;display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:14.4375rem;height:2.5996125rem;top:1.373046875rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn { background-color: transparent; background-image: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container > .video-iframe-container { display: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row > .video-iframe-container { display: none; }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .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); }#F3USq1bMKxzGbWTMxhuxsoFZGqslmvZn > .row .container { width:20rem;height:3.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p { width:18.75rem;height:3.125rem;top:0.25rem;left:0.625rem;font-size:1.125rem;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.adaptive-delivery-prevent-bg, #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.lazyload, #NsnlgOnsb3LP2Xy6apoyvhfzAAHxHN6p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LFe3hz7hS0rdiyRDlwi7nQUME1Cq9TNa { display:block; }
 }