.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container { background-color: transparent; background-image: none; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container > .video-iframe-container { display: none; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row > .video-iframe-container { display: none; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .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); }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container { border-width: 0; border-radius: 0; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#KB6yS1925Jad5hEwXlHkN25qfUIq8HCx { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.037109375rem;left:30.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/bd14eb38-7d68-4d3e-852d-71440e4d4d77/Seo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.adaptive-delivery-prevent-bg, #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.lazyload, #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.lazyloading { background-image: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { background-color: transparent; background-image: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container > .video-iframe-container { display: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row > .video-iframe-container { display: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .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); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { border-width: 0; border-radius: 0; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ST88WKBazspi7rHtTGJvAlTuFIzw5TUM { 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.5rem;width:13.6875rem;top:11.875rem;left:4.1875rem;overflow:hidden;display:block; }
#Ag1T8kw43KGfAHf1CEpdocp1kPSSaWyN { color:#1a1a1a;display:block;width:27.875rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:15.375rem;left:4.1875rem;height:9rem;font-style:normal;display:block; }
#vrWOahwIOLnoTlNeqPykAUtPow00CvD5 { color:#1a1a1a;display:block;width:27.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.625rem;left:4.25rem;height:6.75rem;font-style:normal;display:block; }
#Fq6cnOZQgKw8yEAWCVuTxkvVqRknE1ce { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.1875rem;left:4.1875rem;display:block; }
#hbfvCIvgKeA6IKncFvT4y8ZHdlcTdZ3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededd2;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; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container { background-color: transparent; background-image: none; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container > .video-iframe-container { display: none; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row > .video-iframe-container { display: none; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .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); }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container { border-width: 0; border-radius: 0; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#dWuf8anSxTZRtHF5osEIaloVgscaTKnc { color:#121212;display:block;width:32.6875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:37.5rem;height:5.19921875rem;font-style:normal;display:block; }
#vQgsBeP8o4lkfkQM3QT6hKRIVZRBoU3w { color:#121212;display:block;width:31.875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.4375rem;left:37.5rem;height:18rem;font-style:normal;display:block; }
#U29CwhI7X3Rsc1cgUEm0dG3eiM3bAhmc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.625rem;left:37.5rem;display:block; }
#mMG3T0e3M8lnF8PrrFkWh2DS5VQ3sgcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tb6flOJgDTxhP8Kp0T6dnTaD0TzT9Nz6 { color:#1a1a1a;display:block;width:15.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:37.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N1pWwTKR1VHSyXbOCNzCNLfv1yb8ntuC { 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:41.4375rem;width:29rem;top:1.09375rem;left:4.25rem;overflow:hidden;display:block; }
#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffc7;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; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container { background-color: transparent; background-image: none; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container > .video-iframe-container { display: none; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row > .video-iframe-container { display: none; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .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); }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container { border-width: 0; border-radius: 0; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#QErFAZ5eKe9qcmNP7vFok06ghDk1UD0T { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.8125rem;left:22.0625rem;height:4.5rem;font-style:normal;display:block; }
#IK6oTX31JdXuTBiDIRKTZ9zQXh8SF2Bf { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5625rem;left:22rem;height:1.6875rem;font-style:normal;display:block; }
#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e073637e-e91a-4c4d-a21d-4803d7b00e29/Seo3.jpg");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; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.adaptive-delivery-prevent-bg, #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.lazyload, #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.lazyloading { background-image: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { background-color: transparent; background-image: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container > .video-iframe-container { display: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row > .video-iframe-container { display: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .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); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { border-width: 0; border-radius: 0; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { font-size:0.875rem;font-family:arial;height:65.1875rem;width:75rem;position:relative;display:block; }#MlOUFWvAeqfliHQwcgyARl1FLQ7Z7URm { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:2.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#uU2hGr9HXnE86MhTbNcXzfhO0oRpvUGn { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#FtOc9ITPo4CGFFUuaa6a9fFd5NC3qTpS { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.8125rem;left:27.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#v7kJlWuGHO8vi8oXWNSQBicUqFMUaOk4 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3125rem;left:27.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#kt7kMKDtkxTqon9IarDpgOvZo41fIrUN { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#PkaohKTm28s8OQcQGg1WJJediFTC7Gxo { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.3125rem;left:52.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#cRBKbmqFFuRALschydU7aENrPTIInF3t { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:52.375rem;left:2.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#iVVxXXBuTftDVgxa1azOIFz1MdPsigBq { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.5625rem;left:2.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#f5UvQTpexbtDzbRdlhCJpKeDGNA8rmC5 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:51.125rem;left:27.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#nPTfpLqgC5QTWIyTa7Byy72oBTGQTc6S { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:27.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#OPF74P0mzM5RxUqJNlVZ4Wd1rFWOUSRf { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:51.125rem;left:52.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#ZiQmZ8MDmyCm7tAdWywWx1JIM9inNPPh { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:49.625rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#HHBRG5uByDuy73QoEJ9Gda0zfITKUPxw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.625rem;left:24.1875rem;display:block; }
#RoC8eCQ0XMwstVUoFVem418uXy651BK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6q6FhzFrq01LaAZy1TGwH1wNGyaS54g { color:#1a1a1a;display:block;width:32.6875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125rem;left:21.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnRNDKFrXBJFdoov95ZiLWsGlTpT9ye5 { color:#1a1a1a;display:block;width:32.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:21.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmIasmI5QW48AHDl8WKSxaL3LTz6bl53 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:24.5rem;top:12.375rem;left:0.25rem;overflow:hidden;display:block; }
#UVXgdciVzDXCoKX1dezd60xUULPyPTBU { 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:19.0625rem;width:24.5rem;top:12.375rem;left:25.25rem;overflow:hidden;display:block; }
#fOMhg23flWygaGDaXMeOfL4XrpHAxNrf { 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:19.0625rem;width:24.5rem;top:12.375rem;left:50.25rem;overflow:hidden;display:block; }
#XeSJWTCrITNhTciXnytS2DQfTSbvoyu1 { 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:19.0625rem;width:24.5rem;top:34.25rem;left:0rem;overflow:hidden;display:block; }
#RG42bEWU3MaQSgqPocxG3lXpdQhU1OvR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:24.5rem;top:34.25rem;left:25rem;overflow:hidden;display:block; }
#vn5vARbpkEI2aJg6TXZnQMOg5LHBsaJ6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:24.5rem;top:34.25rem;left:50rem;overflow:hidden;display:block; }
#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8557;background-image:url("https://images.assets-landingi.com/uc/5bccac2d-cc2b-4d7e-aa77-797828bf0cc0/Seo71.jpg");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; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate.adaptive-delivery-prevent-bg, #JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate.lazyload, #JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate.lazyloading { background-image: none; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container { background-color: transparent; background-image: none; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container > .video-iframe-container { display: none; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row > .video-iframe-container { display: none; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .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); }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container { border-width: 0; border-radius: 0; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#UBwRhUHRfuhwKlbJ1fiRpimuKDnmug1B { color:#1a1a1a;display:block;width:15.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.3125rem;left:29.84375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nA1gzWPy1lstr1Dsd2VtP3x9CfLA7oaf { color:#1a1a1a;display:block;width:23.625rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0234375rem;left:25.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4CCgPzbWoriO6t80Vwn9mpu02rP3lkF { 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:4.8125rem;width:4.8125rem;top:11.5rem;left:12.25rem;overflow:hidden;display:block; }
#FGbR2LqJhcwQ9Jyly1z969ZGosdBHOT7 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.6875rem;left:4.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLliOL45XhHlWoQidS4Q09XNWQTEmZSz { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgOG6VTyAy13hHiQ5pkxyRDtGrPkUfR3 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:27.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QhTlWFsVWrWrWgbveLxarKe4Av1qxT3W { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8900b48A0aDIJHpT8H2cK0VnWW0Xb4E { 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:4.8125rem;width:4.8125rem;top:11.5rem;left:35.0625rem;overflow:hidden;display:block; }
#Gq6Ty4D7rtOtLKhXDLAaZJX858Ka3Eol { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.5rem;left:49.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QW2xE0mNVdHeOeS9ZfXvVFhrE6qHNMBE { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.6875rem;left:49.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3PFWmcgaVQPEg5PPDLtDevq9Svdd1F { 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:4.8125rem;width:4.8125rem;top:11.5rem;left:57.0625rem;overflow:hidden;display:block; }
#keM9HMCeIrqH1SHCTl8qzOeaT40wtiRz { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:35.125rem;left:4.5rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XplRBn1u4FTZ2eB2v865kloEUV7UMAT6 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIERJasxPixnQwz3fFMviM4pT4KZwu5T { position:absolute;display:block;z-index:15022;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.8125rem;width:4.8125rem;top:27.125rem;left:12.25rem;overflow:hidden;display:block; }
#caAtROSPdwMNRPatfA5y9EziTFSdaNI7 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:35.1875rem;left:28.71875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIyBzONuEsslSg3p0Xvq3QrtpasinAXs { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.375rem;left:27.71875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZ6CtW4QKgvT9GGCFtJmH6oX17v6w0W9 { 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:4.8125rem;width:4.8125rem;top:27.125rem;left:35.09375rem;overflow:hidden;display:block; }
#e2HS3QcgFwl6J6109Re5kJwOpuLqlCgg { position:absolute;display:block;z-index:15028;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.8125rem;width:4.8125rem;top:27.125rem;left:57.125rem;overflow:hidden;display:block; }
#hTHyFMFpnHV7AvNQqLNs1b6UgDTJVGTk { color:#000000;display:block;width:17rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.375rem;left:51rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmq0PBiDxPRkhTLf1CUc9yB7OzpFmhwQ { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:36.5rem;left:50.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffc7;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; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container { background-color: transparent; background-image: none; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container > .video-iframe-container { display: none; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row > .video-iframe-container { display: none; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .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); }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container { border-width: 0; border-radius: 0; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#uIwcv7saLDFFoZsEoBf4V9uglHN5mbgp { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:22.0625rem;height:6rem;font-style:normal;display:block; }
#ptDJ01zXKxbZbrx2K3QOmbWNKuS9CPh6 { color:#121212;display:block;width:30.9375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.4375rem;left:22rem;height:1.6875rem;font-style:normal;display:block; }
#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/bc2bae61-8344-421b-8afc-9efc0774d1d1/Seo8.jpg");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; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.adaptive-delivery-prevent-bg, #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.lazyload, #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.lazyloading { background-image: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { background-color: transparent; background-image: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container > .video-iframe-container { display: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row > .video-iframe-container { display: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .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); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { border-width: 0; border-radius: 0; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d29bca83-45a3-406e-8e86-1090f55d6f3f/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:1.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV.adaptive-delivery-prevent-bg, #rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV.lazyload, #rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV.lazyloading { background-image: none; }
#B3yzIqZqRHAPPkMaixd2yF0AbiiAHRk7 { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.75rem;left:2.3125rem;height:12rem;font-style:normal;display:block; }
#T15QXP7fKzhDy9aylkiebBsB7Dy2DTuT { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#aVpBFRhaWzTJrlwMSbCSnDloHfe2MS7a { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.75rem;left:27.3125rem;height:15rem;font-style:normal;display:block; }
#WrTSx2xstr9JElkAJ0wPQFrQ9MI1fLUg { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:27.3125rem;height:1.625rem;font-style:normal;display:block; }
#NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ { box-sizing:content-box;height:12.5rem;width:22.875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3602ef36-6334-4ff0-b45b-23b627551429/image11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:26.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ.adaptive-delivery-prevent-bg, #NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ.lazyload, #NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ.lazyloading { background-image: none; }
#T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE { box-sizing:content-box;height:12.5rem;width:22.375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83d75457-0b87-400c-8886-f387355961f6/image21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:51.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #ffdb99;border-left:0.125rem solid #ffdb99;border-right:0.125rem solid #ffdb99;border-bottom:0.125rem solid #ffdb99;display:block; }#T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE.adaptive-delivery-prevent-bg, #T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE.lazyload, #T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE.lazyloading { background-image: none; }
#CpNrVvWqseTN72BOQKS85CzEgUwpTBEg { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.3125rem;height:1.625rem;font-style:normal;display:block; }
#a9U0ou17DxgHaukN9PZN50TqaTyrt2l5 { color:#1a1a1a;display:block;width:20.375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.75rem;left:52.3125rem;height:12rem;font-style:normal;display:block; }
#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8557;background-image:url("https://images.assets-landingi.com/uc/5a302f62-cbeb-4554-a3b4-e58bcac0bdd0/Seo7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE.adaptive-delivery-prevent-bg, #NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE.lazyload, #NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE.lazyloading { background-image: none; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container { background-color: transparent; background-image: none; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container > .video-iframe-container { display: none; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row > .video-iframe-container { display: none; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .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); }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container { border-width: 0; border-radius: 0; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#KDbkc3wX8pbKT8DVIIhHTU3PFgaybFQU { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"source serif 4";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:7.875rem;left:8.5rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RQSoIWux4lZXZ6GoClCfTIUwkkTxeHFy { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.625rem;left:10.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvmizgcnmDVQ5mCCTXstDTaKNk1bGhDP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.8125rem;left:8.25rem; }
#sCvoilLaMnCAVVUUq3a2GXDLvd5irvE5 { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:53.125rem;left:7.71875rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlPXG0V28p0XsascHcNsH9od9Dk0OZB2 { box-sizing:content-box;height:15.8125rem;width:31.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e5c17e, #dcb76c);background-image: -moz-linear-gradient(90deg, #e5c17e, #dcb76c);background-image: -ms-linear-gradient(90deg, #e5c17e, #dcb76c);background-image: -o-linear-gradient(90deg, #e5c17e, #dcb76c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c17e', endColorstr='#dcb76c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c17e', endColorstr='#dcb76c' );";background-image: linear-gradient(90deg, #e5c17e, #dcb76c);background-size:auto !important;top:3.625rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HtaMKImSeiiZ5QMNZTnkEg1oXxJZ5M7s { color:#1a1a1a;display:block;width:23.75rem;position:absolute;font-family:"source serif 4";font-size:5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.5rem;left:42.0625rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsgR0y4hT8RnaOC53PpVazmfuxLStzfb { box-sizing:content-box;height:39.875rem;width:31.75rem;position:absolute;display:block;z-index:15008;background-color:#e2c7a5;background-image:url("https://images.assets-landingi.com/uc/421c31fb-c4a0-44c0-922e-699690279866/Entregaveis.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.6875rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#TsgR0y4hT8RnaOC53PpVazmfuxLStzfb.adaptive-delivery-prevent-bg, #TsgR0y4hT8RnaOC53PpVazmfuxLStzfb.lazyload, #TsgR0y4hT8RnaOC53PpVazmfuxLStzfb.lazyloading { background-image: none; }
#HsmaIfuRl8b3l21LCd4Rp4FixI9Kt2zK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:49.0625rem;left:7.6875rem;display:block; }
#Sn32bpFbMPJCfaTF24mJJzkectitwpNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hk8NWD9SZcAAaSm3HGJ2kI6Pg2F4DgcJ { box-sizing:content-box;height:56.6875rem;width:32.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.625rem;left:3.75rem;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U0vA1Cf4mXUE2ppDtVPFEEemkmqmPhfb { color:#f7c571;display:block;width:9.75rem;position:absolute;font-family:"plus jakarta sans";font-size:7.5rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:37.5625rem;left:14.75rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQ9vPa5pbQ1LHnp8ZHv6FaEMcaoeDG5g { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15038;line-height:.8;letter-spacing:0;top:41rem;left:10.5rem;height:2.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPV3208GPNW0LEAdZ5JVe6l2PngLz25I { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15037;line-height:.8;letter-spacing:0;top:42.4375rem;left:8.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJHR2ohDPDHDL2IBRXKkBLSeWS0rT98g { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:35.4375rem;left:12.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrFb7HnloVVPiC8tvSlvI0S28VBc8hrS { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:44.25rem;left:11.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BlbiRf4d1hKEJhc5AelWXsDNFJZ4aLqt { color:#f7c571;display:block;width:5.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:40.875rem;left:23.875rem;height:2.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V5vmb57wpumOhfTnPzpkrzkaDyu2aINO { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:46.25rem;left:12.125rem;height:0.9619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhqvpu7wEB2HvIJtJQZO72aKEPZJ0uqc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5625rem;left:8.25rem; }
#qHGnHKWImTl96CO3HSyPcJhDsuSI9vAk { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.3125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qskeqQDugGJkESiTmsBgHR2JibCKQaGn { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:23.9375rem;left:10.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qu665HkGtalUETsNGQhbnZfryoaZUqFC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24rem;left:8.25rem; }
#CZewayecpuqqa8F0xzeRb8TxB14Tyu7p { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:27.5rem;left:10.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKw2IysKLGCOob4zTMwqWlHJStVUBV8d { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.5625rem;left:8.25rem; }
#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededd2;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; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container { background-color: transparent; background-image: none; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container > .video-iframe-container { display: none; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row > .video-iframe-container { display: none; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .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); }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container { border-width: 0; border-radius: 0; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(9,9,9,0.5);border-left:0.0625rem solid rgba(9,9,9,0.5);border-right:0.0625rem solid rgba(9,9,9,0.5);border-bottom:0.0625rem solid rgba(9,9,9,0.5); }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .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; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:lato;font-style:normal;height:auto;color:#191919;line-height:2;overflow:hidden; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .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:"dm sans";font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto;color:rgba(23,23,23,0.8); }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_d0e92cd4ab9f75284c66162b720d0e1089040a50.svg");background-size:contain !important; }#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-trigger.adaptive-delivery-prevent-bg, #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-trigger.lazyload, #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-trigger.lazyloading { background-image: none; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.875rem;z-index:15022;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.0625rem;left:26.8125rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 { display:block;position:relative; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv { display:block;position:relative; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 { display:none; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 { display:block;position:relative; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u { display:none; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 { display:block;position:relative; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ { display:none; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WCUZXvWOFnQrJvRQgMfCXoZImTzQdEKD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #fw5z2xmbJzmy2paB0QWShiIfL45GqZ3C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #MNroNqslWlA3cHf1To3Qs1z99zFSEBtm { display:block;position:relative; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #Nzvr3cQMbMn9nI45A3DA6IG2sTyVr5sn {  }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sNR5cUQiqAHbkmvSd5rWnLKsUOXtTbkr { display:none; }
#u5aqOshK861oNRFOpy7CnFQAGT6TnfaS { color:#1a1a1a;display:block;width:23.75rem;position:absolute;font-family:"source serif 4";font-size:4.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR { display:block; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB6yS1925Jad5hEwXlHkN25qfUIq8HCx { top:1rem;left:16.6875rem;width:14.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI { display:block; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST88WKBazspi7rHtTGJvAlTuFIzw5TUM { top:11.875rem;left:0rem;width:13.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1T8kw43KGfAHf1CEpdocp1kPSSaWyN { top:15.375rem;left:0rem;width:27.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrWOahwIOLnoTlNeqPykAUtPow00CvD5 { top:24.625rem;left:0rem;width:27.6875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq6cnOZQgKw8yEAWCVuTxkvVqRknE1ce { width:29.4375rem;height:3.75rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfvCIvgKeA6IKncFvT4y8ZHdlcTdZ3J { display:block; }
 }@media only screen and (max-width: 763px) { #q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca { display:block; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWuf8anSxTZRtHF5osEIaloVgscaTKnc { top:8.4375rem;left:15.0625rem;width:32.6875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgsBeP8o4lkfkQM3QT6hKRIVZRBoU3w { top:14.4375rem;left:15rem;width:31.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U29CwhI7X3Rsc1cgUEm0dG3eiM3bAhmc { width:29.4375rem;height:3.75rem;top:33.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMG3T0e3M8lnF8PrrFkWh2DS5VQ3sgcC { display:block; }
 }@media only screen and (max-width: 763px) { #Tb6flOJgDTxhP8Kp0T6dnTaD0TzT9Nz6 { top:6.375rem;left:23.875rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1pWwTKR1VHSyXbOCNzCNLfv1yb8ntuC { top:1.0625rem;left:0rem;width:29rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d { display:block; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QErFAZ5eKe9qcmNP7vFok06ghDk1UD0T { top:2.8125rem;left:8.4375rem;width:30.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6oTX31JdXuTBiDIRKTZ9zQXh8SF2Bf { top:7.5625rem;left:8.375rem;width:30.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr { display:block; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlOUFWvAeqfliHQwcgyARl1FLQ7Z7URm { top:27.8125rem;left:0rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU2hGr9HXnE86MhTbNcXzfhO0oRpvUGn { top:29.3125rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOc9ITPo4CGFFUuaa6a9fFd5NC3qTpS { top:27.8125rem;left:11.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kJlWuGHO8vi8oXWNSQBicUqFMUaOk4 { top:29.3125rem;left:11.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt7kMKDtkxTqon9IarDpgOvZo41fIrUN { top:27.8125rem;left:27.25rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkaohKTm28s8OQcQGg1WJJediFTC7Gxo { top:29.3125rem;left:27.25rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBKbmqFFuRALschydU7aENrPTIInF3t { top:52.375rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVVxXXBuTftDVgxa1azOIFz1MdPsigBq { top:49.5625rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5UvQTpexbtDzbRdlhCJpKeDGNA8rmC5 { top:51.125rem;left:11.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTfpLqgC5QTWIyTa7Byy72oBTGQTc6S { top:49.625rem;left:11.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPF74P0mzM5RxUqJNlVZ4Wd1rFWOUSRf { top:51.125rem;left:27.25rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiQmZ8MDmyCm7tAdWywWx1JIM9inNPPh { top:49.625rem;left:27.25rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHBRG5uByDuy73QoEJ9Gda0zfITKUPxw { width:26.6875rem;height:3.4375rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoC8eCQ0XMwstVUoFVem418uXy651BK2 { display:block; }
 }@media only screen and (max-width: 763px) { #c6q6FhzFrq01LaAZy1TGwH1wNGyaS54g { top:5.8125rem;left:0rem;width:32.6875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnRNDKFrXBJFdoov95ZiLWsGlTpT9ye5 { top:4.1875rem;left:0rem;width:32.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmIasmI5QW48AHDl8WKSxaL3LTz6bl53 { top:12.375rem;left:0rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXgdciVzDXCoKX1dezd60xUULPyPTBU { top:12.375rem;left:7.25rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMhg23flWygaGDaXMeOfL4XrpHAxNrf { top:12.375rem;left:23.125rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSJWTCrITNhTciXnytS2DQfTSbvoyu1 { top:34.25rem;left:0rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG42bEWU3MaQSgqPocxG3lXpdQhU1OvR { top:34.25rem;left:7.25rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn5vARbpkEI2aJg6TXZnQMOg5LHBsaJ6 { top:34.25rem;left:23.125rem;width:24.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate { display:block; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBwRhUHRfuhwKlbJ1fiRpimuKDnmug1B { top:5.3125rem;left:16.21875rem;width:15.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA1gzWPy1lstr1Dsd2VtP3x9CfLA7oaf { top:7rem;left:12.0625rem;width:23.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4CCgPzbWoriO6t80Vwn9mpu02rP3lkF { top:11.5rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGbR2LqJhcwQ9Jyly1z969ZGosdBHOT7 { top:17.6875rem;left:0rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLliOL45XhHlWoQidS4Q09XNWQTEmZSz { top:19.5rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOG6VTyAy13hHiQ5pkxyRDtGrPkUfR3 { top:19.5rem;left:13.6875rem;width:20.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTlWFsVWrWrWgbveLxarKe4Av1qxT3W { top:17.6875rem;left:13.6875rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8900b48A0aDIJHpT8H2cK0VnWW0Xb4E { top:11.5rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq6Ty4D7rtOtLKhXDLAaZJX858Ka3Eol { top:19.5rem;left:27.375rem;width:20.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2xE0mNVdHeOeS9ZfXvVFhrE6qHNMBE { top:17.6875rem;left:27.375rem;width:20.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3PFWmcgaVQPEg5PPDLtDevq9Svdd1F { top:11.5rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keM9HMCeIrqH1SHCTl8qzOeaT40wtiRz { top:35.125rem;left:0rem;width:20.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XplRBn1u4FTZ2eB2v865kloEUV7UMAT6 { top:33.375rem;left:0rem;width:22.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIERJasxPixnQwz3fFMviM4pT4KZwu5T { top:27.125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caAtROSPdwMNRPatfA5y9EziTFSdaNI7 { top:35.1875rem;left:15.09375rem;width:17.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIyBzONuEsslSg3p0Xvq3QrtpasinAXs { top:33.375rem;left:14.09375rem;width:19.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6CtW4QKgvT9GGCFtJmH6oX17v6w0W9 { top:27.125rem;left:21.46875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HS3QcgFwl6J6109Re5kJwOpuLqlCgg { top:27.125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHyFMFpnHV7AvNQqLNs1b6UgDTJVGTk { top:33.375rem;left:30.75rem;width:17rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmq0PBiDxPRkhTLf1CUc9yB7OzpFmhwQ { top:36.5rem;left:30.1875rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu { display:block; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIwcv7saLDFFoZsEoBf4V9uglHN5mbgp { top:2rem;left:8.4375rem;width:30.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptDJ01zXKxbZbrx2K3QOmbWNKuS9CPh6 { top:8.4375rem;left:8.375rem;width:30.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 { display:block; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV { top:4.875rem;left:0rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3yzIqZqRHAPPkMaixd2yF0AbiiAHRk7 { top:20.75rem;left:0rem;width:20.375rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15QXP7fKzhDy9aylkiebBsB7Dy2DTuT { top:18.875rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVpBFRhaWzTJrlwMSbCSnDloHfe2MS7a { top:20.75rem;left:11.375rem;width:20.375rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrTSx2xstr9JElkAJ0wPQFrQ9MI1fLUg { top:18.875rem;left:11.375rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ { top:4.875rem;left:8.875rem;width:22.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE { top:4.875rem;left:25.25rem;width:22.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpNrVvWqseTN72BOQKS85CzEgUwpTBEg { top:18.875rem;left:27.25rem;width:20.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9U0ou17DxgHaukN9PZN50TqaTyrt2l5 { top:20.75rem;left:27.25rem;width:20.375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE { display:block; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDbkc3wX8pbKT8DVIIhHTU3PFgaybFQU { top:7.875rem;left:1.125rem;width:22.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSoIWux4lZXZ6GoClCfTIUwkkTxeHFy { top:14.625rem;left:2.75rem;width:21.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvmizgcnmDVQ5mCCTXstDTaKNk1bGhDP { top:14.8125rem;left:1.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvoilLaMnCAVVUUq3a2GXDLvd5irvE5 { top:53.125rem;left:0rem;width:24.3125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlPXG0V28p0XsascHcNsH9od9Dk0OZB2 { top:3.625rem;left:16rem;width:31.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtaMKImSeiiZ5QMNZTnkEg1oXxJZ5M7s { top:6.5rem;left:23.875rem;width:23.75rem;height:10rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgR0y4hT8RnaOC53PpVazmfuxLStzfb { top:20.6875rem;left:16rem;width:31.75rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsmaIfuRl8b3l21LCd4Rp4FixI9Kt2zK { width:24.3125rem;height:3.4375rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn32bpFbMPJCfaTF24mJJzkectitwpNc { display:block; }
 }@media only screen and (max-width: 763px) { #Hk8NWD9SZcAAaSm3HGJ2kI6Pg2F4DgcJ { top:3.625rem;left:0rem;width:32.125rem;height:56.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vA1Cf4mXUE2ppDtVPFEEemkmqmPhfb { top:37.5625rem;left:7.9375rem;width:9.75rem;height:6rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ9vPa5pbQ1LHnp8ZHv6FaEMcaoeDG5g { top:41rem;left:3.6875rem;width:4.25rem;height:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPV3208GPNW0LEAdZ5JVe6l2PngLz25I { top:42.4375rem;left:1.5625rem;width:2.0625rem;height:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJHR2ohDPDHDL2IBRXKkBLSeWS0rT98g { top:35.4375rem;left:6.125rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFb7HnloVVPiC8tvSlvI0S28VBc8hrS { top:44.25rem;left:5rem;width:15.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbiRf4d1hKEJhc5AelWXsDNFJZ4aLqt { top:40.875rem;left:17.0625rem;width:5.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vmb57wpumOhfTnPzpkrzkaDyu2aINO { top:46.25rem;left:5.3125rem;width:15.0625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhqvpu7wEB2HvIJtJQZO72aKEPZJ0uqc { top:18.5625rem;left:1.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHGnHKWImTl96CO3HSyPcJhDsuSI9vAk { top:18.5rem;left:2.75rem;width:21.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qskeqQDugGJkESiTmsBgHR2JibCKQaGn { top:23.9375rem;left:2.75rem;width:21.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu665HkGtalUETsNGQhbnZfryoaZUqFC { top:24rem;left:1.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZewayecpuqqa8F0xzeRb8TxB14Tyu7p { top:27.5rem;left:2.75rem;width:21.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKw2IysKLGCOob4zTMwqWlHJStVUBV8d { top:27.5625rem;left:1.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S { display:block; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN { display:flex;height:auto;width:45.25rem;top:7.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WCUZXvWOFnQrJvRQgMfCXoZImTzQdEKD {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #fw5z2xmbJzmy2paB0QWShiIfL45GqZ3C {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #MNroNqslWlA3cHf1To3Qs1z99zFSEBtm {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #Nzvr3cQMbMn9nI45A3DA6IG2sTyVr5sn {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sNR5cUQiqAHbkmvSd5rWnLKsUOXtTbkr {  }
 }@media only screen and (max-width: 763px) { #u5aqOshK861oNRFOpy7CnFQAGT6TnfaS { top:5rem;left:0rem;width:23.75rem;height:9rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR { display:block; }#CNwBfp4yubrsi1sP9c1IJWRwKSaJttaR > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB6yS1925Jad5hEwXlHkN25qfUIq8HCx { width:14.375rem;height:2.5996125rem;top:1.25rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6038edc6-2943-4fa0-9612-065813dce90c/BGMobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.adaptive-delivery-prevent-bg, #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.lazyload, #tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI.lazyloading { background-image: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { background-color: transparent; background-image: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container > .video-iframe-container { display: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row > .video-iframe-container { display: none; }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .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); }#tRk5ICBQAqvf9T0w5rdSfO0LtnGs0DXI > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST88WKBazspi7rHtTGJvAlTuFIzw5TUM { width:13.6875rem;height:2.5rem;top:18.8125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1T8kw43KGfAHf1CEpdocp1kPSSaWyN { width:17.375rem;height:5.84765625rem;top:21.9375rem;left:1.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrWOahwIOLnoTlNeqPykAUtPow00CvD5 { width:18.6875rem;height:7.03125rem;top:27.72265625rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fq6cnOZQgKw8yEAWCVuTxkvVqRknE1ce { width:19rem;height:3.75rem;top:36.00390625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbfvCIvgKeA6IKncFvT4y8ZHdlcTdZ3J { display:block; }
 }@media only screen and (max-width: 763px) { #q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca { display:block; }#q3QDFcl3WexGWx3stikhdB2ZJ7ZCDHca > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWuf8anSxTZRtHF5osEIaloVgscaTKnc { width:17.875rem;height:6.09375rem;top:32.287109375rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQgsBeP8o4lkfkQM3QT6hKRIVZRBoU3w { width:18.75rem;height:30rem;top:39rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U29CwhI7X3Rsc1cgUEm0dG3eiM3bAhmc { width:19rem;height:3.4375rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMG3T0e3M8lnF8PrrFkWh2DS5VQ3sgcC { display:block; }
 }@media only screen and (max-width: 763px) { #Tb6flOJgDTxhP8Kp0T6dnTaD0TzT9Nz6 { width:15.3125rem;height:1.4619125rem;top:30.263671875rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1pWwTKR1VHSyXbOCNzCNLfv1yb8ntuC { width:20rem;height:28.625rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d { display:block; }#NMc8uXTXHxHv51HP2wTI2OCUnxngoG4d > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QErFAZ5eKe9qcmNP7vFok06ghDk1UD0T { width:18.6875rem;height:7.5rem;top:2.1875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK6oTX31JdXuTBiDIRKTZ9zQXh8SF2Bf { width:11rem;height:1.6875rem;top:10.625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/d86cfec6-1564-40fc-845a-1eb44d0732e1/Frame1321317915.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.adaptive-delivery-prevent-bg, #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.lazyload, #XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr.lazyloading { background-image: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { background-color: transparent; background-image: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container > .video-iframe-container { display: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row > .video-iframe-container { display: none; }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .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); }#XXr3qfkZu2ROSVm95fW8IBSclJ3KpFzr > .row .container { width:20rem;height:134.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlOUFWvAeqfliHQwcgyARl1FLQ7Z7URm { width:20rem;height:1.29980625rem;top:24.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU2hGr9HXnE86MhTbNcXzfhO0oRpvUGn { width:20rem;height:3.8994125rem;top:26.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtOc9ITPo4CGFFUuaa6a9fFd5NC3qTpS { width:20rem;height:1.29980625rem;top:44.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7kJlWuGHO8vi8oXWNSQBicUqFMUaOk4 { width:20rem;height:3.8994125rem;top:45.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt7kMKDtkxTqon9IarDpgOvZo41fIrUN { width:20rem;height:1.29980625rem;top:63.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkaohKTm28s8OQcQGg1WJJediFTC7Gxo { width:20rem;height:3.8994125rem;top:64.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRBKbmqFFuRALschydU7aENrPTIInF3t { width:20rem;height:2.5996125rem;top:85.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVVxXXBuTftDVgxa1azOIFz1MdPsigBq { width:16.375rem;height:2.5996125rem;top:82.25rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5UvQTpexbtDzbRdlhCJpKeDGNA8rmC5 { width:20rem;height:3.8994125rem;top:103.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPTfpLqgC5QTWIyTa7Byy72oBTGQTc6S { width:20rem;height:1.29980625rem;top:102.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPF74P0mzM5RxUqJNlVZ4Wd1rFWOUSRf { width:20rem;height:3.8994125rem;top:123.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiQmZ8MDmyCm7tAdWywWx1JIM9inNPPh { width:20rem;height:1.29980625rem;top:121.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHBRG5uByDuy73QoEJ9Gda0zfITKUPxw { width:19rem;height:3.4375rem;top:128.3623046875rem;left:0.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #RoC8eCQ0XMwstVUoFVem418uXy651BK2 { display:block; }
 }@media only screen and (max-width: 763px) { #c6q6FhzFrq01LaAZy1TGwH1wNGyaS54g { width:20rem;height:4.2246125rem;top:5.6484375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnRNDKFrXBJFdoov95ZiLWsGlTpT9ye5 { width:15.375rem;height:1.4619125rem;top:3.9375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmIasmI5QW48AHDl8WKSxaL3LTz6bl53 { width:20rem;height:15.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXgdciVzDXCoKX1dezd60xUULPyPTBU { width:20rem;height:15.561224489796rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMhg23flWygaGDaXMeOfL4XrpHAxNrf { width:20rem;height:15.5605625rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSJWTCrITNhTciXnytS2DQfTSbvoyu1 { width:20rem;height:15.561224489796rem;top:69.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RG42bEWU3MaQSgqPocxG3lXpdQhU1OvR { width:20rem;height:15.561224489796rem;top:89.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn5vARbpkEI2aJg6TXZnQMOg5LHBsaJ6 { width:20rem;height:15.5rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate { display:block; }#JWwMW8EPIv7reDrMZBeHJL1uE3Lc9Ate > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBwRhUHRfuhwKlbJ1fiRpimuKDnmug1B { width:15.3125rem;height:1.29980625rem;top:1.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA1gzWPy1lstr1Dsd2VtP3x9CfLA7oaf { width:20rem;height:2.03125rem;top:2.7109375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4CCgPzbWoriO6t80Vwn9mpu02rP3lkF { width:4.8125rem;height:4.8125rem;top:7.4296875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGbR2LqJhcwQ9Jyly1z969ZGosdBHOT7 { width:12.5625rem;height:2.5996125rem;top:13.3046875rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLliOL45XhHlWoQidS4Q09XNWQTEmZSz { width:16.0625rem;height:5.19921875rem;top:16.42578125rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgOG6VTyAy13hHiQ5pkxyRDtGrPkUfR3 { width:18.5625rem;height:5.19921875rem;top:30.1298828125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhTlWFsVWrWrWgbveLxarKe4Av1qxT3W { width:16.25rem;height:1.29980625rem;top:28.75rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8900b48A0aDIJHpT8H2cK0VnWW0Xb4E { width:4.8125rem;height:4.8125rem;top:22.9375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq6Ty4D7rtOtLKhXDLAaZJX858Ka3Eol { width:18.8125rem;height:5.19921875rem;top:44.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QW2xE0mNVdHeOeS9ZfXvVFhrE6qHNMBE { width:18.75rem;height:1.29980625rem;top:43.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NA3PFWmcgaVQPEg5PPDLtDevq9Svdd1F { width:4.8125rem;height:4.8125rem;top:37.3974609375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keM9HMCeIrqH1SHCTl8qzOeaT40wtiRz { width:18.25rem;height:5.19921875rem;top:60.0888671875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XplRBn1u4FTZ2eB2v865kloEUV7UMAT6 { width:14rem;height:2.5996125rem;top:56.9892578125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIERJasxPixnQwz3fFMviM4pT4KZwu5T { width:4.8125rem;height:4.8125rem;top:51.4892578125rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caAtROSPdwMNRPatfA5y9EziTFSdaNI7 { width:16.875rem;height:3.8994125rem;top:75.962890625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIyBzONuEsslSg3p0Xvq3QrtpasinAXs { width:15.3125rem;height:2.5996125rem;top:72.7763671875rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ6CtW4QKgvT9GGCFtJmH6oX17v6w0W9 { width:4.8125rem;height:4.8125rem;top:67.0625rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2HS3QcgFwl6J6109Re5kJwOpuLqlCgg { width:4.8125rem;height:4.8125rem;top:82.125rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHyFMFpnHV7AvNQqLNs1b6UgDTJVGTk { width:17rem;height:2.5996125rem;top:87.486328125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmq0PBiDxPRkhTLf1CUc9yB7OzpFmhwQ { width:16.625rem;height:5.19921875rem;top:90.7109375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu { display:block; }#PSUQaeTdnSfGnE1J9r7ODfveAcFvFzEu > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIwcv7saLDFFoZsEoBf4V9uglHN5mbgp { width:17.8125rem;height:10.5rem;top:1.75rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ptDJ01zXKxbZbrx2K3QOmbWNKuS9CPh6 { width:13.5625rem;height:1.6875rem;top:12.8125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 { background-color:#b38a5a;background-image:url("https://images.assets-landingi.com/uc/b33e757c-1eaf-4ca6-8adc-8f9702e817d8/Frame1321317916.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.adaptive-delivery-prevent-bg, #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.lazyload, #ZWvbMxANTfS9LtOAJGplDyLloAghmfu1.lazyloading { background-image: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { background-color: transparent; background-image: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container > .video-iframe-container { display: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row > .video-iframe-container { display: none; }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .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); }#ZWvbMxANTfS9LtOAJGplDyLloAghmfu1 > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rep1PChgh8TgH6hXTxzsdxfVhpIvuvtV { width:19.75rem;height:12.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3yzIqZqRHAPPkMaixd2yF0AbiiAHRk7 { width:20rem;height:10.5rem;top:18.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T15QXP7fKzhDy9aylkiebBsB7Dy2DTuT { width:20rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVpBFRhaWzTJrlwMSbCSnDloHfe2MS7a { width:20rem;height:11.8125rem;top:46.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrTSx2xstr9JElkAJ0wPQFrQ9MI1fLUg { width:20rem;height:1.625rem;top:44.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEeZsnOrg9u8TR55qsSRwJBMegWF5EyZ { width:19.75rem;height:12.5rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8v2tTRC6RPnqG9l6aFD4t3Wk8eCQNvE { width:19.75rem;height:12.5rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpNrVvWqseTN72BOQKS85CzEgUwpTBEg { width:20rem;height:1.625rem;top:73.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9U0ou17DxgHaukN9PZN50TqaTyrt2l5 { width:20rem;height:12rem;top:75.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE { display:block; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#NsST4Wa0ULr4kUqAndc6OeinZTPUQFkE > .row .container { width:20rem;height:87rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDbkc3wX8pbKT8DVIIhHTU3PFgaybFQU { width:18.0625rem;height:3.1484375rem;top:18.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQSoIWux4lZXZ6GoClCfTIUwkkTxeHFy { width:15.4375rem;height:4.38574375rem;top:22.75rem;left:3.1875rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #pvmizgcnmDVQ5mCCTXstDTaKNk1bGhDP { display:flex;width:1.625rem;height:1.625rem;top:24.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #sCvoilLaMnCAVVUUq3a2GXDLvd5irvE5 { width:18.6875rem;height:3.8984375rem;top:61.0625rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlPXG0V28p0XsascHcNsH9od9Dk0OZB2 { width:20rem;height:11.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtaMKImSeiiZ5QMNZTnkEg1oXxJZ5M7s { width:14.625rem;height:6rem;top:5.6875rem;left:2.6875rem;font-size:3rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsgR0y4hT8RnaOC53PpVazmfuxLStzfb { width:20rem;height:17.125rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsmaIfuRl8b3l21LCd4Rp4FixI9Kt2zK { width:16.6875rem;height:3.4375rem;top:56.75rem;left:1.65625rem;font-size:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn32bpFbMPJCfaTF24mJJzkectitwpNc { display:block; }
 }@media only screen and (max-width: 763px) { #Hk8NWD9SZcAAaSm3HGJ2kI6Pg2F4DgcJ { width:19.875rem;height:51.0625rem;top:15.5048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vA1Cf4mXUE2ppDtVPFEEemkmqmPhfb { width:4.25rem;height:3.5rem;top:48.625rem;left:8.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ9vPa5pbQ1LHnp8ZHv6FaEMcaoeDG5g { width:4.25rem;height:1.5996125rem;top:50.4375rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPV3208GPNW0LEAdZ5JVe6l2PngLz25I { width:2.0625rem;height:1.29980625rem;top:50.75rem;left:2.8125rem;font-size:1.625rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #xJHR2ohDPDHDL2IBRXKkBLSeWS0rT98g { width:12.8125rem;height:1.51171875rem;top:46.4375rem;left:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFb7HnloVVPiC8tvSlvI0S28VBc8hrS { width:15.0625rem;height:1.3056625rem;top:52.875rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbiRf4d1hKEJhc5AelWXsDNFJZ4aLqt { width:5.25rem;height:1.5996125rem;top:50.4375rem;left:11.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vmb57wpumOhfTnPzpkrzkaDyu2aINO { width:15.0625rem;height:0.9619125rem;top:54.6875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhqvpu7wEB2HvIJtJQZO72aKEPZJ0uqc { display:flex;width:1.625rem;height:1.625rem;top:29.861328125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #qHGnHKWImTl96CO3HSyPcJhDsuSI9vAk { width:16.125rem;height:5.84765625rem;top:27.75rem;left:3.1875rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #qskeqQDugGJkESiTmsBgHR2JibCKQaGn { width:16.125rem;height:2.923825rem;top:34.474609375rem;left:3.25rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #Qu665HkGtalUETsNGQhbnZfryoaZUqFC { display:flex;width:1.625rem;height:1.625rem;top:35.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CZewayecpuqqa8F0xzeRb8TxB14Tyu7p { width:14.25rem;height:5.84765625rem;top:38.37109375rem;left:3.25rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #IKw2IysKLGCOob4zTMwqWlHJStVUBV8d { display:flex;width:1.625rem;height:1.625rem;top:40.482421875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S { display:block; }#LTABpkTsrrnKpt4eUSv3QUmqOixBVh0S > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-heading-text { color:#000000;font-size:1.0625rem;height:auto;font-family:"dm sans";text-align:left;text-align-last:left; }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-desc-text { font-family:lato;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-weight:300;font-style:normal;color:rgba(0,0,0,0.8); }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_9e3ced83e691a0198f74cf37a9f0a9b868fe9ff3.svg"); }
#imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN { display:flex;height:auto;width:17.5rem;top:7.109375rem;left:0rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #WCUZXvWOFnQrJvRQgMfCXoZImTzQdEKD {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #fw5z2xmbJzmy2paB0QWShiIfL45GqZ3C {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #MNroNqslWlA3cHf1To3Qs1z99zFSEBtm {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #Nzvr3cQMbMn9nI45A3DA6IG2sTyVr5sn {  }
 }@media only screen and (max-width: 763px) { #imyE6lFBcVxMstpNr2FHQNnrGpEkgPBN #sNR5cUQiqAHbkmvSd5rWnLKsUOXtTbkr {  }
 }@media only screen and (max-width: 763px) { #u5aqOshK861oNRFOpy7CnFQAGT6TnfaS { width:15.4375rem;height:4rem;top:2.375rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }