.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:#004e2f;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.49);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#unTN0i4kqpT4s3blQQs27AyCb17QyZdA { position:absolute;display:block;z-index:14999;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.1875rem;width:18.5rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.1875rem;left:0rem;height:8.2486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.375rem;left:0rem;height:5.06185rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.9375rem;left:0rem;display:block; }
#uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:38.1875rem;left:0.8125rem; }
#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:antonio;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5rem;left:17.125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae6653b5cc50468aaa39554e0f4dbcd1ee492b43.svg); }
#BvvLwz2NptPpyhnoxGVqv3nmWxNUGIls { background-color:#fd7e32;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#kIrXsGGFZ492n1M4MzVGbfWWmmhbXlxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t52lqsnGuyzcavEEDVxVlxyIhiffxtgA { background-color:#fd7e32;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.6875rem;left:6.3125rem;display:block; }
#b55ekU0LUMPrnrvPiwIvbQmNT2v3z96y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1veXC89V6UpEVJs9eEPa80ROQgProkf { background-color:#fd7e32;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.6875rem;left:12.625rem;display:block; }
#ougnhiG5HTQo48W9wM3oTqpolLgJoRle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6Jm6igkhNWWDUNuywIyxGzmn2U9TOsK { background-color:#fd7e32;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.6875rem;left:18.9375rem;display:block; }
#A1PZ54oN4EM89qMF5BbRd2uWkuqhrgJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD { box-sizing:content-box;height:32.4375rem;width:47rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/973fba0e-03ce-4c59-bee6-a9a1ba834483/foto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.1875rem;left:38.6875rem;display:block; }#THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD.adaptive-delivery-prevent-bg, #THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD.lazyload, #THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD.lazyloading { background-image: none; }
#pz2aNTpH8r1q92RpebR5yg2QmW4JaAWD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14998;background-color:#fd7e32;background-image:none;top:28.8125rem;left:38.0625rem;display:block; }
#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 { position:relative;display:none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 { border-width: 0; border-radius: 0; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .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; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV { position:relative;display:none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV { border-width: 0; border-radius: 0; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .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; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { background-color: transparent; background-image: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .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); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { border-width: 0; border-radius: 0; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { box-sizing:content-box;height:12.6875rem;width:20.375rem;position:absolute;display:block;z-index:15003;background-color:#00995b;background-image:none;top:0rem;left:54.625rem;display:block; }
#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { color:#000000;display:block;width:18.25rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
#PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T { color:#000000;display:block;width:18.25rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:18.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
#e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh { color:#000000;display:block;width:18.25rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:36.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
#yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:antonio;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:56.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25f4bd6c692201a9a740d8fc07206cac94a38d65.svg); }
#anRwBnbGLMvkaIU8hxV0fWra3TE2LfeU { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.8997375rem;display:block; }
#tb306TUTi3sdeSCS6q0WNIB3enoPVRuI { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:18.25rem;height:3.8997375rem;display:block; }
#wwnJMTC8ry0m0uP1smFTL7ITByE0STFs { color:#000000;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.25rem;left:36.5rem;height:2.599825rem;display:block; }
#uzpBP23hFK8BmUEaXVWHTXITPpn1soQ4 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.25rem;left:56.75rem;height:3.8997375rem;display:block; }
#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);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; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container { background-color: transparent; background-image: none; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container > .video-iframe-container { display: none; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row > .video-iframe-container { display: none; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .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); }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container { border-width: 0; border-radius: 0; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7 { box-sizing:content-box;height:12rem;width:11rem;position:absolute;display:block;z-index:15000;background-color:#004e2f;background-image:url("https://images.assets-landingi.com/uc/099cd1ab-6cd2-4030-8e66-811e4f32ce3b/Whisk_4739a3e8682a66c9fe04fb7b221cca9bdrcopiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:0rem;display:block; }#w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7.adaptive-delivery-prevent-bg, #w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7.lazyload, #w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7.lazyloading { background-image: none; }
#AbnXDEl7bqB57aN8OxqrD6n36caaoo9z { box-sizing:content-box;height:12rem;width:12.5625rem;position:absolute;display:block;z-index:15003;background-color:#004e2f;background-image:none;top:4.1875rem;left:11rem;display:block; }
#ydg6ILvoDu09UfMmbefIAErCpIWrK98V { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,78,47,0.63);background-image:none;top:4.1875rem;left:9.625rem;display:block; }
#TAUTNCXFgeR8vN7Jeu70MGlHdL4Tsmhm { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,78,47,0.3);background-image:none;top:4.1875rem;left:8.4375rem;display:block; }
#dnZ1w21On0J45h1ZmsGcSNGZRorRoOr3 { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:12.1875rem;height:1.54296875rem;display:block; }
#xa7xCKoOvuOZqRGe4kQ0gp8tkfw3Q104 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.1875rem;height:6.4995625rem;font-style:normal;display:block; }
#PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF { box-sizing:content-box;height:12rem;width:11rem;position:absolute;display:block;z-index:15006;background-color:#004e2f;background-image:url("https://images.assets-landingi.com/uc/a36af149-7626-48b7-82ed-98a4204f624f/CapturadeTela20250922as152621.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:25.8125rem;display:block; }#PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF.adaptive-delivery-prevent-bg, #PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF.lazyload, #PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF.lazyloading { background-image: none; }
#KWmNnawg4QnvGtEVdx7k0zS0HDdovNHN { box-sizing:content-box;height:12rem;width:12.5625rem;position:absolute;display:block;z-index:15009;background-color:#004e2f;background-image:none;top:4.1875rem;left:36.8125rem;display:block; }
#UipI200tzLn4XywsJSR78XThurQ9fhKg { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,78,47,0.63);background-image:none;top:4.1875rem;left:35.4375rem;display:block; }
#W6ckUgMZiifIzUgTyaslpAK0qZSCRdpD { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,78,47,0.3);background-image:none;top:4.1875rem;left:34.25rem;display:block; }
#kB8wc2Zz5ASU5wTDbSG6uqTzToNGGk34 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.25rem;left:38rem;height:6.4995625rem;font-style:normal;display:block; }
#aCX0VyDI8BvqlhsdcBitNkeTtWfSTkCS { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:38rem;height:1.54296875rem;display:block; }
#M76rTE26nvCebs9UhzlZSHEiLi4EAtCH { box-sizing:content-box;height:12rem;width:11rem;position:absolute;display:block;z-index:15012;background-color:#004e2f;background-image:url("https://images.assets-landingi.com/uc/9749b356-7073-41a8-a8ae-2320e185f08d/vermi.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:51.5rem;display:block; }#M76rTE26nvCebs9UhzlZSHEiLi4EAtCH.adaptive-delivery-prevent-bg, #M76rTE26nvCebs9UhzlZSHEiLi4EAtCH.lazyload, #M76rTE26nvCebs9UhzlZSHEiLi4EAtCH.lazyloading { background-image: none; }
#MMk2wJgyT0vrMC5LmslBBdgneQSxGKA3 { box-sizing:content-box;height:12rem;width:12.5625rem;position:absolute;display:block;z-index:15015;background-color:#004e2f;background-image:none;top:4.1875rem;left:62.5rem;display:block; }
#DRkODV95Db6GeTbh5qHcT32WEL4rKPif { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,78,47,0.63);background-image:none;top:4.1875rem;left:61.125rem;display:block; }
#LDUIHwUGLXe35cGrLtefyCZCTSpV1Pc6 { box-sizing:content-box;height:12rem;width:12.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,78,47,0.3);background-image:none;top:4.1875rem;left:59.9375rem;display:block; }
#ITLHBL7bSpIXcS2VGZnGU4U9MIBeVloS { color:#ffffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:8.25rem;left:63.6875rem;height:6.4995625rem;font-style:normal;display:block; }
#G2fPPqhZV19J1FgCMl3P0xzBeNIqPEts { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5625rem;left:63.6875rem;height:1.54296875rem;display:block; }
#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { position:relative;display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { background-color: transparent; background-image: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container > .video-iframe-container { display: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row > .video-iframe-container { display: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .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); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { border-width: 0; border-radius: 0; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .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; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.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; }#QtW31JA2wxnWMmcE894T2whzmMJ6auAE { color:#ffffff;display:block;width:42.686625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.9754772186279rem;left:0rem;height:7.35025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#twP6A4G8A6rw28wIERzL7JiTmQk68iQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#twP6A4G8A6rw28wIERzL7JiTmQk68iQS > .row .container { border-width: 0; border-radius: 0; }#twP6A4G8A6rw28wIERzL7JiTmQk68iQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twP6A4G8A6rw28wIERzL7JiTmQk68iQS > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#T80S6rTibL8n6Fe7LoMF9uEwcSOkGq7f { color:#004e2f;display:block;width:32.8125rem;position:absolute;font-family:antonio;font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:21.09375rem;height:3.14995625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { border-width: 0; border-radius: 0; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { font-size:0.875rem;font-family:arial;height:72.5625rem;width:75rem;position:relative;display:none; }#exF3lBDGXr2f5MQldFEkyZzs9TTiyKsR { 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:9.125rem;width:9.125rem;top:3.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#nuHsBzdSNq1RFCV3NUGJZ4VV2ZO8f7kz { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:1.6875rem;height:1.8684875rem;font-style:normal;display:block; }
#JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:16.6875rem;left:1.6875rem;height:10.8094375rem;display:block; }#JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
#PwMq32P8R83IM9bN2QwB8PyrCycORkAb { box-sizing:content-box;height:21.75rem;width:22.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:8.0625rem;left:0rem;border-top:0.125rem solid #004e2f;border-left:0.125rem solid #004e2f;border-right:0.125rem solid #004e2f;border-bottom:0.125rem solid #004e2f;display:block; }
#R23FGb0EoiPQfT5nHWV3LJnqVISrUAka { box-sizing:content-box;height:21.75rem;width:22.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:8.0625rem;left:51.875rem;border-top:0.125rem solid #004e2f;border-left:0.125rem solid #004e2f;border-right:0.125rem solid #004e2f;border-bottom:0.125rem solid #004e2f;display:block; }
#V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:16.6875rem;left:53.5625rem;height:10.8094375rem;display:block; }#V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
#D1iwX1ZBznptoL0XcuDTco4sandh2pon { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:53.5625rem;height:1.8684875rem;font-style:normal;display:block; }
#KblXU9mIDVJmAFfe9Mi8i6PQzcUZ4DON { 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:9.125rem;width:9.125rem;top:3.0625rem;left:53.5625rem;overflow:hidden;display:block; }
#rKbCcLwtbXa0Za26EECVNxbpbcFe4qTy { box-sizing:content-box;height:21.75rem;width:22.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:8.0625rem;left:25.9375rem;border-top:0.125rem solid #004e2f;border-left:0.125rem solid #004e2f;border-right:0.125rem solid #004e2f;border-bottom:0.125rem solid #004e2f;display:block; }
#EDVmUwUUETnTtOqooae6gbWbo7E0imHV { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:16.6875rem;left:27.625rem;height:10.8094375rem;display:block; }#EDVmUwUUETnTtOqooae6gbWbo7E0imHV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EDVmUwUUETnTtOqooae6gbWbo7E0imHV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
#CLgZxaQEvTQtZdLyEE5qgHkQ8idvfZxA { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:27.625rem;height:1.8684875rem;font-style:normal;display:block; }
#SiwDAut0egxiIMiUmkzp2m6B9Hi0zuaO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:3.0625rem;left:27.625rem;overflow:hidden;display:block; }
#X5HcpXhOobIG8tziiamQsumoH7KHSw3k { box-sizing:content-box;height:21.75rem;width:22.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:39.5rem;left:0rem;border-top:0.125rem solid #004e2f;border-left:0.125rem solid #004e2f;border-right:0.125rem solid #004e2f;border-bottom:0.125rem solid #004e2f;display:block; }
#vvR8tcofgr80z1Q9Cz9aJl1RVETkHnS9 { box-sizing:content-box;height:21.75rem;width:22.875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:39.5rem;left:25.9375rem;border-top:0.125rem solid #004e2f;border-left:0.125rem solid #004e2f;border-right:0.125rem solid #004e2f;border-bottom:0.125rem solid #004e2f;display:block; }
#qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:48.125rem;left:1.6875rem;height:10.8094375rem;display:block; }#qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
#V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:48.125rem;left:27.625rem;height:10.8094375rem;display:block; }#V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
#a0OKQqsPMVsWEaZJxET6by9FxV19mdtL { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:44.1875rem;left:1.6875rem;height:1.8684875rem;font-style:normal;display:block; }
#At9xeFHQtGbbQKc5Q0DWxaVhK089T7ge { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.1875rem;left:27.625rem;height:1.8684875rem;font-style:normal;display:block; }
#vOkMwiyOuWWw1vVJrS7pJPsb7ic9OO5S { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:34.5rem;left:1.6875rem;overflow:hidden;display:block; }
#UbPMDxK8Ax0z7d9Ff0e9G5ZIqu07tAwW { position:absolute;display:block;z-index:15020;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:9.125rem;width:9.125rem;top:34.5rem;left:27.625rem;overflow:hidden;display:block; }
#u2WI5fIfrzVSsK97P98NzeUxrCeepPc2 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:47.2421875rem;left:51.875rem;height:6.29775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtytNPkubzcSdp6NcfmpnloTgtPvuD2f { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.1875rem;left:51.875rem;display:block; }
#klOciPmh27tI0gwG4uPe0tkEuzL3aryR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5XZJsFxc97H2okMN074i5aTlgK61LJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:58.4375rem;left:52.6875rem; }
#TfgMbDsdm6L43GD8evhplDMi1VbGce1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:42.3671875rem;left:51.5625rem; }
#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT { position:relative;display:block; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT { background-color: transparent; background-image: none; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row .container > .video-iframe-container { display: none; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row > .video-iframe-container { display: none; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .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); }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT { border-width: 0; border-radius: 0; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .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; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;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; }#b2nIwpzfuTI5LrTTpk8eyutsNt2wphU5 { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.125rem;left:0rem;height:4.72330625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtWRs0CkNOn64u81qNEBAVQk13fVURVc { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0WIZT46snQEXwwRwsnnhH1mAsWBdSIS { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.125rem;left:26.875rem;height:6.29775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DmWBE7yZAMn2Q29POkhTMFzAomf11kHc { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8rem;left:26.875rem;height:1.923825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iIGVCQA38DceS4xmlGPdaSnxHSTlkWBD { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:8rem;left:56.75rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X0yPXoW34vMQlGbElNekBIT0FSmus7dn { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:11.125rem;left:56.75rem;height:6.29775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M26soLFTUfDQFzamEZLaL1ecwMhgG50Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.4375rem;left:0rem; }
#V52v7vdhAwoPICwxaC6udFT7LgH0TpNI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.4375rem;left:26.875rem; }
#BbrHfKSTkfH3ESGF9IiyF94mdlIfrGua { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.4375rem;left:56.75rem; }
#tWFn3l8mzg2wItD6Z78rxVv9IGsTHz5L { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:32.69921875rem;left:26.875rem;height:4.72330625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0GIFCgs1zGa8V2qgnNbMUDLUaQALZDQ { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:32.69921875rem;left:0rem;height:4.72330625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyopCpWvcf5ndPgVrC9dsEZwHxwwwyFz { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:27.9375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sePGVI9TO07OWTC59uCk8ZkSDBSC6e8L { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:27.9375rem;left:26.875rem;height:3.84765625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EXkenJpmTU4zeH2sntonnBtg4Ak3aJm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.375rem;left:0rem; }
#KBrRxUQ8f17HfMQlgaHVEFOXI3fNzgkO { 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:5.1875rem;width:5.1875rem;top:22.09375rem;left:26.875rem;overflow:hidden;display:block; }
#UoIKFlTCT9xkrKffx1wTiAfzTTc7I36g { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.875rem;left:56.75rem;display:block; }
#qatuKJVsAZ1THAGevvT2ctdwa2PI1lSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPuZc3vFH3lygr0Hr1LQcr1QxpJDioWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.125rem;left:57.5625rem; }
#LXt1S7RLJDgCmPz9i6NVAgTEIEDntkWG { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:27.9375rem;left:56.75rem;height:3.14886875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu { box-sizing:content-box;height:41.0623125rem;width:38.936625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c43a9ef-6380-453b-8998-3458d5c7b17f/staminageral60168a36b3d11403.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.997596979141rem;left:36.064455032349rem;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; }#dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu.adaptive-delivery-prevent-bg, #dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu.lazyload, #dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu.lazyloading { background-image: none; }
#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy { 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; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container { background-color: transparent; background-image: none; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container > .video-iframe-container { display: none; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row > .video-iframe-container { display: none; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .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); }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container { border-width: 0; border-radius: 0; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#do1RyrIEDaCQKWSV0HZWMz3Re39TbQXM { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:7.2168125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlqQNmnaMrq0yXTw39618TJhhnAeeWEL { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:15.4296875rem;left:0rem;height:4.72330625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsl0kMURQkJXwifdrVMEEdgs7GDh3EvI { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.875rem;left:0rem;display:block; }
#qtntITMM5sV2PWAOTZlHuaS3Qm4PbfTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEdVFcJT5lhDqlhMZMRVquDHkc0FzmfG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.125rem;left:0.8125rem; }
#UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(119deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(119deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(119deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(119deg, #fdb832, #fd7e32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container { background-color: transparent; background-image: none; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container > .video-iframe-container { display: none; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row > .video-iframe-container { display: none; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .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); }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container { border-width: 0; border-radius: 0; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#HFSBRZF3sKhlSSlUekl74OvRMRzipi1K { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:antonio;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.25rem;left:19.84375rem;height:2.47504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.4140625rem;left:2.34375rem;height:2.2744125rem;font-style:normal;display:block; }#u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
#H2MiIT55znlkbaFE12nVw9hNV36dTJ3M { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.53125rem;height:3.0859375rem;display:block; }
#JhTwbLIVxrQVqX2e95Xc22JdgGTmGLJM { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.75rem;left:2.375rem;display:block; }
#D1OrhqCg7L4i1Hq5VMuVSAvxWUrCyPuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hu52F4dmGR8ufD2xyp50C2sBUPrSfJOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25rem;left:3.1875rem; }
#nvTTB5DcLvUSq7CIN2PuJV9QeIQEv2Av { box-sizing:content-box;height:17.6875rem;width:24.1875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.8125rem;left:0rem;display:block; }
#r0trvt0TUEpaofTVhvTTJ7QswAXoMEoP { box-sizing:content-box;height:17.6875rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.8125rem;left:25.4375rem;display:block; }
#JFe9BwnMl4RdLXosyIQdMCvlkW0XFCMC { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.75rem;left:27.8125rem;display:block; }
#ANgJS7XWOPfBuDaZHNssidkNEhbmtfHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CFbhVbpVuARcPUX2t4HNSbuzwUmHyKo6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25rem;left:28.625rem; }
#BuUe3diisKDXcG81hCinSwbqWttNRgGz { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.625rem;left:27.9375rem;height:4.62890625rem;display:block; }
#SdiB19e653D0XXiEK9nu04lzqhueLtOT { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:27.75rem;height:2.2744125rem;font-style:normal;display:block; }#SdiB19e653D0XXiEK9nu04lzqhueLtOT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SdiB19e653D0XXiEK9nu04lzqhueLtOT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
#WxR5RlTGJk0zQPT6VcP6O09XqhZqgziJ { box-sizing:content-box;height:17.6875rem;width:24.1875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:12.8125rem;left:50.8125rem;display:block; }
#Jmi8o3xESi8rf067T6tDkZNyDu6HlRFm { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.75rem;left:53.1875rem;display:block; }
#R18sTTGAyECuKTrt0AXLGaGNWWyezJr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChbS1LxvzcFTvAxnsgINQiiZupqOX7i1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25rem;left:54rem; }
#PnDBxwvr90HUJ1M2VqdUM7biKQq1we99 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.3125rem;height:3.0859375rem;display:block; }
#e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q { color:#004e2f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.4375rem;left:53.125rem;height:;font-style:normal;display:block; }#e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { 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; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { background-color: transparent; background-image: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container > .video-iframe-container { display: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container { display: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .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); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { border-width: 0; border-radius: 0; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { 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:4.0625rem;width:19.75rem;top:4.8125rem;left:27.625rem;overflow:hidden;display:block; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.882162094116rem;left:34.061418533325rem; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.879991531372rem;left:38.186853408814rem; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#qLh9FZKSZfFT823oQmQXx5ovaVT14N8T { background-color:#00c74b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:antonio;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.25rem;left:29.6875rem;display:block; }
#gq0RLS6ThEywK6ot9TyQ94wfmhckwKVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHSrPtC634CcFEpswJFgyttbQrirMwQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5rem;left:30.5rem; }
#G9uG1h5gMKGdLTTxcIZT3yt1eNA5TigS { color:#004e2f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:11rem;left:18.09375rem;height:4.26215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container { background-color: transparent; background-image: none; }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container > .video-iframe-container { display: none; }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row > .video-iframe-container { display: none; }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .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); }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container { border-width: 0; border-radius: 0; }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { background-color: transparent; background-image: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container > .video-iframe-container { display: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row > .video-iframe-container { display: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .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); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { border-width: 0; border-radius: 0; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .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; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { background-color:#00c74b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:59.8125rem;display:block; }
#TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { box-sizing:content-box;color:#00c74b;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { box-sizing:content-box;color:#0d2a51;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0rem;left:71.1875rem;display:block; }
#GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.8125rem;left:72rem; }
#Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unTN0i4kqpT4s3blQQs27AyCb17QyZdA { width:18.5rem;height:4.1875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { width:32.375rem;height:8.25rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { width:35.75rem;height:5.0625rem;top:23.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { width:15.625rem;height:4.375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block; }
 }@media only screen and (max-width: 763px) { #ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { width:1.9375rem;height:1.9375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { width:14.75rem;height:1.4375rem;top:38.5rem;left:3.5rem;font-size:1.125rem;display:none; }#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae6653b5cc50468aaa39554e0f4dbcd1ee492b43.svg); }
 }@media only screen and (max-width: 763px) { #BvvLwz2NptPpyhnoxGVqv3nmWxNUGIls { width:5.9375rem;height:2.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrXsGGFZ492n1M4MzVGbfWWmmhbXlxz { display:block; }
 }@media only screen and (max-width: 763px) { #t52lqsnGuyzcavEEDVxVlxyIhiffxtgA { width:5.9375rem;height:2.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55ekU0LUMPrnrvPiwIvbQmNT2v3z96y { display:block; }
 }@media only screen and (max-width: 763px) { #D1veXC89V6UpEVJs9eEPa80ROQgProkf { width:5.9375rem;height:2.1875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ougnhiG5HTQo48W9wM3oTqpolLgJoRle { display:block; }
 }@media only screen and (max-width: 763px) { #w6Jm6igkhNWWDUNuywIyxGzmn2U9TOsK { width:7.125rem;height:2.1875rem;top:30.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PZ54oN4EM89qMF5BbRd2uWkuqhrgJE { display:block; }
 }@media only screen and (max-width: 763px) { #THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD { width:47rem;height:32.4375rem;top:8.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz2aNTpH8r1q92RpebR5yg2QmW4JaAWD { width:12.5rem;height:12.5rem;top:28.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 { display:none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV { display:none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { width:20.375rem;height:12.6875rem;top:0rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { width:18.25rem;height:1.75rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T { width:18.25rem;height:;top:2.5625rem;left:4.625rem;font-size:1.375rem;display:block; }#PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh { width:18.25rem;height:;top:2.5625rem;left:22.8125rem;font-size:1.375rem;display:block; }#e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 { width:18.25rem;height:;top:2.5625rem;left:29.5rem;font-size:1.375rem;display:block; }#yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25f4bd6c692201a9a740d8fc07206cac94a38d65.svg); }
 }@media only screen and (max-width: 763px) { #anRwBnbGLMvkaIU8hxV0fWra3TE2LfeU { width:14.5625rem;height:3.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb306TUTi3sdeSCS6q0WNIB3enoPVRuI { width:14.375rem;height:3.875rem;top:6.25rem;left:4.6247844696045rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnJMTC8ry0m0uP1smFTL7ITByE0STFs { width:15.4375rem;height:2.5625rem;top:6.25rem;left:22.874567031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpBP23hFK8BmUEaXVWHTXITPpn1soQ4 { width:16.25rem;height:3.875rem;top:6.25rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd { display:block; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7 { width:11rem;height:12rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbnXDEl7bqB57aN8OxqrD6n36caaoo9z { width:12.5625rem;height:12rem;top:4.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydg6ILvoDu09UfMmbefIAErCpIWrK98V { width:12.1875rem;height:12rem;top:4.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUTNCXFgeR8vN7Jeu70MGlHdL4Tsmhm { width:12.1875rem;height:12rem;top:4.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZ1w21On0J45h1ZmsGcSNGZRorRoOr3 { width:10.1875rem;height:1.5rem;top:5.5625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7xCKoOvuOZqRGe4kQ0gp8tkfw3Q104 { width:11rem;height:6.4375rem;top:8.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF { width:11rem;height:12rem;top:4.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWmNnawg4QnvGtEVdx7k0zS0HDdovNHN { width:12.5625rem;height:12rem;top:4.1875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipI200tzLn4XywsJSR78XThurQ9fhKg { width:12.1875rem;height:12rem;top:4.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ckUgMZiifIzUgTyaslpAK0qZSCRdpD { width:12.1875rem;height:12rem;top:4.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8wc2Zz5ASU5wTDbSG6uqTzToNGGk34 { width:11rem;height:6.4375rem;top:8.25rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCX0VyDI8BvqlhsdcBitNkeTtWfSTkCS { width:10.1875rem;height:1.5rem;top:5.5625rem;left:21.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76rTE26nvCebs9UhzlZSHEiLi4EAtCH { width:11rem;height:12rem;top:4.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMk2wJgyT0vrMC5LmslBBdgneQSxGKA3 { width:12.5625rem;height:12rem;top:4.1875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRkODV95Db6GeTbh5qHcT32WEL4rKPif { width:12.1875rem;height:12rem;top:4.1875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDUIHwUGLXe35cGrLtefyCZCTSpV1Pc6 { width:12.1875rem;height:12rem;top:4.1875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLHBL7bSpIXcS2VGZnGU4U9MIBeVloS { width:11rem;height:6.4375rem;top:8.25rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fPPqhZV19J1FgCMl3P0xzBeNIqPEts { width:10.1875rem;height:1.5rem;top:5.5625rem;left:37.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtW31JA2wxnWMmcE894T2whzmMJ6auAE { width:42.625rem;height:7.3125rem;top:5.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twP6A4G8A6rw28wIERzL7JiTmQk68iQS { display:none; }#twP6A4G8A6rw28wIERzL7JiTmQk68iQS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T80S6rTibL8n6Fe7LoMF9uEwcSOkGq7f { width:32.8125rem;height:3.125rem;top:6rem;left:7.46875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { display:none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exF3lBDGXr2f5MQldFEkyZzs9TTiyKsR { width:9.125rem;height:9.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHsBzdSNq1RFCV3NUGJZ4VV2ZO8f7kz { width:12.5rem;height:1.8125rem;top:12.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 { width:18.125rem;height:10.75rem;top:16.6875rem;left:0rem;font-size:1.0625rem;display:block; }#JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #PwMq32P8R83IM9bN2QwB8PyrCycORkAb { width:22.875rem;height:21.75rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R23FGb0EoiPQfT5nHWV3LJnqVISrUAka { width:22.875rem;height:21.75rem;top:8.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT { width:18.125rem;height:10.75rem;top:16.6875rem;left:29.625rem;font-size:1.0625rem;display:block; }#V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #D1iwX1ZBznptoL0XcuDTco4sandh2pon { width:12.5rem;height:1.8125rem;top:12.75rem;left:35.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KblXU9mIDVJmAFfe9Mi8i6PQzcUZ4DON { width:9.125rem;height:9.125rem;top:3.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKbCcLwtbXa0Za26EECVNxbpbcFe4qTy { width:22.875rem;height:21.75rem;top:8.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDVmUwUUETnTtOqooae6gbWbo7E0imHV { width:18.125rem;height:10.75rem;top:16.6875rem;left:14rem;font-size:1.0625rem;display:block; }#EDVmUwUUETnTtOqooae6gbWbo7E0imHV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #CLgZxaQEvTQtZdLyEE5qgHkQ8idvfZxA { width:12.5rem;height:1.8125rem;top:12.75rem;left:14rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwDAut0egxiIMiUmkzp2m6B9Hi0zuaO { width:9.125rem;height:9.125rem;top:3.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HcpXhOobIG8tziiamQsumoH7KHSw3k { width:22.875rem;height:21.75rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvR8tcofgr80z1Q9Cz9aJl1RVETkHnS9 { width:22.875rem;height:21.75rem;top:39.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO { width:18.125rem;height:10.75rem;top:48.125rem;left:0rem;font-size:1.0625rem;display:block; }#qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V { width:18.125rem;height:10.75rem;top:48.125rem;left:14rem;font-size:1.0625rem;display:block; }#V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #a0OKQqsPMVsWEaZJxET6by9FxV19mdtL { width:12.5rem;height:1.8125rem;top:44.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9xeFHQtGbbQKc5Q0DWxaVhK089T7ge { width:12.5rem;height:1.8125rem;top:44.1875rem;left:14rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOkMwiyOuWWw1vVJrS7pJPsb7ic9OO5S { width:9.125rem;height:9.125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbPMDxK8Ax0z7d9Ff0e9G5ZIqu07tAwW { width:9.125rem;height:9.125rem;top:34.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2WI5fIfrzVSsK97P98NzeUxrCeepPc2 { width:16.25rem;height:7.8125rem;top:47.1875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtytNPkubzcSdp6NcfmpnloTgtPvuD2f { width:15.625rem;height:4.375rem;top:57.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOciPmh27tI0gwG4uPe0tkEuzL3aryR { display:block; }
 }@media only screen and (max-width: 763px) { #h5XZJsFxc97H2okMN074i5aTlgK61LJR { width:1.9375rem;height:1.9375rem;top:58.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgMbDsdm6L43GD8evhplDMi1VbGce1K { width:3.125rem;height:3.125rem;top:42.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT { display:block; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2nIwpzfuTI5LrTTpk8eyutsNt2wphU5 { width:20.3125rem;height:4.6875rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWRs0CkNOn64u81qNEBAVQk13fVURVc { width:21.25rem;height:1.875rem;top:8rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0WIZT46snQEXwwRwsnnhH1mAsWBdSIS { width:18.9375rem;height:6.25rem;top:11.0625rem;left:13.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmWBE7yZAMn2Q29POkhTMFzAomf11kHc { width:21.25rem;height:;top:8rem;left:13.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIGVCQA38DceS4xmlGPdaSnxHSTlkWBD { width:13.875rem;height:1.875rem;top:8rem;left:33.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yPXoW34vMQlGbElNekBIT0FSmus7dn { width:18.1875rem;height:6.25rem;top:11.0625rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26soLFTUfDQFzamEZLaL1ecwMhgG50Q { width:4.625rem;height:4.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V52v7vdhAwoPICwxaC6udFT7LgH0TpNI { width:4.625rem;height:4.625rem;top:2.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrHfKSTkfH3ESGF9IiyF94mdlIfrGua { width:4.625rem;height:4.625rem;top:2.4375rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWFn3l8mzg2wItD6Z78rxVv9IGsTHz5L { width:18.9375rem;height:4.6875rem;top:32.6875rem;left:13.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0GIFCgs1zGa8V2qgnNbMUDLUaQALZDQ { width:20.3125rem;height:4.6875rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyopCpWvcf5ndPgVrC9dsEZwHxwwwyFz { width:21.25rem;height:;top:27.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sePGVI9TO07OWTC59uCk8ZkSDBSC6e8L { width:18.1875rem;height:3.875rem;top:27.9375rem;left:13.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXkenJpmTU4zeH2sntonnBtg4Ak3aJm5 { width:4.625rem;height:4.625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBrRxUQ8f17HfMQlgaHVEFOXI3fNzgkO { width:5.1875rem;height:5.1875rem;top:22.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIKFlTCT9xkrKffx1wTiAfzTTc7I36g { width:15.625rem;height:4.375rem;top:32.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatuKJVsAZ1THAGevvT2ctdwa2PI1lSs { display:block; }
 }@media only screen and (max-width: 763px) { #DPuZc3vFH3lygr0Hr1LQcr1QxpJDioWn { width:1.9375rem;height:1.9375rem;top:34.125rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXt1S7RLJDgCmPz9i6NVAgTEIEDntkWG { width:15.8125rem;height:3.125rem;top:27.9375rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu { width:38.875rem;height:41rem;top:41.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy { display:block; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do1RyrIEDaCQKWSV0HZWMz3Re39TbQXM { width:35.3125rem;height:7.1875rem;top:5.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlqQNmnaMrq0yXTw39618TJhhnAeeWEL { width:35.0625rem;height:4.6875rem;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsl0kMURQkJXwifdrVMEEdgs7GDh3EvI { width:20.8125rem;height:4.375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtntITMM5sV2PWAOTZlHuaS3Qm4PbfTp { display:block; }
 }@media only screen and (max-width: 763px) { #aEdVFcJT5lhDqlhMZMRVquDHkc0FzmfG { width:1.9375rem;height:1.9375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIT4caULpwCBWan8dcyrOVBpP1AXliP0 { display:block; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFSBRZF3sKhlSSlUekl74OvRMRzipi1K { width:35.3125rem;height:2.4375rem;top:7.25rem;left:6.21875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs { width:12.5rem;height:2.25rem;top:14.375rem;left:0rem;font-size:1.75rem;display:block; }#u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #H2MiIT55znlkbaFE12nVw9hNV36dTJ3M { width:17.375rem;height:3.0625rem;top:17.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhTwbLIVxrQVqX2e95Xc22JdgGTmGLJM { width:15.625rem;height:4.375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1OrhqCg7L4i1Hq5VMuVSAvxWUrCyPuJ { display:block; }
 }@media only screen and (max-width: 763px) { #hu52F4dmGR8ufD2xyp50C2sBUPrSfJOu { width:1.9375rem;height:1.9375rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTTB5DcLvUSq7CIN2PuJV9QeIQEv2Av { width:24.1875rem;height:17.6875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0trvt0TUEpaofTVhvTTJ7QswAXoMEoP { width:24.1875rem;height:17.6875rem;top:12.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9BwnMl4RdLXosyIQdMCvlkW0XFCMC { width:15.625rem;height:4.375rem;top:23.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANgJS7XWOPfBuDaZHNssidkNEhbmtfHb { display:block; }
 }@media only screen and (max-width: 763px) { #CFbhVbpVuARcPUX2t4HNSbuzwUmHyKo6 { width:1.9375rem;height:1.9375rem;top:25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuUe3diisKDXcG81hCinSwbqWttNRgGz { width:16.0625rem;height:4.625rem;top:17.5625rem;left:14.312284469604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdiB19e653D0XXiEK9nu04lzqhueLtOT { width:12.5rem;height:;top:14.4375rem;left:14.125rem;font-size:1.75rem;display:block; }#SdiB19e653D0XXiEK9nu04lzqhueLtOT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #WxR5RlTGJk0zQPT6VcP6O09XqhZqgziJ { width:24.1875rem;height:17.6875rem;top:12.8125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmi8o3xESi8rf067T6tDkZNyDu6HlRFm { width:15.625rem;height:4.375rem;top:23.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R18sTTGAyECuKTrt0AXLGaGNWWyezJr0 { display:block; }
 }@media only screen and (max-width: 763px) { #ChbS1LxvzcFTvAxnsgINQiiZupqOX7i1 { width:1.9375rem;height:1.9375rem;top:25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnDBxwvr90HUJ1M2VqdUM7biKQq1we99 { width:17.1875rem;height:3.0625rem;top:17.5625rem;left:30.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q { width:12.5rem;height:;top:14.4375rem;left:35.25rem;font-size:1.75rem;display:block; }#e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { display:block; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { width:19.75rem;height:4.0625rem;top:4.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { width:2.5625rem;height:2.5625rem;top:25.875rem;left:20.436418533325rem;display:block; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { width:2.5625rem;height:2.5625rem;top:25.875rem;left:24.561853408814rem;display:block; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #qLh9FZKSZfFT823oQmQXx5ovaVT14N8T { width:15.625rem;height:4.375rem;top:18.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0RLS6ThEywK6ot9TyQ94wfmhckwKVD { display:block; }
 }@media only screen and (max-width: 763px) { #ZHSrPtC634CcFEpswJFgyttbQrirMwQe { width:1.9375rem;height:1.9375rem;top:19.5rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9uG1h5gMKGdLTTxcIZT3yt1eNA5TigS { width:38.8125rem;height:4.25rem;top:11rem;left:4.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { width:10.5rem;height:2rem;top:0.625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block; }
 }@media only screen and (max-width: 763px) { #ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { width:3.8125rem;height:3.8125rem;top:0rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block; }
 }@media only screen and (max-width: 763px) { #XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { width:2.125rem;height:2.125rem;top:0.8125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unTN0i4kqpT4s3blQQs27AyCb17QyZdA { width:13.8125rem;height:3rem;top:2.5625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { width:20rem;height:5.15625rem;top:8.123046875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { width:18.25rem;height:5.625rem;top:15.404296875rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { width:15.625rem;height:4.375rem;top:28.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block; }
 }@media only screen and (max-width: 763px) { #ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { display:flex;width:1.9375rem;height:1.9375rem;top:29.6875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { width:7.125rem;height:0;top:35rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae6653b5cc50468aaa39554e0f4dbcd1ee492b43.svg); }
 }@media only screen and (max-width: 763px) { #BvvLwz2NptPpyhnoxGVqv3nmWxNUGIls { width:5.125rem;height:2.1875rem;top:23.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrXsGGFZ492n1M4MzVGbfWWmmhbXlxz { display:block; }
 }@media only screen and (max-width: 763px) { #t52lqsnGuyzcavEEDVxVlxyIhiffxtgA { width:4.875rem;height:2.1875rem;top:23.173830032349rem;left:5.3114150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55ekU0LUMPrnrvPiwIvbQmNT2v3z96y { display:block; }
 }@media only screen and (max-width: 763px) { #D1veXC89V6UpEVJs9eEPa80ROQgProkf { width:4.6875rem;height:2.1875rem;top:23.173830032349rem;left:10.319011032581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ougnhiG5HTQo48W9wM3oTqpolLgJoRle { display:block; }
 }@media only screen and (max-width: 763px) { #w6Jm6igkhNWWDUNuywIyxGzmn2U9TOsK { width:4.4375rem;height:2.1875rem;top:23.173828125rem;left:15.250000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PZ54oN4EM89qMF5BbRd2uWkuqhrgJE { display:block; }
 }@media only screen and (max-width: 763px) { #THOo2HSnMLVNbC8zoxKNfdTRBgd3ZTMD { width:20rem;height:18.5rem;top:53.7998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pz2aNTpH8r1q92RpebR5yg2QmW4JaAWD { width:12.5rem;height:12.5rem;top:50.29980625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5627f1c0-7148-4392-ade5-e1767050c831/20250916.webp");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; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9.adaptive-delivery-prevent-bg, #Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9.lazyload, #Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9.lazyloading { background-image: none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container { background-color: transparent; background-image: none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container > .video-iframe-container { display: none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row > .video-iframe-container { display: none; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .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); }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container { border-width: 0; border-radius: 0; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ub5rzgTED5dKEGGskLg3mEJWOb3BwAU9 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV { display:block; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV { background-color: transparent; background-image: none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row .container > .video-iframe-container { display: none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row > .video-iframe-container { display: none; }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .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); }#IhfuxmCNUNdXR6GqlX2wicOTT1UI98CV > .row .container { width:20rem;background-color:transparent;background-image:none;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { background-color: transparent; background-image: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .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); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { border-width: 0; border-radius: 0; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .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; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { width:20rem;height:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;border-top:0.25rem dashed #004e2f;border-left:0.25rem dashed #004e2f;border-right:0.25rem dashed #004e2f;border-bottom:0.25rem dashed #004e2f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { width:19.5625rem;height:10.0625rem;top:25.5146484375rem;left:0.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { width:16.5625rem;height:1.58105625rem;top:1.5625rem;left:0.875rem;font-size:1.4375rem;line-height:1.1;display:block; }#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T { width:18.25rem;height:1.58105625rem;top:9.8125rem;left:0.875rem;font-size:1.4375rem;line-height:1.1;display:block; }#PlKpLrTHuiT7RLF0k2nHP4Cqdiievu3T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh { width:18.25rem;height:1.58105625rem;top:18.4970703125rem;left:0.875rem;font-size:1.4375rem;line-height:1.1;display:block; }#e4lTdCoES46biMLg9FSM3bfnx3Fu1Svh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d8ee284bd1ec6b5c23dc546ab4e9c5b.svg); }
 }@media only screen and (max-width: 763px) { #yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 { width:18.25rem;height:1.58105625rem;top:26.849609375rem;left:0.875rem;font-size:1.4375rem;line-height:1.1;display:block; }#yE4aKySLTzTZWfzuQixSyIHPiasVzAO6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_25f4bd6c692201a9a740d8fc07206cac94a38d65.svg); }
 }@media only screen and (max-width: 763px) { #anRwBnbGLMvkaIU8hxV0fWra3TE2LfeU { width:14.5625rem;height:3.8997375rem;top:3.9931640625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb306TUTi3sdeSCS6q0WNIB3enoPVRuI { width:14.4375rem;height:3.8997375rem;top:12.5791015625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnJMTC8ry0m0uP1smFTL7ITByE0STFs { width:15.5rem;height:2.599825rem;top:21.5400390625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpBP23hFK8BmUEaXVWHTXITPpn1soQ4 { width:16.1875rem;height:3.8997375rem;top:30.0146484375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd { display:block; }#Q9Blr2nlZSAlOdJyqgLfcV1prRteuyEd > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5h6JGb5oJPqziG3hCZ7nPyfVuwrBGo7 { width:9.125rem;height:12rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbnXDEl7bqB57aN8OxqrD6n36caaoo9z { width:12.5625rem;height:12rem;top:2.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydg6ILvoDu09UfMmbefIAErCpIWrK98V { width:12.1875rem;height:12rem;top:2.5625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUTNCXFgeR8vN7Jeu70MGlHdL4Tsmhm { width:12.1875rem;height:12rem;top:2.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZ1w21On0J45h1ZmsGcSNGZRorRoOr3 { width:10.1875rem;height:1.54296875rem;top:3.9375rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7xCKoOvuOZqRGe4kQ0gp8tkfw3Q104 { width:11rem;height:6.4995625rem;top:6.625rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsZJ0F4FHFTMknSA2uprEg80l4BCWrcF { width:8.3125rem;height:12rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWmNnawg4QnvGtEVdx7k0zS0HDdovNHN { width:12.5625rem;height:12rem;top:15.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UipI200tzLn4XywsJSR78XThurQ9fhKg { width:12.1875rem;height:12rem;top:15.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ckUgMZiifIzUgTyaslpAK0qZSCRdpD { width:12.1875rem;height:12rem;top:15.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8wc2Zz5ASU5wTDbSG6uqTzToNGGk34 { width:11rem;height:6.4995625rem;top:20rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCX0VyDI8BvqlhsdcBitNkeTtWfSTkCS { width:10.1875rem;height:1.54296875rem;top:17.3125rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76rTE26nvCebs9UhzlZSHEiLi4EAtCH { width:9.875rem;height:12rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMk2wJgyT0vrMC5LmslBBdgneQSxGKA3 { width:12.5625rem;height:12rem;top:29.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRkODV95Db6GeTbh5qHcT32WEL4rKPif { width:12.1875rem;height:12rem;top:29.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDUIHwUGLXe35cGrLtefyCZCTSpV1Pc6 { width:12.1875rem;height:12rem;top:29.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLHBL7bSpIXcS2VGZnGU4U9MIBeVloS { width:11rem;height:6.4995625rem;top:33.4375rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fPPqhZV19J1FgCMl3P0xzBeNIqPEts { width:10.1875rem;height:1.54296875rem;top:30.75rem;left:8.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtW31JA2wxnWMmcE894T2whzmMJ6auAE { width:19rem;height:8.3061875rem;top:5.03125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twP6A4G8A6rw28wIERzL7JiTmQk68iQS { display:none; }#twP6A4G8A6rw28wIERzL7JiTmQk68iQS > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T80S6rTibL8n6Fe7LoMF9uEwcSOkGq7f { width:20rem;height:2.79980625rem;top:4.162109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { display:none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { width:20rem;height:152rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exF3lBDGXr2f5MQldFEkyZzs9TTiyKsR { width:5.375rem;height:5.375rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHsBzdSNq1RFCV3NUGJZ4VV2ZO8f7kz { width:12.5rem;height:1.8681625rem;top:7.125rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 { width:18.125rem;height:10.8105625rem;top:11.0625rem;left:1.6875rem;font-size:1.0625rem;display:block; }#JsKK9d5u7SPRtnkSwbnfHz06xwpc0p11 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #PwMq32P8R83IM9bN2QwB8PyrCycORkAb { width:19.75rem;height:21.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R23FGb0EoiPQfT5nHWV3LJnqVISrUAka { width:19.75rem;height:21.75rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT { width:18.125rem;height:10.8105625rem;top:61.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }#V7EDdcgTZhwhzIyhCZD9Ee0Thulow7sT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #D1iwX1ZBznptoL0XcuDTco4sandh2pon { width:12.5rem;height:1.8681625rem;top:58rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KblXU9mIDVJmAFfe9Mi8i6PQzcUZ4DON { width:5.375rem;height:5.375rem;top:50.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKbCcLwtbXa0Za26EECVNxbpbcFe4qTy { width:19.75rem;height:21.75rem;top:27.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDVmUwUUETnTtOqooae6gbWbo7E0imHV { width:18.125rem;height:10.8105625rem;top:36.5rem;left:1.875rem;font-size:1.0625rem;display:block; }#EDVmUwUUETnTtOqooae6gbWbo7E0imHV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #CLgZxaQEvTQtZdLyEE5qgHkQ8idvfZxA { width:12.5rem;height:1.8681625rem;top:32.5625rem;left:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwDAut0egxiIMiUmkzp2m6B9Hi0zuaO { width:5.375rem;height:5.375rem;top:25.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5HcpXhOobIG8tziiamQsumoH7KHSw3k { width:19.75rem;height:21.75rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvR8tcofgr80z1Q9Cz9aJl1RVETkHnS9 { width:19.75rem;height:21.75rem;top:104.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO { width:18.125rem;height:10.8105625rem;top:87.375rem;left:1.6875rem;font-size:1.0625rem;display:block; }#qNccKyHWiZCW2NaHHrN0a0TXGg7MGaFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V { width:18.125rem;height:10.8105625rem;top:112.9375rem;left:1.6875rem;font-size:1.0625rem;display:block; }#V0TtSuyS6sKL9dInSoEo6vVf6kqPBv2V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc0a8da88b4a1ea061c188d865c56b26630e1298.svg); }
 }@media only screen and (max-width: 763px) { #a0OKQqsPMVsWEaZJxET6by9FxV19mdtL { width:12.5rem;height:1.8681625rem;top:83.4375rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9xeFHQtGbbQKc5Q0DWxaVhK089T7ge { width:12.5rem;height:1.8681625rem;top:109rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOkMwiyOuWWw1vVJrS7pJPsb7ic9OO5S { width:5.375rem;height:5.375rem;top:76.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbPMDxK8Ax0z7d9Ff0e9G5ZIqu07tAwW { width:5.375rem;height:5.375rem;top:101.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2WI5fIfrzVSsK97P98NzeUxrCeepPc2 { width:16.25rem;height:7.871125rem;top:134.0625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtytNPkubzcSdp6NcfmpnloTgtPvuD2f { width:15.625rem;height:4.375rem;top:143.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOciPmh27tI0gwG4uPe0tkEuzL3aryR { display:block; }
 }@media only screen and (max-width: 763px) { #h5XZJsFxc97H2okMN074i5aTlgK61LJR { display:flex;width:1.9375rem;height:1.9375rem;top:144.375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #TfgMbDsdm6L43GD8evhplDMi1VbGce1K { display:flex;width:3.125rem;height:3.125rem;top:129.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT { display:block; }#Tq77T5JouWygn7oJyaTTF8LyyT4IAXXT > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2nIwpzfuTI5LrTTpk8eyutsNt2wphU5 { width:14.1875rem;height:4.19921875rem;top:5.5869140625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWRs0CkNOn64u81qNEBAVQk13fVURVc { width:14.125rem;height:1.92480625rem;top:2.5625rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0WIZT46snQEXwwRwsnnhH1mAsWBdSIS { width:13.75rem;height:6.9986875rem;top:17.375rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmWBE7yZAMn2Q29POkhTMFzAomf11kHc { width:14.125rem;height:3.84765625rem;top:12.5rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIGVCQA38DceS4xmlGPdaSnxHSTlkWBD { width:13.875rem;height:1.92480625rem;top:27.3125rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yPXoW34vMQlGbElNekBIT0FSmus7dn { width:14rem;height:5.59895625rem;top:30.3623046875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26soLFTUfDQFzamEZLaL1ecwMhgG50Q { display:flex;width:4.625rem;height:4.625rem;top:2.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V52v7vdhAwoPICwxaC6udFT7LgH0TpNI { display:flex;width:4.625rem;height:4.625rem;top:12.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BbrHfKSTkfH3ESGF9IiyF94mdlIfrGua { display:flex;width:4.625rem;height:4.625rem;top:27.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tWFn3l8mzg2wItD6Z78rxVv9IGsTHz5L { width:13.875rem;height:5.59895625rem;top:56.7783203125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0GIFCgs1zGa8V2qgnNbMUDLUaQALZDQ { width:13.875rem;height:5.59895625rem;top:43.3408203125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyopCpWvcf5ndPgVrC9dsEZwHxwwwyFz { width:13.875rem;height:3.84765625rem;top:38.5908203125rem;left:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sePGVI9TO07OWTC59uCk8ZkSDBSC6e8L { width:13.9375rem;height:3.84765625rem;top:52.0908203125rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXkenJpmTU4zeH2sntonnBtg4Ak3aJm5 { display:flex;width:4.625rem;height:4.625rem;top:38.5908203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KBrRxUQ8f17HfMQlgaHVEFOXI3fNzgkO { width:4.6875rem;height:4.6875rem;top:52.0908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIKFlTCT9xkrKffx1wTiAfzTTc7I36g { width:15.625rem;height:4.375rem;top:71.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatuKJVsAZ1THAGevvT2ctdwa2PI1lSs { display:block; }
 }@media only screen and (max-width: 763px) { #DPuZc3vFH3lygr0Hr1LQcr1QxpJDioWn { display:flex;width:1.9375rem;height:1.9375rem;top:72.875rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #LXt1S7RLJDgCmPz9i6NVAgTEIEDntkWG { width:15.8125rem;height:3.14886875rem;top:66.7275390625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dssq14sbpyT3FVRTZTIBf4MAXvgGfOSu { width:20rem;height:41.0625rem;top:191.683625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy { display:block; }#h5cJcGT8Resk9q0pvPtAscVmQfFvVoBy > .row .container { width:20rem;height:45.499161376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do1RyrIEDaCQKWSV0HZWMz3Re39TbQXM { width:20rem;height:6.9010625rem;top:4.6875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dlqQNmnaMrq0yXTw39618TJhhnAeeWEL { width:20rem;height:7.8721875rem;top:13.55859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsl0kMURQkJXwifdrVMEEdgs7GDh3EvI { width:18.3125rem;height:4.375rem;top:23.875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtntITMM5sV2PWAOTZlHuaS3Qm4PbfTp { display:block; }
 }@media only screen and (max-width: 763px) { #aEdVFcJT5lhDqlhMZMRVquDHkc0FzmfG { display:flex;width:1.9375rem;height:1.9375rem;top:25.0625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a { top:31.0625rem;left:3.09375rem;width:13.8125rem;height:14.4375rem;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c43a9ef-6380-453b-8998-3458d5c7b17f/staminageral60168a36b3d11403.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a.adaptive-delivery-prevent-bg, #UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a.lazyload, #UEa4VV3Tpl9WWr64K3zEoRaEBq1lRw5a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gIT4caULpwCBWan8dcyrOVBpP1AXliP0 { display:block; }#gIT4caULpwCBWan8dcyrOVBpP1AXliP0 > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFSBRZF3sKhlSSlUekl74OvRMRzipi1K { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs { width:12.5rem;height:2.2744125rem;top:10.875rem;left:1.71875rem;font-size:1.75rem;display:block; }#u3BbcfD4n3KPZhLw4uohoWxeKWBlP3fs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #H2MiIT55znlkbaFE12nVw9hNV36dTJ3M { width:17.4375rem;height:3.0859375rem;top:14.0859375rem;left:1.90625rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JhTwbLIVxrQVqX2e95Xc22JdgGTmGLJM { width:15.625rem;height:4.375rem;top:20.2109375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1OrhqCg7L4i1Hq5VMuVSAvxWUrCyPuJ { display:block; }
 }@media only screen and (max-width: 763px) { #hu52F4dmGR8ufD2xyp50C2sBUPrSfJOu { display:flex;width:1.9375rem;height:1.9375rem;top:21.4609375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #nvTTB5DcLvUSq7CIN2PuJV9QeIQEv2Av { width:20rem;height:17.6875rem;top:9.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0trvt0TUEpaofTVhvTTJ7QswAXoMEoP { width:20rem;height:17.6875rem;top:28.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9BwnMl4RdLXosyIQdMCvlkW0XFCMC { width:15.625rem;height:4.375rem;top:39.1484375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANgJS7XWOPfBuDaZHNssidkNEhbmtfHb { display:block; }
 }@media only screen and (max-width: 763px) { #CFbhVbpVuARcPUX2t4HNSbuzwUmHyKo6 { display:flex;width:1.9375rem;height:1.9375rem;top:40.3984375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #BuUe3diisKDXcG81hCinSwbqWttNRgGz { width:16.125rem;height:4.62890625rem;top:33.0234375rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdiB19e653D0XXiEK9nu04lzqhueLtOT { width:12.5rem;height:2.2744125rem;top:29.8359375rem;left:1.6875rem;font-size:1.75rem;display:block; }#SdiB19e653D0XXiEK9nu04lzqhueLtOT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #WxR5RlTGJk0zQPT6VcP6O09XqhZqgziJ { width:20rem;height:17.6875rem;top:47.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmi8o3xESi8rf067T6tDkZNyDu6HlRFm { width:15.625rem;height:4.375rem;top:58.0859375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R18sTTGAyECuKTrt0AXLGaGNWWyezJr0 { display:block; }
 }@media only screen and (max-width: 763px) { #ChbS1LxvzcFTvAxnsgINQiiZupqOX7i1 { display:flex;width:1.9375rem;height:1.9375rem;top:59.3359375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #PnDBxwvr90HUJ1M2VqdUM7biKQq1we99 { width:17.1875rem;height:3.0859375rem;top:51.9609375rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q { width:12.5rem;height:2.2744125rem;top:48.7734375rem;left:1.6875rem;font-size:1.75rem;display:block; }#e0aCrTJ26DKnbwBmqSNlbOAAQHaNAt0Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f424c94c6a3c067eb78bfa6ab2ceb983de45ecf5.svg); }
 }@media only screen and (max-width: 763px) { #szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { display:block; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { width:13.3125rem;height:2.8125rem;top:3.4375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { display:flex;width:2.625rem;height:2.625rem;top:24.875rem;left:6.75rem; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { display:flex;width:2.625rem;height:2.625rem;top:24.875rem;left:10.625rem; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #qLh9FZKSZfFT823oQmQXx5ovaVT14N8T { width:15.625rem;height:4.375rem;top:15.810546875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0RLS6ThEywK6ot9TyQ94wfmhckwKVD { display:block; }
 }@media only screen and (max-width: 763px) { #ZHSrPtC634CcFEpswJFgyttbQrirMwQe { display:flex;width:1.9375rem;height:1.9375rem;top:17.029296875rem;left:3.34375rem; }
 }@media only screen and (max-width: 763px) { #G9uG1h5gMKGdLTTxcIZT3yt1eNA5TigS { width:20rem;height:4.53515625rem;top:8.724609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #ikekIDm5pgymEQeTcPyZUbWP0mWeXEEC > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { width:7.6875rem;height:1.5rem;top:0.5625rem;left:9.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block; }
 }@media only screen and (max-width: 763px) { #ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;color:#00c74b;display:block; }
 }@media only screen and (max-width: 763px) { #GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block; }
 }@media only screen and (max-width: 763px) { #XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { display:flex;width:1.6875rem;height:1.6875rem;top:0.4375rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block; }
 }