.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec6718, #2f0052);background-image: -moz-linear-gradient(180deg, #ec6718, #2f0052);background-image: -ms-linear-gradient(180deg, #ec6718, #2f0052);background-image: -o-linear-gradient(180deg, #ec6718, #2f0052);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6718', endColorstr='#2f0052' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6718', endColorstr='#2f0052' );";background-image: linear-gradient(180deg, #ec6718, #2f0052);background-size:auto !important;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:45.5rem;width:75rem;overflow:visible;position:relative;display:block; }#nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:15.75rem;left:0rem;height:5.3984375rem;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; }
#Iz50WeKlma0xupvHwJWU768t3ApMgt08 { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:22.625rem;left:0rem;height:5.625rem;display:block; }
#W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { background-color:#24d366;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.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36rem;left:0rem;display:block; }
#b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36.625rem;left:0.9375rem; }
#OWAHZ28oCHXOe2EFwQwKX2bcNZ2yeezw { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#tVcXiXh6q4fEhHm86f1woucNJrG6EVSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { box-sizing:content-box;height:36.5rem;width:44.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14b4d0df-49e8-4974-beca-02f6e08e8a24/Image_fx.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0234375rem;left:43.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 2.25rem 2.0625rem 2.1875rem rgba(10,17,40,0.17) ;display:block; }#DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.adaptive-delivery-prevent-bg, #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.lazyload, #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv.lazyloading { background-image: none; }
#zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:20.3125rem;top:1.6875rem;left:-2.0187007874016rem;overflow:hidden;display:block; }
#lGzy1SXwzcAG8n02oBq76ZhUJuCkMhJF { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30rem;left:21.0625rem;display:block; }
#AqgKwwe7fKfdnSqB6iF9LlT7oWpSqMMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8O3NG9t8WC17NKGu9qSfQR2DqTBTmHw { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30rem;left:27.9375rem;display:block; }
#MFTUPMfrac65hQB7Si8SH73JcuJtH0nD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6uPv8uRr50iCtEVJq2dfDdTiSDUnTST { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30rem;left:9.5625rem;display:block; }
#fCRsvmLzO39H8RrUAniWdzviqsNhT5rT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgZeKee7i5zMDeqMXzdLOlyOEB0uc1t7 { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30rem;left:14.8125rem;display:block; }
#KavEivAwQAtTCnKwdv3mHr6ZBsiMWgf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dyR7MwL1R3JZ0QdmUf7WA1H7fUXbCy0U { background-color:#ce4114;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30rem;left:35.625rem;display:block; }
#GXxQ2OIEXTf9uzn22U5RUcAhBmMtz7Wa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRozV1x8e9plEz2cr16XuQ2hRoIgJTlT { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:caveat;font-size:3.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.29296875rem;left:0rem;height:9.5859375rem;display:block; }
#Tpddu0ghtp6cERXnlGsLKr068AJnk5hQ { box-sizing:content-box;height:2.4375rem;width:33.3125rem;position:absolute;display:block;z-index:14999;background-color:#2f0052;background-image:none;top:12.720703125rem;left:-0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AzGcCpimiTH6QgZ8Bg931Nwe4Sd2zBXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.875rem;left:18.625rem; }
#ZpmPolSgHQmOr0LwiIU0eExnaGUuCemR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.875rem;left:19.625rem; }
#LCqWv4MxGg04WC3H0sWKAwrBMXF9cXIL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:35.875rem;left:20.625rem; }
#HcHN3lKGAQgkCrIBE1RBTGsuBhFN0lU8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:35.875rem;left:21.625rem; }
#JdT22iLWyboeC381IbERMoPh0R0ttq76 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.875rem;left:22.5625rem; }
#qAiF30Hq6nxR4m0NL3u0So6mWLM6ri8x { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:37.5rem;left:18.625rem;height:2.0996125rem;font-style:normal;display:block; }
#wkuNcugC263IwwN91GfyDTcg8cWwkrAz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.9375rem;left:28.875rem; }
#wkuNcugC263IwwN91GfyDTcg8cWwkrAz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.443359375rem;left:30.375rem;height:1.29980625rem;display:block; }#HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL { position:relative;display:none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL { border-width: 0; border-radius: 0; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .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; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;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; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f0052;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; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { background-color: transparent; background-image: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container > .video-iframe-container { display: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container { display: none; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .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); }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { border-width: 0; border-radius: 0; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:21.875rem;height:3.25rem;font-style:normal;display:block; }
#cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { 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:15002;opacity:1;top:3.4375rem;left:21.875rem; }
#HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:40.4375rem;height:3.25rem;font-style:normal;display:block; }
#LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { 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:15005;opacity:1;top:3.5rem;left:40.4375rem; }
#WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:61.1875rem;height:3.25rem;font-style:normal;display:block; }
#Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { 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:15008;opacity:1;top:3.4375rem;left:61.1875rem; }
#VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.24);background-image:none;top:2.3125rem;left:37.375rem;display:block; }
#dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.24);background-image:none;top:2.375rem;left:57.875rem;display:block; }
#pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { box-sizing:content-box;height:19.8125rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:#ec6718;background-image:none;top:1.90625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#XAFqo8UJRpiZKa6cpM3TsFxyoga2xySN { 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:15011;opacity:1;top:3.4375rem;left:1.875rem; }
#Pb6u3bF1l1xfdMc4CU0rrIiP19nUWaxn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:12.125rem;left:1.875rem;height:7.875rem;font-style:normal;display:block; }
#MeqBTceWSlDllIfEPcgaZgWmmpsqbEWn { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.125rem;left:21.875rem;height:6.5625rem;font-style:normal;display:block; }
#Gs0zTPL8EH2G5cVhgqRfG957TtaCWW51 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.125rem;left:40.4375rem;height:7.875rem;font-style:normal;display:block; }
#VrCSHnX4uzhbZMxJ5SUuEEPEcLOr77qw { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.125rem;left:61.125rem;height:6.5625rem;font-style:normal;display:block; }
#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e9d6;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; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { background-color: transparent; background-image: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { display: none; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .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); }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { border-width: 0; border-radius: 0; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { box-sizing:content-box;height:31.6875rem;width:39.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ece25544-f824-474d-9238-968647bff154/a46bda26ff.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.5625rem;left:-7.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.adaptive-delivery-prevent-bg, #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.lazyload, #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI.lazyloading { background-image: none; }
#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,151,178,0.12); }#Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { color:#2f0052;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:38rem;height:5.19921875rem;font-style:normal;display:block; }
#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { color:#2f0052;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:13.875rem;left:38rem;height:17.9375rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b34f602db4ff071770d0799dd3789ae0e5876bd.svg); }
#TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { background-color:#24d366;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.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.625rem;left:38rem;display:block; }
#vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pipt60GiphMpSg8JtIoL2qighygHtnfJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.1875rem;left:38.875rem; }
#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 { position:relative;display:none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 { border-width: 0; border-radius: 0; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .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; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .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; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(47,0,82,0.19);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; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { background-color: transparent; background-image: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container > .video-iframe-container { display: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container { display: none; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .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); }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { border-width: 0; border-radius: 0; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;position:relative;display:block; }#H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl { box-sizing:content-box;height:34.125rem;width:38.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e88680ea-d73c-4706-b224-1b12e1ab8838/655585adc0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.625rem;left:42.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl.adaptive-delivery-prevent-bg, #H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl.lazyload, #H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl.lazyloading { background-image: none; }
#XgAqP1mC1OD5lo4gU8AeLNRovzWJfCFv { color:#2f0052;display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#LaRTMT0G1S9FtVszkfmCXTIOTvzDCL8D { color:#2f0052;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:01.5;letter-spacing:0;top:13.5rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rEQe9gOMXTMKPkgstUAugPoMETcqSets { background-color:#24d366;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.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.375rem;left:0rem;display:block; }
#SfeJfReonfvaycrHHDrThgtPTkTcGCfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTdK3SOUJ80HTdFMV6rmXPLs1s76wPLO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:38rem;left:1rem; }
#zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R { color:#2f0052;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:01.5;letter-spacing:0;top:22.5625rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }#zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12bd14e89ee2451b4a8767d3af18cb04f77f6bc2.svg); }
#BxgA3TC8sJDvet2AoEJB1zMpKIDipk5f { color:#ec6718;display:block;width:12.25rem;position:absolute;font-family:caveat;font-size:5.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:48.9375rem;left:31.375rem;height:7.71875rem;display:block; }
#nZucBxcPCyocz2XiUOKs7RMGPSpNRwo6 { color:#2f0052;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:56.5625rem;left:31.375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZkbNF21FMltbTHeTIzMGzq4u2TxT8KV { color:#ec6718;display:block;width:13rem;position:absolute;font-family:caveat;font-size:5.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.9375rem;left:2.4375rem;height:7.71875rem;display:block; }
#nTcRALJKwbaz0BChQCMn3oGKUh8F9fLe { color:#2f0052;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:56.625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJUZVeR5mF2Cce4Z2Qy4iavU6n0fOL6U { color:#ec6718;display:block;width:13.5625rem;position:absolute;font-family:caveat;font-size:5.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:48.9375rem;left:58.03125rem;height:7.71875rem;display:block; }
#ScHhAzrfJSDRJIsId7awfbcTpSkATdVK { color:#2f0052;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:56.630859375rem;left:54.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f0052;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; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container { background-color: transparent; background-image: none; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container > .video-iframe-container { display: none; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row > .video-iframe-container { display: none; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .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); }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container { border-width: 0; border-radius: 0; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#JBVMLmWUcLiUfBSmV1lBiz16sasTrdg9 { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:13.5625rem;height:2.923825rem;display:block; }
#LrT691m7SKGPwC7Xthx4TNiLQ6DDAAAN { 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:15001;opacity:1;top:3.1875rem;left:8.5rem; }
#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec6718;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; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { background-color: transparent; background-image: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container > .video-iframe-container { display: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container { display: none; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .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); }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { border-width: 0; border-radius: 0; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:5.361325rem;font-style:normal;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18.75rem;height:;font-style:normal;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#cXwcddm8FQBbcJApZLMmK06opQmO2E2M { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.3115234375rem;left:36.75rem;height:5.361325rem;font-style:normal;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.3115234375rem;left:59.1875rem;height:5.361325rem;font-style:normal;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
#RfthGeZktELpIVfI3GG2m1W4QoH51LgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af388b9c-6682-40cd-80f0-f9370e372e41/743847a47a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL.adaptive-delivery-prevent-bg, #RfthGeZktELpIVfI3GG2m1W4QoH51LgL.lazyload, #RfthGeZktELpIVfI3GG2m1W4QoH51LgL.lazyloading { background-image: none; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container { background-color: transparent; background-image: none; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,61,0,0.66); }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container > .video-iframe-container { display: none; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,61,0,0.66); }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row > .video-iframe-container { display: none; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .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); }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container { border-width: 0; border-radius: 0; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#zau1S1RTq6LM18NCdAa9kik5yKlwofkb { color:#ffffff;display:block;width:32rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:8.285125rem;font-style:normal;display:block; }
#JilUDdUzubb0fww3O8QykibZ9tJOJ7EP { box-sizing:content-box;height:2.875rem;width:25.625rem;position:absolute;display:block;z-index:14999;background-color:#2f0052;background-image:none;top:8.3916015625rem;left:-0.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wryNn5Kd2sttiFsqToTvKbl6ZPMTEFui { background-color:#24d366;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.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.1875rem;left:0rem;display:block; }
#IvLLWdJNnOpQqD7bcLI5JiKm2rVEolnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvhxJuDBhCHsVBI22eZACmxBRCh7TWWZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.8125rem;left:1rem; }
#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC.adaptive-delivery-prevent-bg, #HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC.lazyload, #HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC.lazyloading { background-image: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { background-color: transparent; background-image: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container > .video-iframe-container { display: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row > .video-iframe-container { display: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .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); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { border-width: 0; border-radius: 0; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#vmua9xbTAaHXTxssL5mm9cPRwq2lPH99 { color:#2f0052;display:block;width:54.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:10.03125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg { 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; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container { background-color: transparent; background-image: none; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container > .video-iframe-container { display: none; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row > .video-iframe-container { display: none; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .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); }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container { border-width: 0; border-radius: 0; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#ISXUJO8tirDbiWnsqJXlzPW4DS0xmChl { 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:18.0625rem;width:24.75rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#AXQTpcdKXLS7QKhmsNmkB8uGxBH8usHg { 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:15.625rem;width:24.5rem;top:0.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#Ew72KKI3VUXNrrFATofrtFdEZzkQ0kql { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:24.6875rem;top:0rem;left:50.178618421052rem;overflow:hidden;display:block; }
#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b { 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; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container { background-color: transparent; background-image: none; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container > .video-iframe-container { display: none; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row > .video-iframe-container { display: none; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .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); }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container { border-width: 0; border-radius: 0; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#TuxOmugesxNXorei4Z4TP7qhLrT2yMwg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:24.75rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#ZFBUcGTeOAaNGfsRNE70FbnRoTtHrTaf { 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:11.5rem;width:24.5rem;top:0.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#v4qQtL3eAB4xgGMLwXlytnGRuCvzk3hu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e9d6;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; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container { background-color: transparent; background-image: none; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container > .video-iframe-container { display: none; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row > .video-iframe-container { display: none; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .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); }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container { border-width: 0; border-radius: 0; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#TTeazrsONAM0SS9ivkRzVT40VoDUW93R { 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:7.0625rem;width:16.25rem;top:5.25rem;left:-1.5839460784314rem;overflow:hidden;display:block; }
#lqOqBRWOIptP5Psfo2nr4Zd8oc5xOqUs { color:#2f0052;display:block;width:28.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:13.11328125rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#orMH9pRfHWriT7m2Te21BNkFrWrnaUCa { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:#0e384c;background-image:none;top:6.03125rem;left:31rem;display:block; }
#V4MAIIN9xyiVpMQ0ApZ74I06XipGW3ka { color:#2f0052;display:block;width:25.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:5.55078125rem;left:35.5625rem;height:6.82325rem;font-style:normal;display:block; }
#KJUgkpmgmiWXviHS2adeLD0T4QsFezKC { 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:15020;opacity:1;top:5.25rem;left:71.875rem; }
#KJUgkpmgmiWXviHS2adeLD0T4QsFezKC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#WAlotrtQQcZ6diRPhCEDw3LPVZ0t94Kq { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:#0e384c;background-image:none;top:6rem;left:66.0625rem;display:block; }
#UTIZZPFOVAIVcOA41yB4PToifHnq4pJG { background-color:#24d366;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.5rem solid #24d366;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.125rem;left:35.5625rem;display:block; }
#Ss3I3GK2D6i8EG6u4PmNTIp1xhhmEGQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTkl77nT3lkCiTTMFzqxsQKMxnTKArqE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.75rem;left:36.5rem; }
#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; } #JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container { background-color: transparent; background-image: none; }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container > .video-iframe-container { display: none; }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row > .video-iframe-container { display: none; }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .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); }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container { border-width: 0; border-radius: 0; }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { background-color: transparent; background-image: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row > .video-iframe-container { display: none; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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); }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { border-width: 0; border-radius: 0; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .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; }#oskFL9qp24TlbT0TBLPbFkw61AVcngsd { background-color:#bcdfa9;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:#002031;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:63.75rem;display:block; }
#nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#racAECJSZuXOxiUUPmWNyugeisTTsTCb { box-sizing:content-box;color:#bcdfa9;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; }
#ywzfpzZqE833o3UEAfBAQLzPloRapE3K { 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; }
#TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { 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:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { 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) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:33.25rem;height:5.375rem;top:15.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:38.375rem;height:5.625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:16.8125rem;height:3.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { width:2.1875rem;height:2.1875rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWAHZ28oCHXOe2EFwQwKX2bcNZ2yeezw { width:8.9375rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVcXiXh6q4fEhHm86f1woucNJrG6EVSB { display:block; }
 }@media only screen and (max-width: 763px) { #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { width:44.6875rem;height:36.5rem;top:5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:20.3125rem;height:8.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzy1SXwzcAG8n02oBq76ZhUJuCkMhJF { width:6.25rem;height:2.4375rem;top:30rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqgKwwe7fKfdnSqB6iF9LlT7oWpSqMMt { display:block; }
 }@media only screen and (max-width: 763px) { #g8O3NG9t8WC17NKGu9qSfQR2DqTBTmHw { width:7.125rem;height:2.4375rem;top:30rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTUPMfrac65hQB7Si8SH73JcuJtH0nD { display:block; }
 }@media only screen and (max-width: 763px) { #y6uPv8uRr50iCtEVJq2dfDdTiSDUnTST { width:4.6875rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCRsvmLzO39H8RrUAniWdzviqsNhT5rT { display:block; }
 }@media only screen and (max-width: 763px) { #GgZeKee7i5zMDeqMXzdLOlyOEB0uc1t7 { width:5.625rem;height:2.4375rem;top:30rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KavEivAwQAtTCnKwdv3mHr6ZBsiMWgf2 { display:block; }
 }@media only screen and (max-width: 763px) { #dyR7MwL1R3JZ0QdmUf7WA1H7fUXbCy0U { width:2.6875rem;height:2.4375rem;top:30rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXxQ2OIEXTf9uzn22U5RUcAhBmMtz7Wa { display:block; }
 }@media only screen and (max-width: 763px) { #rRozV1x8e9plEz2cr16XuQ2hRoIgJTlT { width:33.125rem;height:4.8125rem;top:11.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpddu0ghtp6cERXnlGsLKr068AJnk5hQ { width:33.3125rem;height:2.4375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGcCpimiTH6QgZ8Bg931Nwe4Sd2zBXZ { width:1rem;height:1rem;top:35.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpmPolSgHQmOr0LwiIU0eExnaGUuCemR { width:1rem;height:1rem;top:35.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCqWv4MxGg04WC3H0sWKAwrBMXF9cXIL { width:1rem;height:1rem;top:35.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcHN3lKGAQgkCrIBE1RBTGsuBhFN0lU8 { width:1rem;height:1rem;top:35.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdT22iLWyboeC381IbERMoPh0R0ttq76 { width:1rem;height:1rem;top:35.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiF30Hq6nxR4m0NL3u0So6mWLM6ri8x { width:10.3125rem;height:2.0625rem;top:37.5rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkuNcugC263IwwN91GfyDTcg8cWwkrAz { width:1.5625rem;height:1.5625rem;top:37.9375rem;left:15.25rem;display:block; }
#wkuNcugC263IwwN91GfyDTcg8cWwkrAz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 { width:8.0625rem;height:1.25rem;top:5.4375rem;left:16.75rem;font-size:0.875rem;display:block; }#HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL { display:none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { display:block; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:12.25rem;height:3.25rem;top:7.8125rem;left:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { width:3.125rem;height:3.125rem;top:3.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { width:14.6875rem;height:3.25rem;top:7.875rem;left:26.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { width:3.125rem;height:3.125rem;top:3.5rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { width:13.625rem;height:3.25rem;top:7.8125rem;left:34.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { width:3.125rem;height:3.125rem;top:3.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { width:0.0625rem;height:18.75rem;top:2.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { width:0.0625rem;height:18.75rem;top:2.375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { width:18.1875rem;height:19.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { width:12.375rem;height:3.25rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFqo8UJRpiZKa6cpM3TsFxyoga2xySN { width:3.125rem;height:3.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6u3bF1l1xfdMc4CU0rrIiP19nUWaxn { width:14.875rem;height:7.875rem;top:12.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqBTceWSlDllIfEPcgaZgWmmpsqbEWn { width:14.3125rem;height:6.5625rem;top:12.125rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0zTPL8EH2G5cVhgqRfG957TtaCWW51 { width:14.3125rem;height:7.875rem;top:12.125rem;left:26.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrCSHnX4uzhbZMxJ5SUuEEPEcLOr77qw { width:13.875rem;height:6.5625rem;top:12.125rem;left:33.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { width:39.8125rem;height:31.6875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:24.9375rem;height:5.1875rem;top:6.5625rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:37rem;height:17.9375rem;top:13.875rem;left:10.75rem;font-size:1.25rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b34f602db4ff071770d0799dd3789ae0e5876bd.svg); }
 }@media only screen and (max-width: 763px) { #TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { width:17.0625rem;height:3.4375rem;top:34.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Pipt60GiphMpSg8JtIoL2qighygHtnfJ { width:2.1875rem;height:2.1875rem;top:35.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 { display:none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { display:block; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl { width:38.75rem;height:34.125rem;top:6.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgAqP1mC1OD5lo4gU8AeLNRovzWJfCFv { width:37.1875rem;height:5.1875rem;top:6.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRTMT0G1S9FtVszkfmCXTIOTvzDCL8D { width:36.875rem;height:7.5rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQe9gOMXTMKPkgstUAugPoMETcqSets { width:16.625rem;height:3.4375rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfeJfReonfvaycrHHDrThgtPTkTcGCfW { display:block; }
 }@media only screen and (max-width: 763px) { #yTdK3SOUJ80HTdFMV6rmXPLs1s76wPLO { width:2.1875rem;height:2.1875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R { width:35.8125rem;height:12.1875rem;top:22.5625rem;left:0rem;font-size:1.25rem;display:block; }#zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12bd14e89ee2451b4a8767d3af18cb04f77f6bc2.svg); }
 }@media only screen and (max-width: 763px) { #BxgA3TC8sJDvet2AoEJB1zMpKIDipk5f { width:12.25rem;height:7.6875rem;top:48.9375rem;left:17.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZucBxcPCyocz2XiUOKs7RMGPSpNRwo6 { width:11.8125rem;height:3.75rem;top:56.5625rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkbNF21FMltbTHeTIzMGzq4u2TxT8KV { width:13rem;height:7.6875rem;top:48.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcRALJKwbaz0BChQCMn3oGKUh8F9fLe { width:17.875rem;height:3.75rem;top:56.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUZVeR5mF2Cce4Z2Qy4iavU6n0fOL6U { width:13.5625rem;height:7.6875rem;top:48.9375rem;left:34.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScHhAzrfJSDRJIsId7awfbcTpSkATdVK { width:20.375rem;height:3.75rem;top:56.625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbL5BF6C5XIKxywmTHXIHNs10gtOleOe { display:block; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVMLmWUcLiUfBSmV1lBiz16sasTrdg9 { width:47.75rem;height:2.875rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrT691m7SKGPwC7Xthx4TNiLQ6DDAAAN { width:3.125rem;height:3.125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { display:block; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { width:14.8125rem;height:;top:5.3125rem;left:0rem;font-size:0.9375rem;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { width:14.8125rem;height:;top:5.3125rem;left:9.0625rem;font-size:0.9375rem;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #cXwcddm8FQBbcJApZLMmK06opQmO2E2M { width:16.6875rem;height:5.3125rem;top:5.25rem;left:7.1875rem;font-size:0.9375rem;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { width:15.8125rem;height:5.3125rem;top:5.25rem;left:31.9375rem;font-size:0.9375rem;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #RfthGeZktELpIVfI3GG2m1W4QoH51LgL { display:block; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zau1S1RTq6LM18NCdAa9kik5yKlwofkb { width:32rem;height:8.25rem;top:5.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JilUDdUzubb0fww3O8QykibZ9tJOJ7EP { width:25.625rem;height:2.875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryNn5Kd2sttiFsqToTvKbl6ZPMTEFui { width:19.625rem;height:3.4375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLLWdJNnOpQqD7bcLI5JiKm2rVEolnL { display:block; }
 }@media only screen and (max-width: 763px) { #XvhxJuDBhCHsVBI22eZACmxBRCh7TWWZ { width:2.1875rem;height:2.1875rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC { display:block; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmua9xbTAaHXTxssL5mm9cPRwq2lPH99 { width:47.75rem;height:7.3125rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg { display:block; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISXUJO8tirDbiWnsqJXlzPW4DS0xmChl { width:24.75rem;height:18.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQTpcdKXLS7QKhmsNmkB8uGxBH8usHg { width:24.5rem;height:15.625rem;top:0.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew72KKI3VUXNrrFATofrtFdEZzkQ0kql { width:24.6875rem;height:12.0625rem;top:0rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbgpZHVyGyxfhGeATzC17tArQoqq7e0b { display:block; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuxOmugesxNXorei4Z4TP7qhLrT2yMwg { width:24.75rem;height:13.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBUcGTeOAaNGfsRNE70FbnRoTtHrTaf { width:24.5rem;height:11.5rem;top:0.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4qQtL3eAB4xgGMLwXlytnGRuCvzk3hu { width:24.4375rem;height:11.75rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx { display:block; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTeazrsONAM0SS9ivkRzVT40VoDUW93R { width:16.25rem;height:7.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqOqBRWOIptP5Psfo2nr4Zd8oc5xOqUs { width:28.1875rem;height:4.75rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orMH9pRfHWriT7m2Te21BNkFrWrnaUCa { width:0.0625rem;height:12.4375rem;top:6rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MAIIN9xyiVpMQ0ApZ74I06XipGW3ka { width:25.5625rem;height:6.8125rem;top:5.5rem;left:21.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJUgkpmgmiWXviHS2adeLD0T4QsFezKC { width:3.125rem;height:3.125rem;top:5.25rem;left:44.625rem;display:block; }
#KJUgkpmgmiWXviHS2adeLD0T4QsFezKC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WAlotrtQQcZ6diRPhCEDw3LPVZ0t94Kq { width:0.0625rem;height:12.4375rem;top:6rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIZZPFOVAIVcOA41yB4PToifHnq4pJG { width:17.5625rem;height:3.4375rem;top:15.125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3I3GK2D6i8EG6u4PmNTIp1xhhmEGQe { display:block; }
 }@media only screen and (max-width: 763px) { #dTkl77nT3lkCiTTMFzqxsQKMxnTKArqE { width:2.1875rem;height:2.1875rem;top:15.75rem;left:22.875rem;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; } #JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:6.5625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { 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) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { 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:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBRgdcIuh5JZGPJawF0mmQ37y1T3zcEx { width:19.125rem;height:3.1484375rem;top:10.53125rem;left:0.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iz50WeKlma0xupvHwJWU768t3ApMgt08 { width:20rem;height:5.625rem;top:14.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8h0H4EDp19iCaWAc2Diy8yBkQe6IyNv { width:18.0625rem;height:3.4375rem;top:22.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b276wGuLOGeyLTLFvh2yRl1velqubm9h { display:block; }
 }@media only screen and (max-width: 763px) { #nemepbNbNNIvR3O7GicAwOhFRoBnfh8E { display:flex;width:2.1875rem;height:2.1875rem;top:23.0625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #OWAHZ28oCHXOe2EFwQwKX2bcNZ2yeezw { width:6.4375rem;height:1.9375rem;top:27.75rem;left:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVcXiXh6q4fEhHm86f1woucNJrG6EVSB { display:block; }
 }@media only screen and (max-width: 763px) { #DyDMdKZIzC0QFHK75VhzTBtFRiP1LDVv { width:20rem;height:28.1875rem;top:34.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBoGozS8bOQSD8RaCXUQIQKSPOa1AwLG { width:13.3125rem;height:5.8125rem;top:0.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzy1SXwzcAG8n02oBq76ZhUJuCkMhJF { width:4.875rem;height:1.9375rem;top:30.1875rem;left:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqgKwwe7fKfdnSqB6iF9LlT7oWpSqMMt { display:block; }
 }@media only screen and (max-width: 763px) { #g8O3NG9t8WC17NKGu9qSfQR2DqTBTmHw { width:5.5625rem;height:1.9375rem;top:30.1875rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFTUPMfrac65hQB7Si8SH73JcuJtH0nD { display:block; }
 }@media only screen and (max-width: 763px) { #y6uPv8uRr50iCtEVJq2dfDdTiSDUnTST { width:4.6875rem;height:1.9375rem;top:27.75rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCRsvmLzO39H8RrUAniWdzviqsNhT5rT { display:block; }
 }@media only screen and (max-width: 763px) { #GgZeKee7i5zMDeqMXzdLOlyOEB0uc1t7 { width:5.625rem;height:1.9375rem;top:27.75rem;left:13.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KavEivAwQAtTCnKwdv3mHr6ZBsiMWgf2 { display:block; }
 }@media only screen and (max-width: 763px) { #dyR7MwL1R3JZ0QdmUf7WA1H7fUXbCy0U { width:2.6875rem;height:1.9375rem;top:30.1875rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXxQ2OIEXTf9uzn22U5RUcAhBmMtz7Wa { display:block; }
 }@media only screen and (max-width: 763px) { #rRozV1x8e9plEz2cr16XuQ2hRoIgJTlT { width:20rem;height:2.84375rem;top:7.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpddu0ghtp6cERXnlGsLKr068AJnk5hQ { width:20rem;height:2.4375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGcCpimiTH6QgZ8Bg931Nwe4Sd2zBXZ { display:flex;width:1rem;height:1rem;top:34.125rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #ZpmPolSgHQmOr0LwiIU0eExnaGUuCemR { display:flex;width:1rem;height:1rem;top:34.125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #LCqWv4MxGg04WC3H0sWKAwrBMXF9cXIL { display:flex;width:1rem;height:1rem;top:34.125rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #HcHN3lKGAQgkCrIBE1RBTGsuBhFN0lU8 { display:flex;width:1rem;height:1rem;top:34.125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #JdT22iLWyboeC381IbERMoPh0R0ttq76 { display:flex;width:1rem;height:1rem;top:34.125rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #qAiF30Hq6nxR4m0NL3u0So6mWLM6ri8x { width:10.3125rem;height:2.0996125rem;top:36rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkuNcugC263IwwN91GfyDTcg8cWwkrAz { display:flex;width:1.5625rem;height:1.5625rem;top:39.13671875rem;left:9.21875rem; }
#wkuNcugC263IwwN91GfyDTcg8cWwkrAz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 { width:7.4375rem;height:1.13671875rem;top:42.01171875rem;left:6.28125rem;font-size:0.875rem;display:block; }#HQ9JaTZLcd3EWwEMgFSXMPpAPBT2A554 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14b4d0df-49e8-4974-beca-02f6e08e8a24/Image_fx.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; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL.adaptive-delivery-prevent-bg, #NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL.lazyload, #NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL.lazyloading { background-image: none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container { background-color: transparent; background-image: none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container > .video-iframe-container { display: none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row > .video-iframe-container { display: none; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .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); }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container { border-width: 0; border-radius: 0; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXRD3pTlDfIZR1KCbatetXzzsLbSBCuL > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv { display:block; }#I4r2xgO6JyL26iOtkSCLIEMH79EL4QNv > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wngbta6znTvn5F1EVyJH9WWxImlSBn3z { width:14.625rem;height:2.76171875rem;top:17.625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgRhHSwuKaXT1sq5irrBJAysNZJSSCdL { display:flex;width:3.125rem;height:3.125rem;top:17.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HOTQ5aBbgA36TS90QnyH4BNprXJT6s1p { width:15.25rem;height:2.76171875rem;top:30.9375rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZPV6KbKwSe5ddIpMpy6e2uEaNGHluU4 { display:flex;width:3.125rem;height:3.125rem;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WJwgqoJ8XanFvBs86dJRBVDd1BwMd2WT { width:15.625rem;height:2.76171875rem;top:45.4375rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv9vrgQ0239N2DxTp6vvBqkiVG4B4wc { display:flex;width:3.125rem;height:3.125rem;top:45.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeJWHbpPexATNBoTw0EmgeBNeGcuqyd9 { width:20rem;height:0.0625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dewnVNzTDIGT3eRkVVsD9wlWJR9tTtOf { width:20rem;height:0.0625rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRseDIB00SZlbGIRrIOsApfZG3T7tLM { width:20rem;height:12.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazTz1nkT8fNpgDamwbfmNurkDiiaVqm { width:15.0625rem;height:1.3808625rem;top:7.0625rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFqo8UJRpiZKa6cpM3TsFxyoga2xySN { display:flex;width:3.125rem;height:3.125rem;top:3.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Pb6u3bF1l1xfdMc4CU0rrIiP19nUWaxn { width:17.3125rem;height:4.546875rem;top:9rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqBTceWSlDllIfEPcgaZgWmmpsqbEWn { width:15.1875rem;height:4.546875rem;top:21.75rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0zTPL8EH2G5cVhgqRfG957TtaCWW51 { width:15.1875rem;height:5.68359375rem;top:34.8125rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrCSHnX4uzhbZMxJ5SUuEEPEcLOr77qw { width:15.3125rem;height:4.546875rem;top:49.75rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 { display:block; }#oa6Qpy9mETpeat1mK98Chcmc2swIMUW5 > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwfCUD0t6TZTI12TshRG9Odz5OZ0D8xI { width:20rem;height:11.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3oArelVeVzfvMlfMh0nqzls6Z4D4OU { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX { width:20rem;height:21.328125rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }#t49LG3pMLw1LcSJJnfwzRE8m3iIO8JBX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b34f602db4ff071770d0799dd3789ae0e5876bd.svg); }
 }@media only screen and (max-width: 763px) { #TxiKuN9lGfUGuycswsmxIIGqZKWmL2FE { width:17.1875rem;height:3.4375rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrWBOgnmZLupoIB9tlr8VnKrEcNCb3e6 { display:block; }
 }@media only screen and (max-width: 763px) { #Pipt60GiphMpSg8JtIoL2qighygHtnfJ { display:flex;width:2.1875rem;height:2.1875rem;top:47.5625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e88680ea-d73c-4706-b224-1b12e1ab8838/655585adc0.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; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2.adaptive-delivery-prevent-bg, #taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2.lazyload, #taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2.lazyloading { background-image: none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container { background-color: transparent; background-image: none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container > .video-iframe-container { display: none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row > .video-iframe-container { display: none; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .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); }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container { border-width: 0; border-radius: 0; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taZ6wDdK3kwB4IvAstxoq5VRAHpvVHp2 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbN8cLbmkTeqoK4XceCx5U2f3vnap98n { display:block; }#lbN8cLbmkTeqoK4XceCx5U2f3vnap98n > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H66kQyFNRmrb1VV2Ddb5fBaPQE8LrIMl { width:20rem;height:18.75rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgAqP1mC1OD5lo4gU8AeLNRovzWJfCFv { width:20rem;height:5.361325rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRTMT0G1S9FtVszkfmCXTIOTvzDCL8D { width:20rem;height:9.5625rem;top:10.6591796875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQe9gOMXTMKPkgstUAugPoMETcqSets { width:16.1875rem;height:3.4375rem;top:41.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfeJfReonfvaycrHHDrThgtPTkTcGCfW { display:block; }
 }@media only screen and (max-width: 763px) { #yTdK3SOUJ80HTdFMV6rmXPLs1s76wPLO { display:flex;width:2.1875rem;height:2.1875rem;top:42.3125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R { width:20rem;height:16.875rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }#zT4TQnRPXuSdlQ8o3zuRk6NzX7ZZOe9R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12bd14e89ee2451b4a8767d3af18cb04f77f6bc2.svg); }
 }@media only screen and (max-width: 763px) { #BxgA3TC8sJDvet2AoEJB1zMpKIDipk5f { width:5.6875rem;height:3.4121125rem;top:56.974609375rem;left:7.15625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZucBxcPCyocz2XiUOKs7RMGPSpNRwo6 { width:9.125rem;height:2.3984375rem;top:60.63671875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkbNF21FMltbTHeTIzMGzq4u2TxT8KV { width:5.625rem;height:3.4121125rem;top:48.5625rem;left:7.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcRALJKwbaz0BChQCMn3oGKUh8F9fLe { width:11.0625rem;height:2.3984375rem;top:51.875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUZVeR5mF2Cce4Z2Qy4iavU6n0fOL6U { width:6.1875rem;height:3.4121125rem;top:65.01171875rem;left:6.90625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScHhAzrfJSDRJIsId7awfbcTpSkATdVK { width:14.1875rem;height:2.3984375rem;top:69.048828125rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbL5BF6C5XIKxywmTHXIHNs10gtOleOe { display:block; }#PbL5BF6C5XIKxywmTHXIHNs10gtOleOe > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVMLmWUcLiUfBSmV1lBiz16sasTrdg9 { width:20rem;height:8.7715rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrT691m7SKGPwC7Xthx4TNiLQ6DDAAAN { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX { display:block; }#Q21TJUK4Mi66eu68kxqfQntMXxlx1dbX > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN { width:8.1875rem;height:3.65625rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }#vmTzQl2WAT4leBuKoT7IiEvwsEp4nBtN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v { width:8.75rem;height:3.65625rem;top:2.875rem;left:11.25rem;font-size:0.9375rem;display:block; }#JDdNZ6gHhxpM8H6f2s4qhvGNiTUbar0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #cXwcddm8FQBbcJApZLMmK06opQmO2E2M { width:10.4375rem;height:4.875rem;top:8.939453125rem;left:0rem;font-size:0.9375rem;display:block; }#cXwcddm8FQBbcJApZLMmK06opQmO2E2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 { width:7.8125rem;height:3.65625rem;top:8.939453125rem;left:12rem;font-size:0.9375rem;display:block; }#Ms6JZZNQPoVQkIW3FuZsp5AbaTk3TQT5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c8d2822bf3ff2748ec79609b534a53fd5484662.svg); }
 }@media only screen and (max-width: 763px) { #RfthGeZktELpIVfI3GG2m1W4QoH51LgL { display:block; }#RfthGeZktELpIVfI3GG2m1W4QoH51LgL > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zau1S1RTq6LM18NCdAa9kik5yKlwofkb { width:20rem;height:5.60449375rem;top:13.125rem;left:-0.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JilUDdUzubb0fww3O8QykibZ9tJOJ7EP { width:17.1875rem;height:2.125rem;top:14.875rem;left:-0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryNn5Kd2sttiFsqToTvKbl6ZPMTEFui { width:19.625rem;height:3.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvLLWdJNnOpQqD7bcLI5JiKm2rVEolnL { display:block; }
 }@media only screen and (max-width: 763px) { #XvhxJuDBhCHsVBI22eZACmxBRCh7TWWZ { display:flex;width:2.1875rem;height:2.1875rem;top:21.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { background-color: transparent; background-image: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container > .video-iframe-container { display: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row > .video-iframe-container { display: none; }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .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); }#HQfKXAkKnPyBgexBVtfNHVKVacQdkQuC > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmua9xbTAaHXTxssL5mm9cPRwq2lPH99 { width:17.9375rem;height:5.625rem;top:4.625rem;left:1.03125rem;font-size:1.5625rem;line-height:1.2;color:#2f0052;display:block; }
 }@media only screen and (max-width: 763px) { #Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg { display:block; }#Ut0kCP0r18iJWGtSVb34PeWu4kQdgSNg > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISXUJO8tirDbiWnsqJXlzPW4DS0xmChl { width:18.625rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXQTpcdKXLS7QKhmsNmkB8uGxBH8usHg { width:16.3125rem;height:10.4375rem;top:14.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew72KKI3VUXNrrFATofrtFdEZzkQ0kql { width:20rem;height:9.8125rem;top:26.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbgpZHVyGyxfhGeATzC17tArQoqq7e0b { display:block; }#WbgpZHVyGyxfhGeATzC17tArQoqq7e0b > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuxOmugesxNXorei4Z4TP7qhLrT2yMwg { width:20rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBUcGTeOAaNGfsRNE70FbnRoTtHrTaf { width:20rem;height:9.375rem;top:12.6728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4qQtL3eAB4xgGMLwXlytnGRuCvzk3hu { width:20rem;height:9.5625rem;top:24.2431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx { display:block; }#iH6gNIbue9vmFG4H7IinzJBWPFsPlTVx > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTeazrsONAM0SS9ivkRzVT40VoDUW93R { width:10.875rem;height:4.6875rem;top:2rem;left:-1.0165441176471rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqOqBRWOIptP5Psfo2nr4Zd8oc5xOqUs { width:19.125rem;height:6.375rem;top:7.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orMH9pRfHWriT7m2Te21BNkFrWrnaUCa { width:20rem;height:0.0625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MAIIN9xyiVpMQ0ApZ74I06XipGW3ka { width:20rem;height:2.76171875rem;top:17.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJUgkpmgmiWXviHS2adeLD0T4QsFezKC { display:flex;width:3.125rem;height:3.125rem;top:29.75rem;left:0rem; }
#KJUgkpmgmiWXviHS2adeLD0T4QsFezKC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WAlotrtQQcZ6diRPhCEDw3LPVZ0t94Kq { width:20rem;height:0.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIZZPFOVAIVcOA41yB4PToifHnq4pJG { width:19.125rem;height:3.4375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3I3GK2D6i8EG6u4PmNTIp1xhhmEGQe { display:block; }
 }@media only screen and (max-width: 763px) { #dTkl77nT3lkCiTTMFzqxsQKMxnTKArqE { display:flex;width:2.1875rem;height:2.1875rem;top:22.8125rem;left:1.25rem; }
 }@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; } #JmVkslarG3IWdv2ehqQxqrAF0uEh7klw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zm9WVEtdGzy5dQI6pKuIQTVgAHBEfSsT > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oskFL9qp24TlbT0TBLPbFkw61AVcngsd { width:4.8125rem;height:1.5rem;top:0.5625rem;left:11.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuNNaDm0yTTpryiiOoEW2R4QAaUcmb7 { display:block; }
 }@media only screen and (max-width: 763px) { #racAECJSZuXOxiUUPmWNyugeisTTsTCb { 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) { #ywzfpzZqE833o3UEAfBAQLzPloRapE3K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeWFtTM9Tzm2N2rtivce3wsVpDTW4au { display:block; }
 }@media only screen and (max-width: 763px) { #Ug8E4NoTIngOQsaK0cKPt6hQSVmT6dqE { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvDc04k53iu0TWvTUvggzRgfOc5TE2z { display:block; }
 }