.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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); }#de7362bcff0086bc33be16f607f7eaab.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #de7362bcff0086bc33be16f607f7eaab.widget-smartsection *:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="text"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="email"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="tel"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection textarea:focus-visible { outline: none; } #upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container { background-color: transparent; background-image: none; }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container > .video-iframe-container { display: none; }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row > .video-iframe-container { display: none; }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .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); }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container { border-width: 0; border-radius: 0; }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { position:relative;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { background-color: transparent; background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .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); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { border-width: 0; border-radius: 0; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3b;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; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { background-color: transparent; background-image: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container > .video-iframe-container { display: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container { display: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .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); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { border-width: 0; border-radius: 0; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { box-sizing:content-box;height:22.375rem;width:37.8125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b115d1f9-9f57-4bc7-972a-f2973522c9df/AdobeStock_1433274786.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.adaptive-delivery-prevent-bg, #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.lazyload, #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.lazyloading { background-image: none; }
#OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"dm sans";font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:40.875rem;height:3.57465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.1875rem;left:40.875rem;display:block; }
#rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tB4yir3aXZassysP1JsbI7JtP99TbpMx { color:#000000;display:block;width:25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:41.8125rem;height:3.25rem;display:block; }
#rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:0.125rem;top:9.5625rem;left:41.0625rem;display:block; }
#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { position:relative;display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { background-color: transparent; background-image: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container > .video-iframe-container { display: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row > .video-iframe-container { display: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .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); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { border-width: 0; border-radius: 0; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0U4PpubJoCky2J0sWCNDZISAdm3dJew { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.3125rem;left:27.125rem;display:block; }
#tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { color:#008859;display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:3.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.30078125rem;left:3.125rem;height:9.096375rem;text-align:center;text-align-last:center;display:block; }
#qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.78125rem;left:10.125rem; }
#TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { color:#000000;display:block;width:20rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.300348281861rem;left:27.5rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { color:#008859;display:block;width:19.625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.9375rem;left:27.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.78125rem;left:35.125rem; }
#vXPLrqm0uTIIybB10zZrFo645RTR4aNB { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.30078125rem;left:53.125rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { color:#008859;display:block;width:18.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:53.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.78125rem;left:60.125rem; }
#t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { color:#000000;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.8993rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngCnb8iP44udySmzsDBR2J1t56hr08y4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aba9cc76-1ba3-419a-97c0-dbdf3202dc5e/biaisalptis2.svg");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; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4.adaptive-delivery-prevent-bg, #ngCnb8iP44udySmzsDBR2J1t56hr08y4.lazyload, #ngCnb8iP44udySmzsDBR2J1t56hr08y4.lazyloading { background-image: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { background-color: transparent; background-image: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container > .video-iframe-container { display: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container { display: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .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); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { border-width: 0; border-radius: 0; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;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; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { background-color: transparent; background-image: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container > .video-iframe-container { display: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container { display: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .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); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { border-width: 0; border-radius: 0; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:41.25rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:8.125rem;left:41.25rem;height:7.8229375rem;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
#KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#008859;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.2109375rem;left:41.25rem;display:block; }
#RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { position:absolute;display:block;z-index:15026;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:30.1875rem;top:1.9375rem;left:2.625rem;overflow:hidden;display:block; }
#KRqA9tH61xZEVQymscLxlmqJiegGuuUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/25e164a4-dd8b-41b1-98b6-2abc5f907c0a/biaisalptis1.svg");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; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR.adaptive-delivery-prevent-bg, #KRqA9tH61xZEVQymscLxlmqJiegGuuUR.lazyload, #KRqA9tH61xZEVQymscLxlmqJiegGuuUR.lazyloading { background-image: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { background-color: transparent; background-image: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container > .video-iframe-container { display: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container { display: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .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); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { border-width: 0; border-radius: 0; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { position:relative;display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { background-color: transparent; background-image: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container > .video-iframe-container { display: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row > .video-iframe-container { display: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .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); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { border-width: 0; border-radius: 0; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { color:#008859;display:block;width:68.125rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.75rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.75rem;height:1.30030625rem;display:block; }
#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.9375rem;left:3.75rem;height:36.690125rem;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
#JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:48.2607421875rem;left:27.125rem;display:block; }
#XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#da4918ae56688800d24055d6437a7272.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;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; } #da4918ae56688800d24055d6437a7272.widget-smartsection *:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="text"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="email"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="tel"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection textarea:focus-visible { outline: none; } #JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container { background-color: transparent; background-image: none; }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container > .video-iframe-container { display: none; }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row > .video-iframe-container { display: none; }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .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); }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container { border-width: 0; border-radius: 0; }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { position:relative;display:none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { border-width: 0; border-radius: 0; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #de7362bcff0086bc33be16f607f7eaab.widget-smartsection { display:block; } #de7362bcff0086bc33be16f607f7eaab.widget-smartsection *:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="text"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="email"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="tel"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection textarea:focus-visible { outline: none; } #upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { display:none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { top:0rem;left:0rem;width:37.8125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { top:4.4375rem;left:17.75rem;width:30rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { width:20.75rem;height:2.9375rem;top:15.1875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block; }
 }@media only screen and (max-width: 763px) { #tB4yir3aXZassysP1JsbI7JtP99TbpMx { top:9.375rem;left:22.75rem;width:25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { top:9.5625rem;left:27.4375rem;width:0.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0U4PpubJoCky2J0sWCNDZISAdm3dJew { width:20.75rem;height:2.9375rem;top:31.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { top:15.9375rem;left:0rem;width:18.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { top:20.25rem;left:0rem;width:18.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { top:9.75rem;left:5.5625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { top:20.25rem;left:11.75rem;width:20rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { top:15.9375rem;left:12.125rem;width:19.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { top:9.75rem;left:21.4375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXPLrqm0uTIIybB10zZrFo645RTR4aNB { top:20.25rem;left:28.875rem;width:18.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { top:15.9375rem;left:28.875rem;width:18.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { top:9.75rem;left:37.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { top:2.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCnb8iP44udySmzsDBR2J1t56hr08y4 { display:block; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { top:4.375rem;left:17.75rem;width:30rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { top:8.125rem;left:17.75rem;width:30rem;height:;font-size:1rem;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
 }@media only screen and (max-width: 763px) { #KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { width:20.75rem;height:2.9375rem;top:18.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { top:1.9375rem;left:0rem;width:30.1875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqA9tH61xZEVQymscLxlmqJiegGuuUR { display:block; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { top:2.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { top:6.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { top:8.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
 }@media only screen and (max-width: 763px) { #JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { width:20.75rem;height:2.9375rem;top:48.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block; }
 }@media only screen and (max-width: 763px) { #da4918ae56688800d24055d6437a7272.widget-smartsection { display:block; } #da4918ae56688800d24055d6437a7272.widget-smartsection *:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="text"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="email"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="tel"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection textarea:focus-visible { outline: none; } #JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { display:none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #de7362bcff0086bc33be16f607f7eaab.widget-smartsection { display:block; } #de7362bcff0086bc33be16f607f7eaab.widget-smartsection *:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="text"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="email"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection input[type="tel"]:focus-visible, #de7362bcff0086bc33be16f607f7eaab.widget-smartsection textarea:focus-visible { outline: none; } #upJkXSpU0A12v881QOJup0Z6HWaTh1o2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b115d1f9-9f57-4bc7-972a-f2973522c9df/AdobeStock_1433274786.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.adaptive-delivery-prevent-bg, #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.lazyload, #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.lazyloading { background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { background-color: transparent; background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .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); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { border-width: 0; border-radius: 0; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { width:20rem;height:8.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { width:18.75rem;height:2.4375rem;top:1.125rem;left:0.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { width:19.4375rem;height:2.9375rem;top:9.9375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block; }
 }@media only screen and (max-width: 763px) { #tB4yir3aXZassysP1JsbI7JtP99TbpMx { width:18.125rem;height:4.38541875rem;top:4.1614589691162rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { width:0.125rem;height:3rem;top:4.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0U4PpubJoCky2J0sWCNDZISAdm3dJew { width:19rem;height:2.9375rem;top:55.894096851349rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { width:18.75rem;height:2.9236125rem;top:11.396701812744rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { width:18.75rem;height:9.096375rem;top:14.943576812744rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { display:flex;width:4.75rem;height:4.75rem;top:10.5224609375rem;left:7.625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { width:18.75rem;height:7.796875rem;top:31rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { width:18.75rem;height:2.9236125rem;top:26.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { display:flex;width:4.75rem;height:4.75rem;top:28.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXPLrqm0uTIIybB10zZrFo645RTR4aNB { width:18.75rem;height:7.796875rem;top:46.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { width:18.75rem;height:2.9236125rem;top:42.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { display:flex;width:4.75rem;height:4.75rem;top:49.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { width:20rem;height:8.125rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCnb8iP44udySmzsDBR2J1t56hr08y4 { display:block; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { width:20rem;height:1.625rem;top:14.90234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { width:20rem;height:9.721375rem;top:17.77734375rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
 }@media only screen and (max-width: 763px) { #KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { width:19rem;height:2.9375rem;top:29.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { width:18.375rem;height:12.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqA9tH61xZEVQymscLxlmqJiegGuuUR { display:block; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { width:19.375rem;height:5.1171875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { width:20rem;height:3.8984375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { width:20rem;height:83.0675rem;top:12.75rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
 }@media only screen and (max-width: 763px) { #JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { width:19rem;height:2.9375rem;top:97.873046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block; }
 }@media only screen and (max-width: 763px) { #da4918ae56688800d24055d6437a7272.widget-smartsection { display:block; } #da4918ae56688800d24055d6437a7272.widget-smartsection *:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="text"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="email"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection input[type="tel"]:focus-visible, #da4918ae56688800d24055d6437a7272.widget-smartsection textarea:focus-visible { outline: none; } #JQLAUcMySdeIam0w8PTR0537c1vJx8rR > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { background-color:#008859;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { background-color: transparent; background-image: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container > .video-iframe-container { display: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container { display: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .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); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { border-width: 0; border-radius: 0; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }