.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#774c3e;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; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.0625rem;height:11.942875rem;font-style:normal;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:22.162109375rem;left:2.0625rem;height:4.04980625rem;font-style:normal;display:block; }
#IPfUwbryn5ufLXg2m4Ohci6psJk0Ae4g { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:20.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klcrgtCTCDzinvra06w8ycATd64cTkWE { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:20.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzzJMtie8cO94CgFHdVOAmTNyGudBBwp { 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:22.25rem;width:60rem;top:27.625rem;left:0rem;overflow:hidden;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2d9d0;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBukqVQTuSsduulqCIu3D13qq3e5FBfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");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; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi.adaptive-delivery-prevent-bg, #DBukqVQTuSsduulqCIu3D13qq3e5FBfi.lazyload, #DBukqVQTuSsduulqCIu3D13qq3e5FBfi.lazyloading { background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { background-color: transparent; background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .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); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { border-width: 0; border-radius: 0; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { 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:13.8125rem;width:24.8125rem;top:0rem;left:2.59375rem;overflow:hidden;display:block; }
#TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { color:#774c3e;display:block;width:22.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:0rem;left:32.75rem;height:16.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top 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; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { background-color: transparent; background-image: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .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); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { 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:3.75rem;width:3.75rem;top:2.125rem;left:1.875rem;overflow:hidden;display:block; }
#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { 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:3.75rem;width:3.75rem;top:2.125rem;left:22.75rem;overflow:hidden;display:block; }
#rubdscSpRCIJuygChKz3viTEVaT5ENb8 { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:1.875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.75rem;height:5.84911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.625rem;height:5.84911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { 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:3.75rem;width:3.75rem;top:2.125rem;left:43.625rem;overflow:hidden;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;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; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.75rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { position:absolute;display:block;z-index:15021;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:3.75rem;width:3.75rem;top:2.25rem;left:22.75rem;overflow:hidden;display:block; }
#iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { position:absolute;display:block;z-index:15017;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:3.75rem;width:3.75rem;top:2.25rem;left:1.875rem;overflow:hidden;display:block; }
#Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.75);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { color:#774c3e;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { position:absolute;display:block;z-index:15025;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:3.75rem;width:3.75rem;top:2.25rem;left:43.625rem;overflow:hidden;display:block; }
#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top 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; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.adaptive-delivery-prevent-bg, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyload, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyloading { background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { border-width: 0; border-radius: 0; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { border-width: 0; border-radius: 0; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { color:#774c3e;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.adaptive-delivery-prevent-bg, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyload, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyloading { background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { background-color: transparent; background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .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); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { border-width: 0; border-radius: 0; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { 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:6.25rem;width:6.25rem;top:0rem;left:13.125rem;overflow:hidden;display:block; }
#nKIpGTcFL38sMtT57smozbRT2QVEFb3h { 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:6.25rem;width:6.25rem;top:7rem;left:13.125rem;overflow:hidden;display:block; }
#qctOlOiJGyHTqublz1f4HT9JuRAF48yr { 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:6.25rem;width:6.25rem;top:14rem;left:13.125rem;overflow:hidden;display:block; }
#QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { 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:6.25rem;width:6.25rem;top:21.3125rem;left:13.125rem;overflow:hidden;display:block; }
#dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { color:#774c3e;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:1.125rem;left:21.1875rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { color:#774c3e;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:8.125rem;left:21.1875rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { color:#774c3e;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.8;letter-spacing:0;top:15.125rem;left:21.1875rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { color:#774c3e;display:block;width:27.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.8;letter-spacing:0;top:22.4375rem;left:21.1875rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laHQefXnbWmT3htTSbckltLv7ZfZTTpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#774c3e;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;z-index:auto;display:block; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { background-color: transparent; background-image: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container > .video-iframe-container { display: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row > .video-iframe-container { display: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .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); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { border-width: 0; border-radius: 0; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#iWhos9y4326TTKX9uhguffaVX2QzLtki { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.6875rem;left:18.5rem;height:6.39844375rem;text-align:center;text-align-last:center;display:block; }
#H8rMIydKLrdgdSNPlFfTnXvCgcensdVv { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.375rem;left:11.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:9.5625rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:22.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfUwbryn5ufLXg2m4Ohci6psJk0Ae4g { top:2.8125rem;left:14.3125rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcrgtCTCDzinvra06w8ycATd64cTkWE { top:5.6875rem;left:14.3125rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzJMtie8cO94CgFHdVOAmTNyGudBBwp { top:27.625rem;left:0rem;width:47.75rem;height:17.707291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:1.375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { top:0rem;left:0rem;width:24.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { top:0rem;left:23.875rem;width:22.6875rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:5.25rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { top:2.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { top:2.125rem;left:16.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { top:7.125rem;left:0rem;width:14.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { top:7.0625rem;left:16.5625rem;width:14.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { top:7.0625rem;left:33.0625rem;width:14.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { top:2.125rem;left:33.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { top:7.0625rem;left:16.5625rem;width:14.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { top:2.25rem;left:16.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { top:7.1875rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { top:2.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { top:7.0625rem;left:33.0625rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { top:2.25rem;left:33.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { top:5.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { display:block; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { top:0rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKIpGTcFL38sMtT57smozbRT2QVEFb3h { top:7rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctOlOiJGyHTqublz1f4HT9JuRAF48yr { top:14rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { top:21.3125rem;left:7rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { top:1.125rem;left:15.0625rem;width:27.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { top:8.125rem;left:15.0625rem;width:27.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { top:15.125rem;left:15.0625rem;width:27.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { top:22.4375rem;left:15.0625rem;width:27.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHQefXnbWmT3htTSbckltLv7ZfZTTpR { display:block; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWhos9y4326TTKX9uhguffaVX2QzLtki { top:2.6875rem;left:12.375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8rMIydKLrdgdSNPlFfTnXvCgcensdVv { top:12.375rem;left:5.1875rem;width:37.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:#774c3e;background-image:none;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:12.9980625rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:10.1245rem;top:23.44970703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPfUwbryn5ufLXg2m4Ohci6psJk0Ae4g { width:19.125rem;height:1.94970625rem;top:1.5107421875rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcrgtCTCDzinvra06w8ycATd64cTkWE { width:19.125rem;height:1.94970625rem;top:4.0849609375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzJMtie8cO94CgFHdVOAmTNyGudBBwp { width:20rem;height:7.4165rem;top:37.39599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:5.19921875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { width:17.5rem;height:9.75rem;top:16.39892578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkH1Kny3TMVngTJrs3UWS6rpowxfcxwI { width:20rem;height:14.3984375rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:20.1875rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { width:3.75rem;height:3.75rem;top:3.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:20.1875rem;top:21.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { width:3.75rem;height:3.75rem;top:24.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { width:14.5625rem;height:3.8994125rem;top:8.25rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { width:14.5625rem;height:5.84911875rem;top:29.5625rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:20.1875rem;top:42.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { width:14.5625rem;height:5.84911875rem;top:51rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { width:3.75rem;height:3.75rem;top:46rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { width:18.25rem;height:20.1875rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { width:18.25rem;height:20.1875rem;top:21.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { width:14.5625rem;height:3.8994125rem;top:29.4375rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { width:3.75rem;height:3.75rem;top:24.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { width:14.5625rem;height:1.94970625rem;top:8.1875rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZwOfMbp95rTXIxbgWfnskuqR92GyPbS { width:3.75rem;height:3.75rem;top:3.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { width:18.25rem;height:20.1875rem;top:42.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { width:14.5625rem;height:1.94970625rem;top:50.875rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { width:3.75rem;height:3.75rem;top:45.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL { background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/U1oyHSAA/bg9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.adaptive-delivery-prevent-bg, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyload, #p8kPXBkv3li0f8260lyWWPsgnTzvsWKL.lazyloading { background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { background-color: transparent; background-image: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row > .video-iframe-container { display: none; }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .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); }#p8kPXBkv3li0f8260lyWWPsgnTzvsWKL > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:20rem;height:12rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { width:20rem;height:7.7988125rem;top:2.1240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa { background-color:transparent;background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.adaptive-delivery-prevent-bg, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyload, #AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa.lazyloading { background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { background-color: transparent; background-image: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row > .video-iframe-container { display: none; }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .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); }#AQLtdgXGo9aeiKEcny5ba4ZmEBHHZQKa > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02PoKoufsQXqh8pNRkDnxQVlrgLvm1r { width:6.875rem;height:6.875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKIpGTcFL38sMtT57smozbRT2QVEFb3h { width:6.875rem;height:6.875rem;top:10.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctOlOiJGyHTqublz1f4HT9JuRAF48yr { width:6.875rem;height:6.875rem;top:20.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8y9fbB3Oa4KcWDeZt8G0Wa8qu46JwM { width:6.875rem;height:6.875rem;top:31.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { width:10.75rem;height:3.5996125rem;top:0rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { width:10.75rem;height:3.5996125rem;top:10.125rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2G8nSuK2COL6B8zV1FhGF1L0UDubsHK { width:10.8125rem;height:5.3994125rem;top:20.5625rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { width:10.125rem;height:5.3994125rem;top:31.125rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHQefXnbWmT3htTSbckltLv7ZfZTTpR { position:relative;z-index:auto;background-color:#774c3e;background-image:none;display:block; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { background-color: transparent; background-image: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container > .video-iframe-container { display: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row > .video-iframe-container { display: none; }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .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); }#laHQefXnbWmT3htTSbckltLv7ZfZTTpR > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWhos9y4326TTKX9uhguffaVX2QzLtki { width:20rem;height:6.39844375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8rMIydKLrdgdSNPlFfTnXvCgcensdVv { width:20rem;height:2.79980625rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }