.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 { border-width: 0; border-radius: 0; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container { border-width: 0; border-radius: 0; }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container { border-width: 0; border-radius: 0; }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container { border-width: 0; border-radius: 0; }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container { background-color: transparent; background-image: none; }#mCiS6oMqTZT504KEv8dXp9znE494tpvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container > .video-iframe-container { display: none; }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row > .video-iframe-container { display: none; }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .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); }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container { border-width: 0; border-radius: 0; }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container { background-color: transparent; background-image: none; }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container > .video-iframe-container { display: none; }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row > .video-iframe-container { display: none; }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .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); }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container { border-width: 0; border-radius: 0; }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD { background-color: transparent; background-image: none; }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container > .video-iframe-container { display: none; }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row > .video-iframe-container { display: none; }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .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); }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD { border-width: 0; border-radius: 0; }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #vZwzKSANcWnWG58O99XyKENP61uStNTL { background-color: transparent; background-image: none; }#vZwzKSANcWnWG58O99XyKENP61uStNTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container > .video-iframe-container { display: none; }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row > .video-iframe-container { display: none; }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .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); }#vZwzKSANcWnWG58O99XyKENP61uStNTL { border-width: 0; border-radius: 0; }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #CTT23d2hRfQPUTEtH0ikld4gmQ506NbB { background-color: transparent; background-image: none; }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container > .video-iframe-container { display: none; }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row > .video-iframe-container { display: none; }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .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); }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB { border-width: 0; border-radius: 0; }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12098f6c-265a-438a-83d4-ed3acd19304c/bg5.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(158,109,104,0.21); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(158,109,104,0.21); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { color:#1d1d1b;display:block;width:26.625rem;position:absolute;font-family:futuraptbold;font-size:3.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:7.5625rem;left:0rem;height:10.5rem;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; }
#gBqsLecBH5uWEKgs4kpOoxodAnyiw2ZI { color:#8b4b39;display:block;width:8.875rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.5625rem;left:17rem;height:1.57470625rem;display:block; }
#tvgMs5CfZHn83ots0u0G0AWWacHbEvuW { color:#1d1d1b;display:block;width:25.0625rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:20.3125rem;left:0rem;height:9.375rem;display:block; }
#r7Lda59uTuEpL6tbUgXFkFLurx2wf3st { background-color:transparent;background-image:none;border-top:0.1875rem solid #1d1d1b;border-left:0.1875rem solid #1d1d1b;border-right:0.1875rem solid #1d1d1b;border-bottom:0.1875rem solid #1d1d1b;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.8125rem;left:0rem;display:block; }
#KFSqHpKDZW3bg9TLEnrc5mTQ1Sf00LuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4sgTGh9xV9FeTH1eGBr83BNpVchZRJo { color:#1d1d1b;display:block;width:18.125rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:33.912109375rem;left:26.9375rem;height:4.048825rem;text-align:center;text-align-last:center;display:block; }
#psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1 { box-sizing:content-box;height:8.25rem;width:24.75rem;position:absolute;display:block;z-index:14997;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.8125rem;left:23.625rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(29,29,27,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.adaptive-delivery-prevent-bg, #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.lazyload, #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.lazyloading { background-image: none; }
#zLhkJNCuRZvw1g3XS6lHEzAirV4E0OWT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:30.9375rem;top:0.90625rem;left:48.625rem;overflow:hidden;display:block; }
#sHpcO3ogc6aWGLJaauXtPChQE5AlD0cp { position:absolute;display:block;z-index:14996;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:30.375rem;width:30.75rem;top:4.8125rem;left:25.0625rem;overflow:hidden;display:block; }
#BXFO6V9B29lxx8M9Ra6l4QsTITgVZBKJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:32.1875rem;left:24.25rem;overflow:hidden;display:block; }
#dsrzeKfxspw2r54Sx1auN6zEmqKbFi8c { box-sizing:content-box;height:4.375rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:#1d1d1b;background-image:none;top:33.7734375rem;left:24.65625rem;display:block; }
#Ov2OAaNG3PsX3Pxp3d45CLNltLL3zgPD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:38.625rem;left:24.25rem;overflow:hidden;display:block; }
#cKBRdsewPSydkgVNGNKDxrxBc3Xh7tM9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:32.375rem;left:46.75rem;overflow:hidden;display:block; }
#rJFbZlx8FTmTTx3OWZobmPiZVLEXQNTD { box-sizing:content-box;height:4.375rem;width:0.1875rem;position:absolute;display:block;z-index:15017;background-color:#1d1d1b;background-image:none;top:33.9375rem;left:47.1875rem;display:block; }
#uTu5ya0c5K5oONNN4TpEnAnBx1WXBiT8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:38.8125rem;left:46.75rem;overflow:hidden;display:block; }
#wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ { box-sizing:content-box;height:35.125rem;width:28.5625rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/391243d4-7655-4002-8727-c3dc8a934a36/bg6.crop_873x1163_0,0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:30.25rem;display:block; }#wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ.adaptive-delivery-prevent-bg, #wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ.lazyload, #wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ.lazyloading { background-image: none; }
#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d1b;background-image:url("https://images.assets-landingi.com/uc/ec5842b2-1b68-404b-886b-294897d38136/bg_texture7.webp");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; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq.adaptive-delivery-prevent-bg, #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq.lazyload, #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq.lazyloading { background-image: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { background-color: transparent; background-image: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container > .video-iframe-container { display: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container { display: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .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); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { border-width: 0; border-radius: 0; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { 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.9375rem;width:15.75rem;top:5.34375rem;left:0rem;overflow:hidden;display:block; }
#rNJaqcPXXnfMGaWuDiJcgS0OcDcy3crs { color:#ffead5;display:block;width:37.625rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.40625rem;left:18.6875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#s86vOH0WKN4OioIJ6PTbuQNDxv3UEodA { background-color:#c24928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.34375rem;left:61.75rem;display:block; }
#wLaDBeqnH7TwJrQfvlzDgSbCaTEFgGzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { background-color: transparent; background-image: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .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); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { border-width: 0; border-radius: 0; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#KsyHmGx0isDJyTdaRm6vdfZiwI27gr7r { color:#1d1d1b;display:block;width:43.5rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:15.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { color:#1d1d1b;display:block;width:28.5rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:10.1875rem;left:23.25rem;height:5rem;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; }
#RPTRvC5ehfEx66MWXHTRyTqtVRuQMJUe { color:#1d1d1b;display:block;width:47.25rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:17.125rem;left:13.875rem;height:5.73633125rem;text-align:center;text-align-last:center;display:block; }
#WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:11.875rem;left:19.625rem;overflow:hidden;display:block; }
#a9lPQt6yRRSZZZceIIFN0NQ7izUy26T5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:11.875rem;left:53.6875rem;overflow:hidden;display:block; }
#qo6SX3ZkTpLsTa1PmFPdzl6k8mpxyoAJ { color:#c24928;display:block;width:9.5rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:33.75rem;left:8.5rem;height:1.125rem;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; }
#FeqeZdrwxx259aG5vXiJ2WG9wKTXSbxb { color:#1d1d1b;display:block;width:13.1875rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:35.400390625rem;left:6.65625rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { box-sizing:content-box;height:0.3125rem;width:18.375rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:12.59375rem;left:0rem;display:block; }
#lUOU23AHdqgDGx3cOUuzSFOdvJHETblX { color:#1d1d1b;display:block;width:13.125rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:35.5625rem;left:23.1875rem;height:3.1494125rem;text-align:center;text-align-last:center;display:block; }
#wurdPJhQyR3wQF5MUdTBz3qUphy75Cfl { color:#1d1d1b;display:block;width:14.0625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:37.25rem;left:38.75rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#sfXbITzEBQ8WTqPT9Tzz5IZ25gkr9N36 { color:#1d1d1b;display:block;width:11.5625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:35.400390625rem;left:56.5rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#rVpC98TVMTzk8yECM4maLZ8muAM6Q0Ii { box-sizing:content-box;height:0.3125rem;width:18.375rem;position:absolute;display:block;z-index:15006;background-color:#1d1d1b;background-image:none;top:12.59375rem;left:56.625rem;display:block; }
#k8NhkRzHaIVNUCKUsNwPmn6riw3eFS9H { color:#1d1d1b;display:block;width:11.25rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:33.6875rem;left:23.875rem;height:1.23730625rem;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; }
#BHRrHJ7ho1fu4StmpOqLgHAnJihnrcQg { color:#1d1d1b;display:block;width:11.8125rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:33.5625rem;left:56.0625rem;height:1.23730625rem;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; }
#IVS40G8TeasoyTdBv7Pi30M9wI8M63uS { color:#1d1d1b;display:block;width:11rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:33.5625rem;left:40.5rem;height:;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; }
#mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15025;background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/8ed72627-0c78-4dfd-beb4-d75951dcb0da/bg_texture10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.8125rem;left:9.5rem;display:block; }#mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW.adaptive-delivery-prevent-bg, #mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW.lazyload, #mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW.lazyloading { background-image: none; }
#FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15027;background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/8ed72627-0c78-4dfd-beb4-d75951dcb0da/bg_texture10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.8125rem;left:25.75rem;display:block; }#FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M.adaptive-delivery-prevent-bg, #FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M.lazyload, #FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M.lazyloading { background-image: none; }
#TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15029;background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/8ed72627-0c78-4dfd-beb4-d75951dcb0da/bg_texture10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.8125rem;left:42rem;display:block; }#TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak.adaptive-delivery-prevent-bg, #TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak.lazyload, #TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak.lazyloading { background-image: none; }
#oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15031;background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/8ed72627-0c78-4dfd-beb4-d75951dcb0da/bg_texture10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.8125rem;left:58.25rem;display:block; }#oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL.adaptive-delivery-prevent-bg, #oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL.lazyload, #oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL.lazyloading { background-image: none; }
#AWbFwqu2khBDaznTKpv3JuKK1uzgbf3C { position:absolute;display:block;z-index:15036;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.3125rem;width:4.5rem;top:27.4375rem;left:11.125rem;overflow:hidden;display:block; }
#c5u2i0K1iLodVwEIxPqN2Th6z3XZILuA { position:absolute;display:block;z-index:15037;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.5rem;width:4.5rem;top:26.3125rem;left:27.25rem;overflow:hidden;display:block; }
#OUwIV4ETEwJhwTSSkugGrlTiaZFVnuLt { position:absolute;display:block;z-index:15038;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.3125rem;width:3.25rem;top:26.4375rem;left:44.125rem;overflow:hidden;display:block; }
#hBsvkENmyCefAv3wXkoHEc1vxW6NOBuu { position:absolute;display:block;z-index:15039;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.5rem;width:3.1875rem;top:26.3125rem;left:60.375rem;overflow:hidden;display:block; }
#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e3cf2c-2444-405a-8100-f0ddf4776c8d/lands.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO.adaptive-delivery-prevent-bg, #ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO.lazyload, #ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO.lazyloading { background-image: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { background-color: transparent; background-image: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container > .video-iframe-container { display: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row > .video-iframe-container { display: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .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); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { border-width: 0; border-radius: 0; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO::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; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;position:relative;display:block; }#PhS1k5fdwnqIEFBzuufndIaThTZbTAuM { color:#ffead5;display:block;width:45.375rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.25rem;left:14.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XSJ7PZAWuE2fDpFfiTNBdVhE8MDZHdgM { color:#ffead5;display:block;width:29.25rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:10.8125rem;left:22.875rem;height:5rem;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; }
#ntix4yhBMeBLPTxqc97siyISTuoSJXe5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.5rem;left:18.125rem;overflow:hidden;display:block; }
#BH4AgiD9Mxik8lPu2rue3Q53uFRdh18Z { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.375rem;top:12.5rem;left:55.25rem;overflow:hidden;display:block; }
#vaaVD8shrIsuAadszK3pCK1TBtSd7Bq5 { box-sizing:content-box;height:0.3125rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:#e9d8c7;background-image:none;top:13.25rem;left:0rem;display:block; }
#oUGcmyLa9aF0omIgxEh6A0a36pTFhbMR { box-sizing:content-box;height:0.3125rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:#e9d8c7;background-image:none;top:13.25rem;left:58.125rem;display:block; }
#AEsBrQ19p9asvTZHoEN8kwaX4OAba3LV { color:#ffead5;display:block;width:40.4375rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:15.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EWoBnuvdtOrfioM7CJus6Ti0XZJKF1VZ { color:#ffead5;display:block;width:45.375rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:14.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e3cf2c-2444-405a-8100-f0ddf4776c8d/lands.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0.adaptive-delivery-prevent-bg, #tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0.lazyload, #tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0.lazyloading { background-image: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { background-color: transparent; background-image: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container > .video-iframe-container { display: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row > .video-iframe-container { display: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .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); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { border-width: 0; border-radius: 0; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0::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; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#1d1d1b;background-image:none;vertical-align:top;border-top:0.125rem solid rgba(230,159,108,0.41);border-left:0.125rem solid rgba(230,159,108,0.41);border-right:0.125rem solid rgba(230,159,108,0.41);border-bottom:0.125rem solid rgba(230,159,108,0.41); }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .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; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-heading-text { display:block;position:relative;width:100%;font-family:"futura ptbold";font-weight:400;font-size:1.5rem;text-align:left;text-align-last:left;font-style:normal;color:#e9d8c7;height:auto;line-height:1.3;overflow:hidden; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .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";text-align:left;text-align-last:left;color:#e9d8c7;line-height:1.5;overflow:hidden;height:auto; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .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://images.assets-landingi.com/uc/827983d7-293a-4a90-a189-b90e5275565c/Vector14.svg");background-size:contain !important; }#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-trigger.adaptive-delivery-prevent-bg, #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-trigger.lazyload, #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-trigger.lazyloading { background-image: none; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S { box-sizing:content-box;height:auto;width:46.625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15016;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3.75rem;left:14.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #vXzOmGD52AbVrledgXmiZRB3gpRwrLPE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UMsPnrohLAblSptWVu2pHTJHbnrV7xIi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #y3KtDn8i8ugfWHTEQMw6ytb47RZ3W6Sf { display:block;position:relative; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XP0F1oXC9SaPFeZ6PA1mCToCZSrGGqlO {  }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #TWW4ElImBEgC3nVxU6ATOeql0b5FIG6i {  }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #oDtCbP104TCUM2q7s1F29DFcNIWi54fJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #lzUBvgdmWsC7KsHT25lJu3ov6y6sXydC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #gkHEss3stdLGAefnFBgy2917XOlUDBgC { display:block;position:relative; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uZU0DJzfq055xAtt6DJxuqq4Q63RqJa6 {  }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #FBcx9KSBXIGkntWr4oqTEUbJJiOJxoh3 { display:none; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #JlIkcTZwKHAHUMXEOGJOPU2U87offHW1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #wrqobATsxltoxXPuFhMrQdJzWWHPPNKP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uU1BWiqV5tdic07LH7Kks9cgi8kXdkvT { display:block;position:relative; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #Qdl9L47FVDfao3txr0IHy522gCVMUHXb {  }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UVPOSPnzZhgGDQBvHhP0PM4dgJSlCxGp { display:none; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uWv8E3GIglDvIBFp6vhJGAcVWxu223IJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #dHHcodoO760rdUFq8MdKT6q3ZUwAbQrz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OOvLBwZIqFVJMeIloOov0sTWJRBtRx3q { display:block;position:relative; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OTQkrbH59RBeXE4hifZaGLbmRQ7UrmGz {  }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XgZMRaRECJ7krabFMMHW3vIv1p1HemaU { display:none; }
#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e3cf2c-2444-405a-8100-f0ddf4776c8d/lands.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6.adaptive-delivery-prevent-bg, #cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6.lazyload, #cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6.lazyloading { background-image: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { background-color: transparent; background-image: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container > .video-iframe-container { display: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row > .video-iframe-container { display: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .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); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { border-width: 0; border-radius: 0; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6::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; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#TgWpHeMz63VP0GXgaRSDQ4pTSMppOQoT { color:#e9d8c7;display:block;width:45.375rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:14.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");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; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.adaptive-delivery-prevent-bg, #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.lazyload, #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.lazyloading { background-image: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { background-color: transparent; background-image: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container > .video-iframe-container { display: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row > .video-iframe-container { display: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .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); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { border-width: 0; border-radius: 0; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;position:relative;display:block; }#ft7uNDGCTh3OnCF4NdqgKtAe6o0lz3iJ { color:#1d1d1b;display:block;width:43.5rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:15.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sAB18WV2oOyDW15h7sPsesNQToeBIg2D { color:#1d1d1b;display:block;width:56rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.375rem;left:9.5rem;height:1.92480625rem;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; }
#vigi80lHVeg2kvFH3mhuBgpAlZ38UHzA { color:#1d1d1b;display:block;width:43.5rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60.1875rem;left:15.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JK1rZaQkRgiMIDxy0ls0ncVMwM3oRfqp { position:absolute;display:block;z-index:15006;height:43.5rem;width:75rem;top:14.9375rem;left:0rem;display:block; }
#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f.adaptive-delivery-prevent-bg, #t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f.lazyload, #t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f.lazyloading { background-image: none; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container { background-color: transparent; background-image: none; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container > .video-iframe-container { display: none; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row > .video-iframe-container { display: none; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .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); }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container { border-width: 0; border-radius: 0; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#pNKEhSZwLIFJx20PFmcbnITAf865O3b5 { color:#1d1d1b;display:block;width:28.5rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:3.9375rem;left:23.25rem;height:7.5rem;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; }
#S1o2a3pB2NT2cn5fPXHPftsiIT9MKXun { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:4.375rem;left:19.625rem;overflow:hidden;display:block; }
#KOMwdZLwv196khKEPeG9CVPlerqZg189 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:4.375rem;left:53.6875rem;overflow:hidden;display:block; }
#VRE0cXX4aFKBWF1odQKCIkPZJoEuGv3e { box-sizing:content-box;height:0.3125rem;width:18.375rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.03125rem;left:0rem;display:block; }
#Xr80gJBUytTLWTgiGxLnPwQIPMU3RyNx { box-sizing:content-box;height:0.3125rem;width:18.375rem;position:absolute;display:block;z-index:15006;background-color:#1d1d1b;background-image:none;top:5.03125rem;left:56.625rem;display:block; }
#H2AsQmQhJtIatMTZ35ExptqVp3xCui1y { color:#1d1d1b;display:block;width:44rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.1875rem;left:15.5rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#DMLe8DeOkfwSTHa7OiWbEPvAwrx4MMF4 { color:#1d1d1b;display:block;width:28.5rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:3.9375rem;left:23.25rem;height:7.5rem;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:none; }
#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.adaptive-delivery-prevent-bg, #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.lazyload, #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.lazyloading { background-image: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { background-color: transparent; background-image: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container > .video-iframe-container { display: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row > .video-iframe-container { display: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .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); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { border-width: 0; border-radius: 0; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#Us5Neeh02TwwX57cdCyadlSUelkxQz4A { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/8b17b9da-cb70-4a83-a0de-58a9c30ba38b/2box_banan2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Us5Neeh02TwwX57cdCyadlSUelkxQz4A.adaptive-delivery-prevent-bg, #Us5Neeh02TwwX57cdCyadlSUelkxQz4A.lazyload, #Us5Neeh02TwwX57cdCyadlSUelkxQz4A.lazyloading { background-image: none; }
#K9uXEk2EmqzB9PyruN0segZEP34xG6p6 { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4375rem;left:2.6875rem;height:5.3994125rem;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; }
#eVoedmb2h9CvWgUVISfzggz6qT4NMACt { color:#1d1d1b;display:block;width:15rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:4.5625rem;left:1.125rem;height:12.597625rem;text-align:center;text-align-last:center;display:block; }
#pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15020;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.adaptive-delivery-prevent-bg, #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.lazyload, #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.lazyloading { background-image: none; }
#ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0 { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/ee6ac75a-47fc-446c-9d74-3620b16e1ff1/2box_march.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0.adaptive-delivery-prevent-bg, #ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0.lazyload, #ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0.lazyloading { background-image: none; }
#wxz3o53VlUaMW0oIqRzT0UVLIDXpydTq { color:#1d1d1b;display:block;width:15.625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:4.375rem;left:19.9375rem;height:15.7470625rem;text-align:center;text-align-last:center;display:block; }
#bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5 { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15022;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5.adaptive-delivery-prevent-bg, #bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5.lazyload, #bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5.lazyloading { background-image: none; }
#Tf2oS5BJBvBnAQXSFBP48yJgCXoTJzpV { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3125rem;left:21.8125rem;height:3.5996125rem;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; }
#lxWlzyRxybVULrBGfTU054AiMFBcT90s { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9a68255d-c661-4cb0-8e66-619b369e4fc0/2box_papryka.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#lxWlzyRxybVULrBGfTU054AiMFBcT90s.adaptive-delivery-prevent-bg, #lxWlzyRxybVULrBGfTU054AiMFBcT90s.lazyload, #lxWlzyRxybVULrBGfTU054AiMFBcT90s.lazyloading { background-image: none; }
#JhL0NG4CFKZ0VqKZVOom2rSGkiCoP90x { color:#1d1d1b;display:block;width:15.5rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:4.375rem;left:39.25rem;height:15.7470625rem;text-align:center;text-align-last:center;display:block; }
#V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.adaptive-delivery-prevent-bg, #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.lazyload, #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.lazyloading { background-image: none; }
#Hprb9q84FhSciUEZgRhDDohw8a26NIJl { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.4375rem;left:40.9375rem;height:5.3994125rem;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; }
#fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/48ca78b0-25e7-44c7-90d6-057211303023/2box_ciemnebanany.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU.adaptive-delivery-prevent-bg, #fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU.lazyload, #fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU.lazyloading { background-image: none; }
#Xt48ETZq5DZdThPqkuMqupJLe4X4U2uz { color:#1d1d1b;display:block;width:15rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:6.3125rem;left:58.875rem;height:11.0229375rem;text-align:center;text-align-last:center;display:block; }
#ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy.adaptive-delivery-prevent-bg, #ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy.lazyload, #ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy.lazyloading { background-image: none; }
#XdHsWDIQZLO9nC0gr324oheD3vbG3QGT { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:1.4375rem;left:60.4375rem;height:7.19925rem;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; }
#i9eaeu2Ae2SSZDlOnP5CxFMZvsMqEJn8 { color:#1d1d1b;display:block;width:8.25rem;position:absolute;font-family:futuraptmedium;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.38671875rem;left:4.5rem;height:2.3994125rem;text-align:center;text-align-last:center;display:block; }
#vqTulvec9quVSEX5ECEp8F387Z3zaDQG { color:#1d1d1b;display:block;width:8.25rem;position:absolute;font-family:futuraptmedium;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:6.5rem;left:23.625rem;height:2.3994125rem;text-align:center;text-align-last:center;display:block; }
#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.adaptive-delivery-prevent-bg, #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.lazyload, #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.lazyloading { background-image: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { background-color: transparent; background-image: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container > .video-iframe-container { display: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row > .video-iframe-container { display: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .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); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { border-width: 0; border-radius: 0; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/a2f0ebfe-3762-40df-be6b-cff6a39b7d87/2box_warzywa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg.adaptive-delivery-prevent-bg, #i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg.lazyload, #i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg.lazyloading { background-image: none; }
#veRsE7nrsuPD4c60MocU5vI7oiiliG5H { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4375rem;left:2.6875rem;height:5.3994125rem;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; }
#cHDTrCQcVNypPINUBqo6rXIZbZ6iTtxe { color:#1d1d1b;display:block;width:14.0625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.25rem;left:1.625rem;height:11.0229375rem;text-align:center;text-align-last:center;display:block; }
#gIMEafR6pSGcky2zZmrySlCsHkktDxiT { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#gIMEafR6pSGcky2zZmrySlCsHkktDxiT.adaptive-delivery-prevent-bg, #gIMEafR6pSGcky2zZmrySlCsHkktDxiT.lazyload, #gIMEafR6pSGcky2zZmrySlCsHkktDxiT.lazyloading { background-image: none; }
#ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/5f017708-7e75-48cc-a9f6-83216af61d28/2box_sos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m.adaptive-delivery-prevent-bg, #ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m.lazyload, #ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m.lazyloading { background-image: none; }
#TOOxWZDlbvX6cxwKT0CqxJmq8dSyBhUR { color:#1d1d1b;display:block;width:15.0625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.734375rem;left:20.21875rem;height:12.597625rem;text-align:center;text-align-last:center;display:block; }
#oQTRO5QpLhNhb15F35lIuDHVzskvAMNi { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.adaptive-delivery-prevent-bg, #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.lazyload, #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.lazyloading { background-image: none; }
#gTmJ6gbCUshmPdgK1ybuoMN2AeNWSyDc { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.4375rem;left:21.8125rem;height:5.3994125rem;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; }
#KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/1980fd7b-a945-43f5-8f0f-19a131718436/2box_oliwa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq.adaptive-delivery-prevent-bg, #KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq.lazyload, #KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq.lazyloading { background-image: none; }
#BPN9OsdUFL9QxJDOWfHCuUOSV3c6tWkr { color:#1d1d1b;display:block;width:12.5rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7rem;left:40.625rem;height:9.44825rem;text-align:center;text-align-last:center;display:block; }
#FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.adaptive-delivery-prevent-bg, #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.lazyload, #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.lazyloading { background-image: none; }
#OflL09Tr7DFOGcdP6VZNy4exhDyb6TNT { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.4375rem;left:40.90625rem;height:3.5996125rem;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; }
#ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/44cf02db-d7f1-4e1b-b9cb-e504e5f14b36/2box_pomowoce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq.adaptive-delivery-prevent-bg, #ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq.lazyload, #ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq.lazyloading { background-image: none; }
#dWECmx5wIm8MDMc1XrPK0A8k9V3iItO5 { color:#1d1d1b;display:block;width:14.625rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:7.8125rem;left:59.0625rem;height:9.44825rem;text-align:center;text-align-last:center;display:block; }
#eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4 { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.adaptive-delivery-prevent-bg, #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.lazyload, #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.lazyloading { background-image: none; }
#gayyEC9NU8SWv20WOOQAZFWKd58CC95i { color:#1d1d1b;display:block;width:12.4375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:1.25rem;left:59.9375rem;height:5.3994125rem;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; }
#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.adaptive-delivery-prevent-bg, #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.lazyload, #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.lazyloading { background-image: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { background-color: transparent; background-image: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container > .video-iframe-container { display: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row > .video-iframe-container { display: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .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); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { border-width: 0; border-radius: 0; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#Z2d31akUlhoNivok7bPiSZcJVzGlTF78 { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/0cfa59d8-4190-4c55-bd6a-896c4864b937/2box_dzemy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Z2d31akUlhoNivok7bPiSZcJVzGlTF78.adaptive-delivery-prevent-bg, #Z2d31akUlhoNivok7bPiSZcJVzGlTF78.lazyload, #Z2d31akUlhoNivok7bPiSZcJVzGlTF78.lazyloading { background-image: none; }
#OzSWO9eeUrdzQTmO1erK7NC7Mu25Xp5f { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4375rem;left:2.6875rem;height:5.3994125rem;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; }
#LZOTgWIiaSdnI727sUTD77HwhVmRnJzo { color:#1d1d1b;display:block;width:14.8125rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:7.9375rem;left:1.25rem;height:7.8735625rem;text-align:center;text-align-last:center;display:block; }
#Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB.adaptive-delivery-prevent-bg, #Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB.lazyload, #Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB.lazyloading { background-image: none; }
#Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/be55dc4c-dccd-4883-8d5b-b031814c2c5f/2box_miod.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR.adaptive-delivery-prevent-bg, #Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR.lazyload, #Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR.lazyloading { background-image: none; }
#tur81ZCJqCJk6dUBBbQQMX9qErZxdrts { color:#1d1d1b;display:block;width:13.1875rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:8.75rem;left:21.1875rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.125rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx.adaptive-delivery-prevent-bg, #fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx.lazyload, #fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx.lazyloading { background-image: none; }
#Sdq9HNu788y7qO4GCpzNnIbZAuGNMW6W { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.4375rem;left:21.8125rem;height:3.5996125rem;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; }
#sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15008;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/e273be52-32d6-44fc-8c57-cc68751fd261/2box_sliwki.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q.adaptive-delivery-prevent-bg, #sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q.lazyload, #sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q.lazyloading { background-image: none; }
#zeLtgD5KDteOlGm3I156f64mTmeBSqoT { color:#1d1d1b;display:block;width:13.4375rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.125rem;left:40.1875rem;height:9.44825rem;text-align:center;text-align-last:center;display:block; }
#kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.25rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.adaptive-delivery-prevent-bg, #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.lazyload, #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.lazyloading { background-image: none; }
#uvC31q398K80pv2g21bPm1rEFTEyGTh2 { color:#1d1d1b;display:block;width:12.625rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.25rem;left:40.5625rem;height:7.19925rem;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; }
#lqlKlKIx2wznB76pz8eNeOHsFbp45oIH { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/65aedbcb-880a-427a-bd7d-84344aa0cdf4/2box_ziemniaki.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#lqlKlKIx2wznB76pz8eNeOHsFbp45oIH.adaptive-delivery-prevent-bg, #lqlKlKIx2wznB76pz8eNeOHsFbp45oIH.lazyload, #lqlKlKIx2wznB76pz8eNeOHsFbp45oIH.lazyloading { background-image: none; }
#h5MRyc39hgQsM753IJZDCzm1QHLCumvz { color:#1d1d1b;display:block;width:11.9375rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4375rem;left:60.4375rem;height:3.5996125rem;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; }
#VFgB7blcclrTRLC9IIvtNTXPN5v2QxAl { color:#1d1d1b;display:block;width:15.5rem;position:absolute;font-family:futuraptmedium;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.16015625rem;left:58.5rem;height:15.7470625rem;text-align:center;text-align-last:center;display:block; }
#au6S96y3oLAyk2Fc9dryh71VK9C3tt0A { box-sizing:content-box;height:21.25rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.75rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(59,31,24,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.adaptive-delivery-prevent-bg, #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.lazyload, #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.lazyloading { background-image: none; }
#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { background-color: transparent; background-image: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container > .video-iframe-container { display: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row > .video-iframe-container { display: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .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); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { border-width: 0; border-radius: 0; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#osSdXUHOHrMtDzJD7N5uQygLWI5EINbr { box-sizing:content-box;height:11.5rem;width:44.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.375rem;left:14.875rem;box-shadow: none;border-top:0rem solid #1d1d1b;border-left:0.1875rem solid #1d1d1b;border-right:0.1875rem solid #1d1d1b;border-bottom:0.1875rem solid #1d1d1b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rKE2G38elQo5w7fTaARuODxXNZ6FyqS6 { box-sizing:content-box;height:0.1875rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:#1d1d1b;background-image:none;top:1.25rem;left:14.875rem;display:block; }
#N9sQ8Tebonp1lEhzvT1p6CHvTArvTvke { color:#1d1d1b;display:block;width:39.3125rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:18.4375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#PXa5a7oD4TAAobCipeo35iZgxVtkEuWB { color:#1d1d1b;display:block;width:18.125rem;position:absolute;font-family:futuraptbold;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:0.5625rem;left:28.4375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#Oz6Zb7I22Co4dzvOMnKG6VIOG6VgyClG { box-sizing:content-box;height:0.1875rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:#1d1d1b;background-image:none;top:1.25rem;left:43.25rem;display:block; }
#wT0HZlN7S5T7QGOyH03eOranpc0puwnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0d415ec-8189-4b03-a06b-dccc1b536f1e/2landbg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG.adaptive-delivery-prevent-bg, #wT0HZlN7S5T7QGOyH03eOranpc0puwnG.lazyload, #wT0HZlN7S5T7QGOyH03eOranpc0puwnG.lazyloading { background-image: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { background-color: transparent; background-image: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container > .video-iframe-container { display: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row > .video-iframe-container { display: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .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); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { border-width: 0; border-radius: 0; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG::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; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#oTvo7rfNUule9mPf8uTBBLhWgTHEalCk { color:#ffead5;display:block;width:56.8125rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:9.125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#E0XWJ5RkxcMmIiRfBEkzT0JLtWMFzpKN { color:#ffead5;display:block;width:28.5rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:4.6875rem;left:23.25rem;height:2.5rem;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; }
#M0IGaJozgkc98JXNK19nsoeVBIqi6ewl { color:#ffead5;display:block;width:52.75rem;position:absolute;font-family:futuraptmedium;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:27.375rem;left:11.125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M { box-sizing:content-box;height:9.125rem;width:35.6875rem;position:absolute;display:block;z-index:14999;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.9375rem;left:19.6875rem;box-shadow: 0.0625rem 0.625rem 1.125rem rgba(29,29,27,0.2) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.adaptive-delivery-prevent-bg, #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.lazyload, #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.lazyloading { background-image: none; }
#yNdsVotnzTnD4uxohbuQqLZZnrPeDzud { color:#1d1d1b;display:block;width:28.6875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.875rem;left:23.15625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#WnkZPKI0pm6PHMQJSFicWNhVQooLvBJd { box-sizing:content-box;height:5.625rem;width:0.1875rem;position:absolute;display:block;z-index:15006;background-color:#1d1d1b;background-image:none;top:17.736328125rem;left:20.75rem;display:block; }
#T6Hhf8KwfyH52tfBMc3aunmvTmUWRPe4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:16.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#URvkaRaK5SdQ20IFPeI0ClyFEdrsP6Tf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:23.625rem;left:20.40625rem;overflow:hidden;display:block; }
#Z2d7Hb58eK5bMXUtWSa917y1rIboDzFi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:23.625rem;left:53.8125rem;overflow:hidden;display:block; }
#IX5GfaGLVw8vPJSUPVCMTCm38HyalbDE { box-sizing:content-box;height:5.625rem;width:0.1875rem;position:absolute;display:block;z-index:15009;background-color:#1d1d1b;background-image:none;top:17.6875rem;left:54.1875rem;display:block; }
#qn6OXI3lmd1TeLk52Oi1C58l9vtbih9t { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:1rem;top:16.5625rem;left:53.75rem;overflow:hidden;display:block; }
#fDzO1RzFFLUPuuh8l6i7qnNliPzg1WrE { background-color:#c24928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.625rem;left:30.875rem;display:block; }
#pWNTX0kOXTITHbrdBWpVelwlDHZ51tcb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { background-color: transparent; background-image: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container > .video-iframe-container { display: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row > .video-iframe-container { display: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .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); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { border-width: 0; border-radius: 0; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#HDyHoZCfenFTEy7OLfFlrNKasT1gKA4a { box-sizing:content-box;height:0.4375rem;width:19.375rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:8.125rem;left:3.8125rem;display:block; }
#mu1MIFkLmcEUqrwAFNSrz5CnbKAUEbbD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5rem;top:7.1875rem;left:24.5rem;overflow:hidden;display:block; }
#wTxv5K0dZy5THpGNp5BgFUg56Tn1hFzf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:63.1875rem;top:14.482421875rem;left:4.90625rem;overflow:hidden;display:block; }
#CBiB2rT7tfF2OLuZbF7KgZuGx8HSlFti { box-sizing:content-box;height:0.4375rem;width:19.25rem;position:absolute;display:block;z-index:15009;background-color:#1d1d1b;background-image:none;top:8.125rem;left:50.875rem;display:block; }
#CXtOd6csQnaDsKSDeCQkrnCfRH1asnOr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.5rem;top:7.1875rem;left:47.1875rem;overflow:hidden;display:block; }
#o1tJgKJMcNUsrPp6xl6s0799oGvl30cd { box-sizing:content-box;height:49.4375rem;width:65.625rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:transparent;background-image:none;top:8.125rem;left:3.6875rem;border-top:0;border-left:0.4375rem solid #1d1d1b;border-right:0.4375rem solid #1d1d1b;border-bottom:0.4375rem solid #1d1d1b;display:block; }
#mNS2sb85KrOmvEz7gOvTHOsbnsyNuRsP { color:#1d1d1b;display:block;width:21.875rem;position:absolute;font-family:cowboys;font-size:4.625rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4.34375rem;left:26.5625rem;height:9.25rem;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; }
#UACvnTrk2ECiX0rCMC6acvdoy0iBFLKr { color:#1d1d1b;display:block;width:33.9375rem;position:absolute;font-family:futuraptmedium;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:48.732421875rem;left:19.53125rem;height:6.3925625rem;text-align:center;text-align-last:center;display:block; }
#aJqD0lTZoU0xq5089sEeLfHTUtsxOBKf { position:absolute;display:block;z-index:15019;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:8.125rem;width:28.8125rem;top:39.1875rem;left:22.09375rem;overflow:hidden;display:block; }
#BSeHtXxdBeifGsTTHZGqbpCagQkVGtMV { 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:59.8125rem;width:47rem;display:none; }
#mDdbgVSLRzVwyIE5A73QhBKTFmIKsLWp { 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:57.5rem;width:44.625rem;display:none; }
#fSR4J93TgE13Lpr2AwTkRxDoutidTCW6 { 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:59.8125rem;width:48.25rem;display:none; }
#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR { position:relative;display:block; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR { background-color: transparent; background-image: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container > .video-iframe-container { display: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row > .video-iframe-container { display: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .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); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR { border-width: 0; border-radius: 0; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA { color:#1d1d1b;display:block;width:37.1875rem;position:absolute;font-family:futuraptmedium;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:18.9375rem;height:9.125rem;text-align:left;text-align-last:left;display:block; }#nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA li:before{  }
#JL2rKHeIrhwxHzmHRCTJswDimPkEO44n { color:#1d1d1b;display:block;width:33.9375rem;position:absolute;font-family:futuraptmedium;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:3.25rem;left:20.5625rem;height:1.6499rem;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; }
#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container { background-color: transparent; background-image: none; }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container > .video-iframe-container { display: none; }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row > .video-iframe-container { display: none; }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .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); }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container { border-width: 0; border-radius: 0; }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container { border-width: 0; border-radius: 0; }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc { border-width: 0; border-radius: 0; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D { border-width: 0; border-radius: 0; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container { border-width: 0; border-radius: 0; }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v { border-width: 0; border-radius: 0; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX { border-width: 0; border-radius: 0; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container { border-width: 0; border-radius: 0; }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container { background-color: transparent; background-image: none; }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container > .video-iframe-container { display: none; }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row > .video-iframe-container { display: none; }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .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); }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container { border-width: 0; border-radius: 0; }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { top:7.5625rem;left:0rem;width:26.625rem;height:10.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqsLecBH5uWEKgs4kpOoxodAnyiw2ZI { top:17.5625rem;left:3.375rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvgMs5CfZHn83ots0u0G0AWWacHbEvuW { top:20.3125rem;left:0rem;width:25.0625rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lda59uTuEpL6tbUgXFkFLurx2wf3st { width:12.125rem;height:3.125rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSqHpKDZW3bg9TLEnrc5mTQ1Sf00LuP { display:block; }
 }@media only screen and (max-width: 763px) { #H4sgTGh9xV9FeTH1eGBr83BNpVchZRJo { top:33.875rem;left:13.3125rem;width:18.125rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1 { top:31.8125rem;left:10rem;width:24.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhkJNCuRZvw1g3XS6lHEzAirV4E0OWT { top:0.875rem;left:16.8125rem;width:30.9375rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHpcO3ogc6aWGLJaauXtPChQE5AlD0cp { top:4.8125rem;left:11.4375rem;width:30.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXFO6V9B29lxx8M9Ra6l4QsTITgVZBKJ { top:32.1875rem;left:10.625rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsrzeKfxspw2r54Sx1auN6zEmqKbFi8c { top:33.75rem;left:11.03125rem;width:0.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov2OAaNG3PsX3Pxp3d45CLNltLL3zgPD { top:38.625rem;left:10.625rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBRdsewPSydkgVNGNKDxrxBc3Xh7tM9 { top:32.375rem;left:33.125rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFbZlx8FTmTTx3OWZobmPiZVLEXQNTD { top:33.9375rem;left:33.5625rem;width:0.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTu5ya0c5K5oONNN4TpEnAnBx1WXBiT8 { top:38.8125rem;left:33.125rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ { top:0rem;left:16.625rem;width:28.5625rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { display:block; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { top:5.3125rem;left:0rem;width:15.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNJaqcPXXnfMGaWuDiJcgS0OcDcy3crs { top:3.375rem;left:5.0625rem;width:37.625rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86vOH0WKN4OioIJ6PTbuQNDxv3UEodA { width:13.25rem;height:3.125rem;top:5.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLaDBeqnH7TwJrQfvlzDgSbCaTEFgGzN { display:block; }
 }@media only screen and (max-width: 763px) { #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsyHmGx0isDJyTdaRm6vdfZiwI27gr7r { top:2.3125rem;left:2.125rem;width:43.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { top:10.1875rem;left:9.625rem;width:28.5rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTRvC5ehfEx66MWXHTRyTqtVRuQMJUe { top:17.125rem;left:0.25rem;width:47.25rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { top:11.875rem;left:6rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9lPQt6yRRSZZZceIIFN0NQ7izUy26T5 { top:11.875rem;left:40.0625rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6SX3ZkTpLsTa1PmFPdzl6k8mpxyoAJ { top:33.75rem;left:0rem;width:9.5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeqeZdrwxx259aG5vXiJ2WG9wKTXSbxb { top:35.375rem;left:0rem;width:13.1875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { top:12.5625rem;left:0rem;width:18.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUOU23AHdqgDGx3cOUuzSFOdvJHETblX { top:35.5625rem;left:9.5625rem;width:13.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurdPJhQyR3wQF5MUdTBz3qUphy75Cfl { top:37.25rem;left:25.125rem;width:14.0625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfXbITzEBQ8WTqPT9Tzz5IZ25gkr9N36 { top:35.375rem;left:36.1875rem;width:11.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVpC98TVMTzk8yECM4maLZ8muAM6Q0Ii { top:12.5625rem;left:29.375rem;width:18.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8NhkRzHaIVNUCKUsNwPmn6riw3eFS9H { top:33.6875rem;left:10.25rem;width:11.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHRrHJ7ho1fu4StmpOqLgHAnJihnrcQg { top:33.5625rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVS40G8TeasoyTdBv7Pi30M9wI8M63uS { top:33.5625rem;left:26.875rem;width:11rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW { top:24.8125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M { top:24.8125rem;left:12.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak { top:24.8125rem;left:28.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL { top:24.8125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbFwqu2khBDaznTKpv3JuKK1uzgbf3C { top:27.4375rem;left:0rem;width:4.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5u2i0K1iLodVwEIxPqN2Th6z3XZILuA { top:26.3125rem;left:13.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUwIV4ETEwJhwTSSkugGrlTiaZFVnuLt { top:26.4375rem;left:30.5rem;width:3.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsvkENmyCefAv3wXkoHEc1vxW6NOBuu { top:26.3125rem;left:44.5625rem;width:3.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO { display:block; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhS1k5fdwnqIEFBzuufndIaThTZbTAuM { top:17.25rem;left:1.1875rem;width:45.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSJ7PZAWuE2fDpFfiTNBdVhE8MDZHdgM { top:10.8125rem;left:9.25rem;width:29.25rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntix4yhBMeBLPTxqc97siyISTuoSJXe5 { top:12.5rem;left:4.5rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH4AgiD9Mxik8lPu2rue3Q53uFRdh18Z { top:12.5rem;left:41.625rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaaVD8shrIsuAadszK3pCK1TBtSd7Bq5 { top:13.25rem;left:0rem;width:16.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGcmyLa9aF0omIgxEh6A0a36pTFhbMR { top:13.25rem;left:30.875rem;width:16.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEsBrQ19p9asvTZHoEN8kwaX4OAba3LV { top:4.25rem;left:2.125rem;width:40.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoBnuvdtOrfioM7CJus6Ti0XZJKF1VZ { top:23.6875rem;left:1.1875rem;width:45.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 { display:block; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S { display:flex;height:auto;width:27.8125rem;top:17rem;left:3.03125rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #vXzOmGD52AbVrledgXmiZRB3gpRwrLPE {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UMsPnrohLAblSptWVu2pHTJHbnrV7xIi {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #y3KtDn8i8ugfWHTEQMw6ytb47RZ3W6Sf {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XP0F1oXC9SaPFeZ6PA1mCToCZSrGGqlO {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #TWW4ElImBEgC3nVxU6ATOeql0b5FIG6i {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #oDtCbP104TCUM2q7s1F29DFcNIWi54fJ {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #lzUBvgdmWsC7KsHT25lJu3ov6y6sXydC {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #gkHEss3stdLGAefnFBgy2917XOlUDBgC {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uZU0DJzfq055xAtt6DJxuqq4Q63RqJa6 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #FBcx9KSBXIGkntWr4oqTEUbJJiOJxoh3 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #JlIkcTZwKHAHUMXEOGJOPU2U87offHW1 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #wrqobATsxltoxXPuFhMrQdJzWWHPPNKP {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uU1BWiqV5tdic07LH7Kks9cgi8kXdkvT {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #Qdl9L47FVDfao3txr0IHy522gCVMUHXb {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UVPOSPnzZhgGDQBvHhP0PM4dgJSlCxGp {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uWv8E3GIglDvIBFp6vhJGAcVWxu223IJ {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #dHHcodoO760rdUFq8MdKT6q3ZUwAbQrz {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OOvLBwZIqFVJMeIloOov0sTWJRBtRx3q {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OTQkrbH59RBeXE4hifZaGLbmRQ7UrmGz {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XgZMRaRECJ7krabFMMHW3vIv1p1HemaU {  }
 }@media only screen and (max-width: 763px) { #cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 { display:block; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWpHeMz63VP0GXgaRSDQ4pTSMppOQoT { top:2rem;left:1.1875rem;width:45.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN { display:block; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft7uNDGCTh3OnCF4NdqgKtAe6o0lz3iJ { top:3.4375rem;left:2.125rem;width:43.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAB18WV2oOyDW15h7sPsesNQToeBIg2D { top:9.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigi80lHVeg2kvFH3mhuBgpAlZ38UHzA { top:60.1875rem;left:2.125rem;width:43.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1rZaQkRgiMIDxy0ls0ncVMwM3oRfqp { top:14.9375rem;left:0rem;width:47.75rem;height:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f { display:block; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNKEhSZwLIFJx20PFmcbnITAf865O3b5 { top:3.9375rem;left:9.625rem;width:28.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1o2a3pB2NT2cn5fPXHPftsiIT9MKXun { top:4.375rem;left:6rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMwdZLwv196khKEPeG9CVPlerqZg189 { top:4.375rem;left:40.0625rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRE0cXX4aFKBWF1odQKCIkPZJoEuGv3e { top:5rem;left:0rem;width:18.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr80gJBUytTLWTgiGxLnPwQIPMU3RyNx { top:5rem;left:29.375rem;width:18.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2AsQmQhJtIatMTZ35ExptqVp3xCui1y { top:13.1875rem;left:1.875rem;width:44rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLe8DeOkfwSTHa7OiWbEPvAwrx4MMF4 { top:4rem;left:0rem;width:16.875rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt { display:block; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us5Neeh02TwwX57cdCyadlSUelkxQz4A { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9uXEk2EmqzB9PyruN0segZEP34xG6p6 { top:1.4375rem;left:0rem;width:11.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoedmb2h9CvWgUVISfzggz6qT4NMACt { top:4.5625rem;left:0rem;width:15rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0 { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxz3o53VlUaMW0oIqRzT0UVLIDXpydTq { top:4.375rem;left:6.3125rem;width:15.625rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5 { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2oS5BJBvBnAQXSFBP48yJgCXoTJzpV { top:2.3125rem;left:8.1875rem;width:11.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWlzyRxybVULrBGfTU054AiMFBcT90s { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhL0NG4CFKZ0VqKZVOom2rSGkiCoP90x { top:4.375rem;left:25.625rem;width:15.5rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hprb9q84FhSciUEZgRhDDohw8a26NIJl { top:1.4375rem;left:27.3125rem;width:11.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt48ETZq5DZdThPqkuMqupJLe4X4U2uz { top:6.3125rem;left:32.75rem;width:15rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdHsWDIQZLO9nC0gr324oheD3vbG3QGT { top:1.4375rem;left:35.8125rem;width:11.9375rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9eaeu2Ae2SSZDlOnP5CxFMZvsMqEJn8 { top:7.375rem;left:0rem;width:8.25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTulvec9quVSEX5ECEp8F387Z3zaDQG { top:6.5rem;left:10rem;width:8.25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 { display:block; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veRsE7nrsuPD4c60MocU5vI7oiiliG5H { top:1.4375rem;left:0rem;width:11.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHDTrCQcVNypPINUBqo6rXIZbZ6iTtxe { top:6.25rem;left:0rem;width:14.0625rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMEafR6pSGcky2zZmrySlCsHkktDxiT { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOxWZDlbvX6cxwKT0CqxJmq8dSyBhUR { top:5.6875rem;left:6.59375rem;width:15.0625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmJ6gbCUshmPdgK1ybuoMN2AeNWSyDc { top:1.4375rem;left:8.1875rem;width:11.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPN9OsdUFL9QxJDOWfHCuUOSV3c6tWkr { top:7rem;left:27rem;width:12.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflL09Tr7DFOGcdP6VZNy4exhDyb6TNT { top:1.4375rem;left:27.28125rem;width:11.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWECmx5wIm8MDMc1XrPK0A8k9V3iItO5 { top:7.8125rem;left:33.125rem;width:14.625rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4 { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gayyEC9NU8SWv20WOOQAZFWKd58CC95i { top:1.25rem;left:35.3125rem;width:12.4375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp { display:block; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2d31akUlhoNivok7bPiSZcJVzGlTF78 { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzSWO9eeUrdzQTmO1erK7NC7Mu25Xp5f { top:1.4375rem;left:0rem;width:11.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOTgWIiaSdnI727sUTD77HwhVmRnJzo { top:7.9375rem;left:0rem;width:14.8125rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB { top:0rem;left:0rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tur81ZCJqCJk6dUBBbQQMX9qErZxdrts { top:8.75rem;left:7.5625rem;width:13.1875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx { top:0rem;left:5.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdq9HNu788y7qO4GCpzNnIbZAuGNMW6W { top:1.4375rem;left:8.1875rem;width:11.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLtgD5KDteOlGm3I156f64mTmeBSqoT { top:7.125rem;left:26.5625rem;width:13.4375rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF { top:0rem;left:24.625rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvC31q398K80pv2g21bPm1rEFTEyGTh2 { top:1.25rem;left:26.9375rem;width:12.625rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqlKlKIx2wznB76pz8eNeOHsFbp45oIH { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5MRyc39hgQsM753IJZDCzm1QHLCumvz { top:1.4375rem;left:35.8125rem;width:11.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFgB7blcclrTRLC9IIvtNTXPN5v2QxAl { top:4.125rem;left:32.25rem;width:15.5rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A { top:0rem;left:30.5rem;width:17.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 { display:block; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osSdXUHOHrMtDzJD7N5uQygLWI5EINbr { top:1.375rem;left:1.25rem;width:44.875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKE2G38elQo5w7fTaARuODxXNZ6FyqS6 { top:1.25rem;left:1.25rem;width:16.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9sQ8Tebonp1lEhzvT1p6CHvTArvTvke { top:5.8125rem;left:4.8125rem;width:39.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXa5a7oD4TAAobCipeo35iZgxVtkEuWB { top:0.5625rem;left:14.8125rem;width:18.125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6Zb7I22Co4dzvOMnKG6VIOG6VgyClG { top:1.25rem;left:29.625rem;width:16.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT0HZlN7S5T7QGOyH03eOranpc0puwnG { display:block; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTvo7rfNUule9mPf8uTBBLhWgTHEalCk { top:8.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0XWJ5RkxcMmIiRfBEkzT0JLtWMFzpKN { top:4.6875rem;left:9.625rem;width:28.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IGaJozgkc98JXNK19nsoeVBIqi6ewl { top:27.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M { top:15.9375rem;left:6.0625rem;width:35.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdsVotnzTnD4uxohbuQqLZZnrPeDzud { top:17.875rem;left:9.53125rem;width:28.6875rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnkZPKI0pm6PHMQJSFicWNhVQooLvBJd { top:17.6875rem;left:7.125rem;width:0.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Hhf8KwfyH52tfBMc3aunmvTmUWRPe4 { top:16.5625rem;left:6.6875rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URvkaRaK5SdQ20IFPeI0ClyFEdrsP6Tf { top:23.625rem;left:6.78125rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2d7Hb58eK5bMXUtWSa917y1rIboDzFi { top:23.625rem;left:40.1875rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX5GfaGLVw8vPJSUPVCMTCm38HyalbDE { top:17.6875rem;left:40.5625rem;width:0.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn6OXI3lmd1TeLk52Oi1C58l9vtbih9t { top:16.5625rem;left:40.125rem;width:1rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDzO1RzFFLUPuuh8l6i7qnNliPzg1WrE { width:13.25rem;height:3.125rem;top:37.625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNTX0kOXTITHbrdBWpVelwlDHZ51tcb { display:block; }
 }@media only screen and (max-width: 763px) { #gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn { display:block; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDyHoZCfenFTEy7OLfFlrNKasT1gKA4a { top:8.125rem;left:0rem;width:19.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1MIFkLmcEUqrwAFNSrz5CnbKAUEbbD { top:7.1875rem;left:10.875rem;width:2.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTxv5K0dZy5THpGNp5BgFUg56Tn1hFzf { top:14.4375rem;left:0rem;width:47.75rem;height:20.781404549951rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBiB2rT7tfF2OLuZbF7KgZuGx8HSlFti { top:8.125rem;left:28.5rem;width:19.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXtOd6csQnaDsKSDeCQkrnCfRH1asnOr { top:7.1875rem;left:33.5625rem;width:2.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1tJgKJMcNUsrPp6xl6s0799oGvl30cd { top:8.125rem;left:0rem;width:46.875rem;height:49.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNS2sb85KrOmvEz7gOvTHOsbnsyNuRsP { top:4.3125rem;left:12.9375rem;width:21.875rem;height:9.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACvnTrk2ECiX0rCMC6acvdoy0iBFLKr { top:48.6875rem;left:5.90625rem;width:33.9375rem;height:6.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJqD0lTZoU0xq5089sEeLfHTUtsxOBKf { top:39.1875rem;left:8.46875rem;width:28.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSeHtXxdBeifGsTTHZGqbpCagQkVGtMV { width:47rem;height:59.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDdbgVSLRzVwyIE5A73QhBKTFmIKsLWp { width:44.625rem;height:57.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSR4J93TgE13Lpr2AwTkRxDoutidTCW6 { width:47.75rem;height:59.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR { display:block; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA { top:6.625rem;left:5.3125rem;width:37.1875rem;height:9.125rem;font-size:0.875rem;display:block; }#nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA li:before{  }
 }@media only screen and (max-width: 763px) { #JL2rKHeIrhwxHzmHRCTJswDimPkEO44n { top:3.25rem;left:6.9375rem;width:33.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e3cf2c-2444-405a-8100-f0ddf4776c8d/lands.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,31,24,0.35); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,31,24,0.35); }#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) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;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;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container { background-color: transparent; background-image: none; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container > .video-iframe-container { display: none; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row > .video-iframe-container { display: none; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .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); }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container { border-width: 0; border-radius: 0; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTl2agPHg4V65FuaRBTmvqBHlLuJPkQ0 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container { background-color: transparent; background-image: none; }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container > .video-iframe-container { display: none; }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row > .video-iframe-container { display: none; }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .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); }#tzdBmzRxrLTpgvz1Qe4PtuEDm8VHCRut > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container { background-color: transparent; background-image: none; }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container > .video-iframe-container { display: none; }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row > .video-iframe-container { display: none; }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .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); }#EqixUddCoRtNumrUtBxKuZ5wqs3RChI0 > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container { background-color: transparent; background-image: none; }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container > .video-iframe-container { display: none; }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row > .video-iframe-container { display: none; }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .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); }#LnZdf4mEZDS8hcN95gz1tBL5T26BxNNX > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #mCiS6oMqTZT504KEv8dXp9znE494tpvG > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #P5TwD9KJ77QroaKD3faT4PlS58y8PdcK > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #Ty6VhSAydWGFNZaMTXXAdrtkxvrRrRwD > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #vZwzKSANcWnWG58O99XyKENP61uStNTL > .row .container { width:20rem;height:90.4998915rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #CTT23d2hRfQPUTEtH0ikld4gmQ506NbB > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12098f6c-265a-438a-83d4-ed3acd19304c/bg5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(158,109,104,0.21); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(158,109,104,0.21); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { width:20rem;height:7.5rem;top:4.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqsLecBH5uWEKgs4kpOoxodAnyiw2ZI { width:8.875rem;height:1.57470625rem;top:12.6875rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvgMs5CfZHn83ots0u0G0AWWacHbEvuW { width:20rem;height:8.75rem;top:15.625rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lda59uTuEpL6tbUgXFkFLurx2wf3st { width:12.125rem;height:3.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSqHpKDZW3bg9TLEnrc5mTQ1Sf00LuP { display:block; }
 }@media only screen and (max-width: 763px) { #H4sgTGh9xV9FeTH1eGBr83BNpVchZRJo { width:15.25rem;height:4.798825rem;top:48.25rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1 { width:17.125rem;height:7.9375rem;top:46.5rem;left:1.4375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.adaptive-delivery-prevent-bg, #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.lazyload, #psHpX1kFk5kH0uS7DTW6x6TiLP8mR6q1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zLhkJNCuRZvw1g3XS6lHEzAirV4E0OWT { width:20rem;height:27.25rem;top:53.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sHpcO3ogc6aWGLJaauXtPChQE5AlD0cp { width:16.375rem;height:16.1875rem;top:31.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXFO6V9B29lxx8M9Ra6l4QsTITgVZBKJ { width:1rem;height:0.875rem;top:46.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsrzeKfxspw2r54Sx1auN6zEmqKbFi8c { width:0.1875rem;height:4.375rem;top:48.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov2OAaNG3PsX3Pxp3d45CLNltLL3zgPD { width:1rem;height:0.875rem;top:53.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBRdsewPSydkgVNGNKDxrxBc3Xh7tM9 { width:1rem;height:0.875rem;top:46.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFbZlx8FTmTTx3OWZobmPiZVLEXQNTD { width:0.1875rem;height:4.375rem;top:48.3125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTu5ya0c5K5oONNN4TpEnAnBx1WXBiT8 { width:1rem;height:0.875rem;top:53.1875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQmRn7Ja2UNntfGtNpmI4gqRIeJPh0LQ { width:19.875rem;height:30.625rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { display:block; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { width:14.5625rem;height:2.75rem;top:3.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNJaqcPXXnfMGaWuDiJcgS0OcDcy3crs { width:20rem;height:9.44825rem;top:8.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86vOH0WKN4OioIJ6PTbuQNDxv3UEodA { width:13.25rem;height:3.125rem;top:20.5703125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLaDBeqnH7TwJrQfvlzDgSbCaTEFgGzN { display:block; }
 }@media only screen and (max-width: 763px) { #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.adaptive-delivery-prevent-bg, #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.lazyload, #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.lazyloading { background-image: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { background-color: transparent; background-image: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .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); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsyHmGx0isDJyTdaRm6vdfZiwI27gr7r { width:20rem;height:8.7744375rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { width:15.875rem;height:5.25rem;top:15.25rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTRvC5ehfEx66MWXHTRyTqtVRuQMJUe { width:20rem;height:11.8125rem;top:23.990234375rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { width:1.75rem;height:1.625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9lPQt6yRRSZZZceIIFN0NQ7izUy26T5 { width:1.75rem;height:1.625rem;top:16.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo6SX3ZkTpLsTa1PmFPdzl6k8mpxyoAJ { width:9.5rem;height:1.125rem;top:39.9375rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FeqeZdrwxx259aG5vXiJ2WG9wKTXSbxb { width:11.5rem;height:6.2988125rem;top:41.4375rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { width:20rem;height:0.3125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUOU23AHdqgDGx3cOUuzSFOdvJHETblX { width:11.5rem;height:4.72411875rem;top:52.25rem;left:8.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wurdPJhQyR3wQF5MUdTBz3qUphy75Cfl { width:11.5rem;height:5.5996125rem;top:63.08642578125rem;left:8.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfXbITzEBQ8WTqPT9Tzz5IZ25gkr9N36 { width:11.5rem;height:4.72411875rem;top:71.9375rem;left:8.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVpC98TVMTzk8yECM4maLZ8muAM6Q0Ii { width:20rem;height:0.3125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8NhkRzHaIVNUCKUsNwPmn6riw3eFS9H { width:11.25rem;height:1.23730625rem;top:50.625rem;left:8.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHRrHJ7ho1fu4StmpOqLgHAnJihnrcQg { width:11.3125rem;height:1.23730625rem;top:70.125rem;left:8.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IVS40G8TeasoyTdBv7Pi30M9wI8M63uS { width:10.875rem;height:3.1494125rem;top:59.9375rem;left:8.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdoMmw2oHsV0TmgODFXKdzwxbzCGXoeW { width:7.5rem;height:7.5rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSIvCrdBalTzzfKbJvg9GPZ7yDropH7M { width:7.5rem;height:7.5rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiD7vqiL2NzTM4u7cyxuhFaFntbQDwak { width:7.5rem;height:7.5rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHHyfzZmSM5SeryhNxZk9sx2UbpsPGzL { width:7.5rem;height:7.5rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbFwqu2khBDaznTKpv3JuKK1uzgbf3C { width:4.5rem;height:2.3125rem;top:42.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5u2i0K1iLodVwEIxPqN2Th6z3XZILuA { width:4.5rem;height:4.5rem;top:51.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUwIV4ETEwJhwTSSkugGrlTiaZFVnuLt { width:3.25rem;height:4.3125rem;top:61.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsvkENmyCefAv3wXkoHEc1vxW6NOBuu { width:3.1875rem;height:4.5rem;top:71.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO { background-color:rgba(59,31,24,0.35);background-image:none;display:block; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { background-color: transparent; background-image: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container > .video-iframe-container { display: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row > .video-iframe-container { display: none; }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .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); }#ATQndzP5t6i5GHkEWa6RIg5cMLiw9BkO > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhS1k5fdwnqIEFBzuufndIaThTZbTAuM { width:20rem;height:7.312rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSJ7PZAWuE2fDpFfiTNBdVhE8MDZHdgM { width:20rem;height:6rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntix4yhBMeBLPTxqc97siyISTuoSJXe5 { width:1.375rem;height:1.25rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH4AgiD9Mxik8lPu2rue3Q53uFRdh18Z { width:1.375rem;height:1.25rem;top:6.1875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaaVD8shrIsuAadszK3pCK1TBtSd7Bq5 { width:20rem;height:0.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGcmyLa9aF0omIgxEh6A0a36pTFhbMR { width:20rem;height:0.3125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEsBrQ19p9asvTZHoEN8kwaX4OAba3LV { width:20rem;height:4.38720625rem;top:22.308625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoBnuvdtOrfioM7CJus6Ti0XZJKF1VZ { width:20rem;height:4.38720625rem;top:27.94436875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 { background-color:rgba(59,31,24,0.35);background-image:none;display:block; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { background-color: transparent; background-image: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container > .video-iframe-container { display: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row > .video-iframe-container { display: none; }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .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); }#tJEywwC2JNMyeAFpOpPfobyFWrB7UPA0 > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S { display:flex;height:auto;width:18.9375rem;top:2.375rem;left:0rem; }
#xvIW52wX7W7is3wWVFJzJEDp2sNohn0S .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #vXzOmGD52AbVrledgXmiZRB3gpRwrLPE {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UMsPnrohLAblSptWVu2pHTJHbnrV7xIi {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #y3KtDn8i8ugfWHTEQMw6ytb47RZ3W6Sf {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XP0F1oXC9SaPFeZ6PA1mCToCZSrGGqlO {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #TWW4ElImBEgC3nVxU6ATOeql0b5FIG6i {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #oDtCbP104TCUM2q7s1F29DFcNIWi54fJ {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #lzUBvgdmWsC7KsHT25lJu3ov6y6sXydC {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #gkHEss3stdLGAefnFBgy2917XOlUDBgC {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uZU0DJzfq055xAtt6DJxuqq4Q63RqJa6 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #FBcx9KSBXIGkntWr4oqTEUbJJiOJxoh3 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #JlIkcTZwKHAHUMXEOGJOPU2U87offHW1 {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #wrqobATsxltoxXPuFhMrQdJzWWHPPNKP {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uU1BWiqV5tdic07LH7Kks9cgi8kXdkvT {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #Qdl9L47FVDfao3txr0IHy522gCVMUHXb {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #UVPOSPnzZhgGDQBvHhP0PM4dgJSlCxGp {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #uWv8E3GIglDvIBFp6vhJGAcVWxu223IJ {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #dHHcodoO760rdUFq8MdKT6q3ZUwAbQrz {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OOvLBwZIqFVJMeIloOov0sTWJRBtRx3q {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #OTQkrbH59RBeXE4hifZaGLbmRQ7UrmGz {  }
 }@media only screen and (max-width: 763px) { #xvIW52wX7W7is3wWVFJzJEDp2sNohn0S #XgZMRaRECJ7krabFMMHW3vIv1p1HemaU {  }
 }@media only screen and (max-width: 763px) { #cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 { background-color:rgba(59,31,24,0.35);background-image:none;display:block; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { background-color: transparent; background-image: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container > .video-iframe-container { display: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row > .video-iframe-container { display: none; }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .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); }#cBlsKgqy2kWTgduSXMOnqp3K1BhgsDI6 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWpHeMz63VP0GXgaRSDQ4pTSMppOQoT { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN { background-color:#e69f6c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.adaptive-delivery-prevent-bg, #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.lazyload, #HhwRo6nc57mWKDhDbnJELiJ64SMxTecN.lazyloading { background-image: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { background-color: transparent; background-image: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container > .video-iframe-container { display: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row > .video-iframe-container { display: none; }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .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); }#HhwRo6nc57mWKDhDbnJELiJ64SMxTecN > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft7uNDGCTh3OnCF4NdqgKtAe6o0lz3iJ { width:20rem;height:5.8496125rem;top:12.234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAB18WV2oOyDW15h7sPsesNQToeBIg2D { width:17.5625rem;height:7.69925rem;top:3.0625rem;left:1.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigi80lHVeg2kvFH3mhuBgpAlZ38UHzA { width:20rem;height:2.92480625rem;top:83.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1rZaQkRgiMIDxy0ls0ncVMwM3oRfqp { width:20rem;height:59.8125rem;top:20.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f { display:block; }#t0Np8Inf4plcbe8CdPLiIrnkm0L6UT5f > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNKEhSZwLIFJx20PFmcbnITAf865O3b5 { width:16.875rem;height:0;top:4.875rem;left:1.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1o2a3pB2NT2cn5fPXHPftsiIT9MKXun { width:1.75rem;height:1.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMwdZLwv196khKEPeG9CVPlerqZg189 { width:1.75rem;height:1.625rem;top:6.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRE0cXX4aFKBWF1odQKCIkPZJoEuGv3e { width:20rem;height:0.3125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr80gJBUytTLWTgiGxLnPwQIPMU3RyNx { width:20rem;height:0.3125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2AsQmQhJtIatMTZ35ExptqVp3xCui1y { width:17rem;height:13.5rem;top:14rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLe8DeOkfwSTHa7OiWbEPvAwrx4MMF4 { width:16.875rem;height:7rem;top:4rem;left:1.5625rem;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.adaptive-delivery-prevent-bg, #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.lazyload, #NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt.lazyloading { background-image: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { background-color: transparent; background-image: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container > .video-iframe-container { display: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row > .video-iframe-container { display: none; }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .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); }#NHrsxU49zrEEv9Dw1FlTUrs68bBnZ3Jt > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us5Neeh02TwwX57cdCyadlSUelkxQz4A { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9uXEk2EmqzB9PyruN0segZEP34xG6p6 { width:11.9375rem;height:5.3994125rem;top:1.25rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoedmb2h9CvWgUVISfzggz6qT4NMACt { width:15.5rem;height:12.597625rem;top:6rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.adaptive-delivery-prevent-bg, #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.lazyload, #pwFAmGtZyMZ0efnif1QUKKTTSR3aOCTI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZOWdAKGhPwQoEUiKaaJ6bNb3msEUvbg0 { width:17.25rem;height:21.25rem;top:23.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxz3o53VlUaMW0oIqRzT0UVLIDXpydTq { width:15.9375rem;height:15.7470625rem;top:27.75rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGZ5JN4qUhmvZtt1oQNarAcl7SWKUNr5 { width:17.25rem;height:21.25rem;top:23.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2oS5BJBvBnAQXSFBP48yJgCXoTJzpV { width:11.9375rem;height:3.5996125rem;top:25.1875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWlzyRxybVULrBGfTU054AiMFBcT90s { width:17.25rem;height:21.25rem;top:46.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhL0NG4CFKZ0VqKZVOom2rSGkiCoP90x { width:15.9375rem;height:15.7470625rem;top:50.375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw { width:17.25rem;height:21.25rem;top:46.25rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.adaptive-delivery-prevent-bg, #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.lazyload, #V0ZC50VT13q4QEfMx0aF0kZaZqKv4IUw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hprb9q84FhSciUEZgRhDDohw8a26NIJl { width:11.9375rem;height:5.3994125rem;top:47.5rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMxsRqWxFenQUzZmtnOvHSUv9cE46IU { width:17.25rem;height:21.25rem;top:69.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt48ETZq5DZdThPqkuMqupJLe4X4U2uz { width:13.1875rem;height:12.597625rem;top:74.8125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcJT2udc0EfnZTukOg1UN4KmDpl4Qefy { width:17.25rem;height:21.25rem;top:69.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdHsWDIQZLO9nC0gr324oheD3vbG3QGT { width:12.4375rem;height:7.19921875rem;top:71.4375rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9eaeu2Ae2SSZDlOnP5CxFMZvsMqEJn8 { width:8.25rem;height:2.3994125rem;top:7.5625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTulvec9quVSEX5ECEp8F387Z3zaDQG { width:8.25rem;height:2.5996125rem;top:29.4375rem;left:5.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.adaptive-delivery-prevent-bg, #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.lazyload, #r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1.lazyloading { background-image: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { background-color: transparent; background-image: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container > .video-iframe-container { display: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row > .video-iframe-container { display: none; }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .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); }#r3cLQW2RE2ITQIsDJq16GCFS2hvhLND1 > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1lkcJDtNAXXBhTi2iy54CsJO46nxbUg { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veRsE7nrsuPD4c60MocU5vI7oiiliG5H { width:11.9375rem;height:5.3994125rem;top:2.0625rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHDTrCQcVNypPINUBqo6rXIZbZ6iTtxe { width:14.875rem;height:11.0229375rem;top:6.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMEafR6pSGcky2zZmrySlCsHkktDxiT { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gIMEafR6pSGcky2zZmrySlCsHkktDxiT.adaptive-delivery-prevent-bg, #gIMEafR6pSGcky2zZmrySlCsHkktDxiT.lazyload, #gIMEafR6pSGcky2zZmrySlCsHkktDxiT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ylQVo10qnL9GmEdaQ2FuSWzb9pEXKe3m { width:17.25rem;height:21.25rem;top:23.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOxWZDlbvX6cxwKT0CqxJmq8dSyBhUR { width:15rem;height:14.172375rem;top:28.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi { width:17.25rem;height:21.25rem;top:23.0625rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.adaptive-delivery-prevent-bg, #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.lazyload, #oQTRO5QpLhNhb15F35lIuDHVzskvAMNi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gTmJ6gbCUshmPdgK1ybuoMN2AeNWSyDc { width:11.9375rem;height:5.3994125rem;top:24.3125rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDXuCH9CUsBX5kEh1wDAyfSF1GRX7TTq { width:17.25rem;height:21.25rem;top:46.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPN9OsdUFL9QxJDOWfHCuUOSV3c6tWkr { width:13.75rem;height:9.44825rem;top:53.0625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B { width:17.25rem;height:21.25rem;top:46.125rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.adaptive-delivery-prevent-bg, #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.lazyload, #FwBPfAJZQXb84vd0x6ziMCI3TToAhv9B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OflL09Tr7DFOGcdP6VZNy4exhDyb6TNT { width:11.9375rem;height:3.5996125rem;top:48.1875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsvZC4vT9TdRIxVmwlMCXmVVNAZR9yq { width:17.25rem;height:21.25rem;top:69.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWECmx5wIm8MDMc1XrPK0A8k9V3iItO5 { width:14.5625rem;height:9.44825rem;top:76.3125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4 { width:17.25rem;height:21.25rem;top:69.1875rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.adaptive-delivery-prevent-bg, #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.lazyload, #eaPdrcEVCeBnJdS5PhBSpqTyXxDtvGk4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gayyEC9NU8SWv20WOOQAZFWKd58CC95i { width:11.9375rem;height:5.3994125rem;top:70.4375rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.adaptive-delivery-prevent-bg, #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.lazyload, #ED44HcpenkOF2HszHIHRHq3xZi6pUzbp.lazyloading { background-image: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { background-color: transparent; background-image: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container > .video-iframe-container { display: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row > .video-iframe-container { display: none; }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .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); }#ED44HcpenkOF2HszHIHRHq3xZi6pUzbp > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2d31akUlhoNivok7bPiSZcJVzGlTF78 { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzSWO9eeUrdzQTmO1erK7NC7Mu25Xp5f { width:11.9375rem;height:5.3994125rem;top:1.25rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZOTgWIiaSdnI727sUTD77HwhVmRnJzo { width:14.5625rem;height:7.8735625rem;top:8.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6Gik5c4dRKaGVxZtTkD0UVMOO9LTcB { width:17.25rem;height:21.25rem;top:69.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv7WTuwxGw6f54CpPqGfTLgyQU4GUVR { width:17.25rem;height:21.25rem;top:23.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tur81ZCJqCJk6dUBBbQQMX9qErZxdrts { width:13.1875rem;height:6.2988125rem;top:30.625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnSuDxJ5NAWwiLuC1n7eDU2PV5g9QQKx { width:17.25rem;height:21.25rem;top:23.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdq9HNu788y7qO4GCpzNnIbZAuGNMW6W { width:11.9375rem;height:3.5996125rem;top:25.1875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTU2AvmLTBpQPWvmRymWU3ZB7w1I82Q { width:17.25rem;height:21.25rem;top:46.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLtgD5KDteOlGm3I156f64mTmeBSqoT { width:15.5rem;height:7.8735625rem;top:53.625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF { width:17.25rem;height:21.25rem;top:46.25rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.adaptive-delivery-prevent-bg, #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.lazyload, #kv8EqoTcn7U09u09ZaLvTzb3lOSSxFEF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uvC31q398K80pv2g21bPm1rEFTEyGTh2 { width:12.8125rem;height:7.19925rem;top:47.5rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqlKlKIx2wznB76pz8eNeOHsFbp45oIH { width:17.25rem;height:21.25rem;top:69.375rem;left:1.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #h5MRyc39hgQsM753IJZDCzm1QHLCumvz { width:11.9375rem;height:3.5996125rem;top:71.25rem;left:4.0625rem;font-size:1.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VFgB7blcclrTRLC9IIvtNTXPN5v2QxAl { width:15.4375rem;height:15.7470625rem;top:73.5rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A { width:17.25rem;height:21.25rem;top:0rem;left:1.375rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/9060f02d-378f-4bf9-9d5e-e57d3e4ca841/box_back.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.adaptive-delivery-prevent-bg, #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.lazyload, #au6S96y3oLAyk2Fc9dryh71VK9C3tt0A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2.adaptive-delivery-prevent-bg, #f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2.lazyload, #f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2.lazyloading { background-image: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { background-color: transparent; background-image: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container > .video-iframe-container { display: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row > .video-iframe-container { display: none; }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .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); }#f3BMz6O6zCzuBVh24vNZ6o0eAH5vcOF2 > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osSdXUHOHrMtDzJD7N5uQygLWI5EINbr { width:19.625rem;height:15.1875rem;top:1.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0rem solid #1d1d1b;border-left:0.1875rem solid #1d1d1b;border-right:0.1875rem solid #1d1d1b;border-bottom:0.1875rem solid #1d1d1b;display:block; }
 }@media only screen and (max-width: 763px) { #rKE2G38elQo5w7fTaARuODxXNZ6FyqS6 { width:4.375rem;height:0.1875rem;top:1.4375rem;left:0rem;background-color:#1d1d1b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N9sQ8Tebonp1lEhzvT1p6CHvTArvTvke { width:17.375rem;height:8.4375rem;top:4.90625rem;left:1.3125rem;font-size:1.125rem;color:#1d1d1b;display:block; }
 }@media only screen and (max-width: 763px) { #PXa5a7oD4TAAobCipeo35iZgxVtkEuWB { width:10.375rem;height:1.79980625rem;top:0.625rem;left:4.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#1d1d1b;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6Zb7I22Co4dzvOMnKG6VIOG6VgyClG { width:4.375rem;height:0.1875rem;top:1.4375rem;left:15.625rem;background-color:#1d1d1b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wT0HZlN7S5T7QGOyH03eOranpc0puwnG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0d415ec-8189-4b03-a06b-dccc1b536f1e/2landbg.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG.adaptive-delivery-prevent-bg, #wT0HZlN7S5T7QGOyH03eOranpc0puwnG.lazyload, #wT0HZlN7S5T7QGOyH03eOranpc0puwnG.lazyloading { background-image: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { background-color: transparent; background-image: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container > .video-iframe-container { display: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,23,17,0.54); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row > .video-iframe-container { display: none; }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .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); }#wT0HZlN7S5T7QGOyH03eOranpc0puwnG > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTvo7rfNUule9mPf8uTBBLhWgTHEalCk { width:17.875rem;height:13.5rem;top:7.0625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0XWJ5RkxcMmIiRfBEkzT0JLtWMFzpKN { width:20rem;height:1.75rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IGaJozgkc98JXNK19nsoeVBIqi6ewl { width:17.875rem;height:18.5625rem;top:36.375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M { width:20rem;height:12.8125rem;top:21.875rem;left:0rem;background-color:#c4b09c;background-image:url("https://images.assets-landingi.com/uc/fec4bddb-03dc-4742-bc68-564aac03d46c/bg_texture6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.adaptive-delivery-prevent-bg, #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.lazyload, #uJc97U8RlNmg7crLgXaw8pBxN3SwnP4M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yNdsVotnzTnD4uxohbuQqLZZnrPeDzud { width:14.125rem;height:8.75rem;top:23.90625rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnkZPKI0pm6PHMQJSFicWNhVQooLvBJd { width:0.1875rem;height:8.9375rem;top:23.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Hhf8KwfyH52tfBMc3aunmvTmUWRPe4 { width:1rem;height:0.875rem;top:22.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URvkaRaK5SdQ20IFPeI0ClyFEdrsP6Tf { width:1rem;height:0.875rem;top:33.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2d7Hb58eK5bMXUtWSa917y1rIboDzFi { width:1rem;height:0.875rem;top:33.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX5GfaGLVw8vPJSUPVCMTCm38HyalbDE { width:0.1875rem;height:8.9375rem;top:23.8125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn6OXI3lmd1TeLk52Oi1C58l9vtbih9t { width:1rem;height:0.875rem;top:22.5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDzO1RzFFLUPuuh8l6i7qnNliPzg1WrE { width:13.25rem;height:3.125rem;top:57.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNTX0kOXTITHbrdBWpVelwlDHZ51tcb { display:block; }
 }@media only screen and (max-width: 763px) { #gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn.adaptive-delivery-prevent-bg, #gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn.lazyload, #gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn.lazyloading { background-image: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { background-color: transparent; background-image: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container > .video-iframe-container { display: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row > .video-iframe-container { display: none; }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .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); }#gQJyluBJQx7GlQsaRJEcGp1HkZ3kzyPn > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDyHoZCfenFTEy7OLfFlrNKasT1gKA4a { width:1.25rem;height:0.3125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu1MIFkLmcEUqrwAFNSrz5CnbKAUEbbD { width:1.75rem;height:1.625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTxv5K0dZy5THpGNp5BgFUg56Tn1hFzf { width:20rem;height:8.5625rem;top:17.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBiB2rT7tfF2OLuZbF7KgZuGx8HSlFti { width:1.25rem;height:0.3125rem;top:5.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXtOd6csQnaDsKSDeCQkrnCfRH1asnOr { width:1.75rem;height:1.625rem;top:5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1tJgKJMcNUsrPp6xl6s0799oGvl30cd { width:19.375rem;height:80.1875rem;top:5.6875rem;left:0rem;border-top:0;border-left:0.3125rem solid #1d1d1b;border-right:0.3125rem solid #1d1d1b;border-bottom:0.3125rem solid #1d1d1b;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mNS2sb85KrOmvEz7gOvTHOsbnsyNuRsP { width:14.1875rem;height:6rem;top:3.125rem;left:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACvnTrk2ECiX0rCMC6acvdoy0iBFLKr { width:17.25rem;height:6.32425rem;top:77.9375rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJqD0lTZoU0xq5089sEeLfHTUtsxOBKf { width:20rem;height:5.375rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSeHtXxdBeifGsTTHZGqbpCagQkVGtMV { top:10.375rem;left:1.3125rem;width:17.4375rem;height:22.5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mDdbgVSLRzVwyIE5A73QhBKTFmIKsLWp { top:29rem;left:1.25rem;width:17rem;height:22rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fSR4J93TgE13Lpr2AwTkRxDoutidTCW6 { top:48.4375rem;left:1.625rem;width:18.25rem;height:22.625rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR.adaptive-delivery-prevent-bg, #GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR.lazyload, #GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR.lazyloading { background-image: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container { background-color: transparent; background-image: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container > .video-iframe-container { display: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row > .video-iframe-container { display: none; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .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); }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container { border-width: 0; border-radius: 0; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTMvV6bRelp8UJXFp4GrLwbiV73q8ciR > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA { width:20rem;height:18.3125rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#nAXckEIwSrXdC8ayPCDKvCdhTDkex8tA li:before{  }
 }@media only screen and (max-width: 763px) { #JL2rKHeIrhwxHzmHRCTJswDimPkEO44n { width:20rem;height:1.6499rem;top:1.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #EE8ITeP81SqCDN8tIyuFUf995pz5v8yh > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container { background-color: transparent; background-image: none; }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container > .video-iframe-container { display: none; }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row > .video-iframe-container { display: none; }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .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); }#bUTXlhVrkK9zXALV2gH503fLoqztH0HN > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;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;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container { background-color: transparent; background-image: none; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container > .video-iframe-container { display: none; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row > .video-iframe-container { display: none; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .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); }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container { border-width: 0; border-radius: 0; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#af1F4h1nu9FkwRc7UUBqTH9F0LopT7xc > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;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;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container { background-color: transparent; background-image: none; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container > .video-iframe-container { display: none; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row > .video-iframe-container { display: none; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .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); }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container { border-width: 0; border-radius: 0; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5x2TAW6w8n6b2ZPVZ37TbubVFh3l17D > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container { background-color: transparent; background-image: none; }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container > .video-iframe-container { display: none; }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row > .video-iframe-container { display: none; }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .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); }#wV5QZUtNFraISgBc1Ee1ZqC8Sr1DK2Wf > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;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;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container { background-color: transparent; background-image: none; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container > .video-iframe-container { display: none; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row > .video-iframe-container { display: none; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .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); }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container { border-width: 0; border-radius: 0; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TU7Z2MFM3iNGe0NhvzucZOdamuVmbG6v > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;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;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container { background-color: transparent; background-image: none; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container > .video-iframe-container { display: none; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row > .video-iframe-container { display: none; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .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); }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container { border-width: 0; border-radius: 0; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTHKSTMkzmdzEKN1PDaFufAbS2ZEeDvX > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container { background-color: transparent; background-image: none; }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container > .video-iframe-container { display: none; }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row > .video-iframe-container { display: none; }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .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); }#hRcL2N3oIXCs2iIS3l3MX9AxbmtmDzFP > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #bEWpdf3nKXP9EM0WALFV980DGOle4xsC > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }