.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:0px;left:0px;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); }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC { 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; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container { background-color: transparent; background-image: none; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container > .video-iframe-container { display: none; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row > .video-iframe-container { display: none; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .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); }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container { border-width: 0; border-radius: 0; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH { position:relative;display:block; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH { background-color: transparent; background-image: none; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row .container > .video-iframe-container { display: none; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row > .video-iframe-container { display: none; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .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); }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH { border-width: 0; border-radius: 0; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .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; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#008859;background-image:none;font-size:14px;font-family:arial;height:400px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc { box-sizing:content-box;height:400px;width:656px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc803711-e42e-4cdd-a025-8ef872825afc/headerlandingpageavantpremiere2alptis.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:0px;display:block; }#PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc.adaptive-delivery-prevent-bg, #PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc.lazyload, #PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc.lazyloading { background-image: none; }
#BwTGDgqzloc22IcZoBiibnSoGhZ6PB1b { background-color:#acca38;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:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:303px;left:714px;display:block; }
#T52mCuEkCUlfiizrH0U3zysVvfVlSzq8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BOVsaOKRHmdMm7l7mIKBe95loTkvtaR4 { color:#ffffff;display:block;width:440px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:84px;left:714px;height:52px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRE8IgX86AkUh9i9kg8dT5tlbvbHHWun { color:#ffffff;display:block;width:440px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:153.21875px;left:714px;height:124.75px;display:block; }
#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ { position:relative;display:block; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ { background-color: transparent; background-image: none; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row .container > .video-iframe-container { display: none; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row > .video-iframe-container { display: none; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .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); }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ { border-width: 0; border-radius: 0; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .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; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:772px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t1fl7DmVnnyLZrG1Q6RwWm4IJW77QXIL { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:643px;left:434px;display:block; }
#DUrUX2L7hMvzNHMvbzzSm1TnQCMeZmMZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GXHCpwZVgGxLDAPTpswLKgR6kfvS7lA7 { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:255px;left:50px;height:52px;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; }
#OLU97zuU1qOpNdcENu5S6zD1rCJ9qNx1 { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:156.5px;left:162px; }
#eIT5k9Bo7hTAOnxyIDpxP8w531hGym6z { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:255px;left:450px;height:52px;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; }
#kfpICzImoTZrisdqPG9IE9TSQaXOCqhs { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:156.5px;left:562px; }
#MGzhzRs78n6b46vBsyl0PAh6RlA7LbCh { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:324.8125px;left:850px;height:187.1719px;text-align:left;text-align-last:left;display:block; }
#Ok7GqMPxsqPhV13QaINUR2dhZthZnWoS { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:255px;left:850px;height:52px;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; }
#eUKoDklXs9TQttKyKpQhEwGB9EHwEep5 { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:156.5px;left:962px; }
#ynPGwI24yIbLcoxDh21MCraLZ0tSZtTK { color:#000000;display:block;width:1200px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cB8eUN94KSNait8tUMsfOxuWJKk5ycCm { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:324.8125px;left:50px;height:269.172px;display:block; }#cB8eUN94KSNait8tUMsfOxuWJKk5ycCm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cB8eUN94KSNait8tUMsfOxuWJKk5ycCm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
#sitU9v6gFQ81RM8BwJRDyTLTLaokcygT { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:379.8125px;left:450px;height:;display:block; }#sitU9v6gFQ81RM8BwJRDyTLTLaokcygT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#sitU9v6gFQ81RM8BwJRDyTLTLaokcygT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
#zTxdOxPCxxxTf6E0fTupA77GgqXhfWd5 { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:325px;left:450px;height:41.5938px;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; }
#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container { background-color: transparent; background-image: none; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container > .video-iframe-container { display: none; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row > .video-iframe-container { display: none; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .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); }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container { border-width: 0; border-radius: 0; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container { font-size:14px;font-family:arial;height:155px;width:1200px;position:relative;display:block; }#gppUivakrxSBWVCCVK5AMUmy8RTrIzS2 { color:#ffffff;display:block;width:558px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:48px;left:254px;height:31.1875px;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:left;text-align-last:left;display:block; }
#d1rHu48ADTGfBLTq6OD6ZexEEAtnqICA { color:#ffffff;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:79px;left:253px;height:28.7969px;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; }
#wKNtR9Ad6TfcKV7tzqUhKRzn1NFrmISE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #3c3c3b;border-left:1px solid #3c3c3b;border-right:1px solid #3c3c3b;border-bottom:1px solid #3c3c3b;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#3c3c3b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:67px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44px;left:833px;display:block; }
#yq8WcX0eEPgRsvlWGT50IG2cCNmzh5DD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#whOU1xrGEEUi73tUKHvEVl3SiqI10LSL { box-sizing:content-box;height:100px;width:5px;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:28px;left:231px;display:block; }
#EQJIsqTLEmcHfaoRcu8kbi8LRfEs6LTF { box-sizing:content-box;color:#5d92ff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:47.5px;left:148px; }
#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 { position:relative;display:block; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 { background-color: transparent; background-image: none; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row .container > .video-iframe-container { display: none; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row > .video-iframe-container { display: none; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .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); }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 { border-width: 0; border-radius: 0; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .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; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg { position:relative;display:block; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg { background-color: transparent; background-image: none; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row .container > .video-iframe-container { display: none; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row > .video-iframe-container { display: none; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .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); }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg { border-width: 0; border-radius: 0; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .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; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:465px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u8A8M7uT7OzA7CJ8ny1SgkNr3k82lTgm { color:#008859;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:59px;left:700px;height:26px;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:left;text-align-last:left;display:block; }
#VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz { color:#3c3c3b;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:95px;left:700px;height:130.188px;display:block; }#VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a44880237fb58a18b3afe03fb5c36848580da2c1.svg); }
#KwUKoTwTfZTxAUKwiAcaJFfxhFUPoDNf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #008859;border-left:1px solid #008859;border-right:1px solid #008859;border-bottom:1px solid #008859;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#008859;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:67px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:332.796875px;left:700px;display:block; }
#XnbLlN5K8KrkFSOrwAHxpsLbZuOXobGw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8 { box-sizing:content-box;height:464px;width:600px;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2bc747-e584-4ccb-b4c5-f663302e3a4d/adobestock_635871017.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:0px;display:block; }#Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8.adaptive-delivery-prevent-bg, #Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8.lazyload, #Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8.lazyloading { background-image: none; }
#a56HyBu6NcSTfTQnqlbX9aP9SIHOtlkd { color:#008859;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:256px;left:700px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H32tSpNuC9dO5wR2eifDGdb7WqWfub5f { color:#3c3c3b;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:292px;left:700px;height:28.7969px;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; }
#dDuSx5txDthTtE59E6ktcQcKZK84c4RM { position:relative;display:block; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM { background-color: transparent; background-image: none; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row .container > .video-iframe-container { display: none; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row > .video-iframe-container { display: none; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .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); }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM { border-width: 0; border-radius: 0; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .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; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container { background-color: transparent; background-image: none; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container > .video-iframe-container { display: none; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row > .video-iframe-container { display: none; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .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); }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container { border-width: 0; border-radius: 0; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container { font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J3GxThPliLr4lp1LTc4fbs34hMSGfqzC { display:block; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH { display:block; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc { top:0px;left:0px;width:656px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #BwTGDgqzloc22IcZoBiibnSoGhZ6PB1b { width:332px;height:47px;top:303px;left:387px;display:block; }
 }@media only screen and (max-width: 763px) { #T52mCuEkCUlfiizrH0U3zysVvfVlSzq8 { display:block; }
 }@media only screen and (max-width: 763px) { #BOVsaOKRHmdMm7l7mIKBe95loTkvtaR4 { top:84px;left:324px;width:440px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qRE8IgX86AkUh9i9kg8dT5tlbvbHHWun { top:153px;left:324px;width:440px;height:124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M64HveJgscfrZDV3ft6eazs8oRS6NMfQ { display:block; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1fl7DmVnnyLZrG1Q6RwWm4IJW77QXIL { width:332px;height:47px;top:643px;left:176px;display:block; }
 }@media only screen and (max-width: 763px) { #DUrUX2L7hMvzNHMvbzzSm1TnQCMeZmMZ { display:block; }
 }@media only screen and (max-width: 763px) { #GXHCpwZVgGxLDAPTpswLKgR6kfvS7lA7 { top:255px;left:0px;width:300px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OLU97zuU1qOpNdcENu5S6zD1rCJ9qNx1 { top:156px;left:89px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #eIT5k9Bo7hTAOnxyIDpxP8w531hGym6z { top:255px;left:208px;width:300px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kfpICzImoTZrisdqPG9IE9TSQaXOCqhs { top:156px;left:343px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #MGzhzRs78n6b46vBsyl0PAh6RlA7LbCh { top:324px;left:462px;width:300px;height:187px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ok7GqMPxsqPhV13QaINUR2dhZthZnWoS { top:255px;left:462px;width:300px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eUKoDklXs9TQttKyKpQhEwGB9EHwEep5 { top:156px;left:597px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #ynPGwI24yIbLcoxDh21MCraLZ0tSZtTK { top:70px;left:0px;width:764px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cB8eUN94KSNait8tUMsfOxuWJKk5ycCm { top:324px;left:0px;width:300px;height:269px;font-size:16px;display:block; }#cB8eUN94KSNait8tUMsfOxuWJKk5ycCm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
 }@media only screen and (max-width: 763px) { #sitU9v6gFQ81RM8BwJRDyTLTLaokcygT { top:379px;left:208px;width:300px;height:;font-size:16px;display:block; }#sitU9v6gFQ81RM8BwJRDyTLTLaokcygT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
 }@media only screen and (max-width: 763px) { #zTxdOxPCxxxTf6E0fTupA77GgqXhfWd5 { top:325px;left:208px;width:300px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 { display:block; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gppUivakrxSBWVCCVK5AMUmy8RTrIzS2 { top:48px;left:36px;width:558px;height:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d1rHu48ADTGfBLTq6OD6ZexEEAtnqICA { top:79px;left:35px;width:400px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wKNtR9Ad6TfcKV7tzqUhKRzn1NFrmISE { width:280px;height:67px;top:44px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #yq8WcX0eEPgRsvlWGT50IG2cCNmzh5DD { display:block; }
 }@media only screen and (max-width: 763px) { #whOU1xrGEEUi73tUKHvEVl3SiqI10LSL { top:28px;left:13px;width:5px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #EQJIsqTLEmcHfaoRcu8kbi8LRfEs6LTF { top:47px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 { display:block; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg { display:block; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8A8M7uT7OzA7CJ8ny1SgkNr3k82lTgm { top:59px;left:364px;width:400px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz { top:95px;left:364px;width:400px;height:130px;font-size:16px;display:block; }#VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a44880237fb58a18b3afe03fb5c36848580da2c1.svg); }
 }@media only screen and (max-width: 763px) { #KwUKoTwTfZTxAUKwiAcaJFfxhFUPoDNf { width:280px;height:67px;top:332px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #XnbLlN5K8KrkFSOrwAHxpsLbZuOXobGw { display:block; }
 }@media only screen and (max-width: 763px) { #Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8 { top:0px;left:0px;width:600px;height:464px;display:block; }
 }@media only screen and (max-width: 763px) { #a56HyBu6NcSTfTQnqlbX9aP9SIHOtlkd { top:256px;left:364px;width:400px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H32tSpNuC9dO5wR2eifDGdb7WqWfub5f { top:292px;left:364px;width:400px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dDuSx5txDthTtE59E6ktcQcKZK84c4RM { display:block; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 { display:block; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J3GxThPliLr4lp1LTc4fbs34hMSGfqzC { display:block; }#J3GxThPliLr4lp1LTc4fbs34hMSGfqzC > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH { display:block; }#wPX6bgkRTq6b7asOlKr9sPsP8Iz4LTlH > .row .container { width:320px;height:459px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlFikadrR061NCsR0n1ZrP3Rm0zRFbxc { width:320px;height:209px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BwTGDgqzloc22IcZoBiibnSoGhZ6PB1b { width:304px;height:47px;top:379.5px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #T52mCuEkCUlfiizrH0U3zysVvfVlSzq8 { display:block; }
 }@media only screen and (max-width: 763px) { #BOVsaOKRHmdMm7l7mIKBe95loTkvtaR4 { width:280px;height:36.3906px;top:226.5625px;left:20px;font-size:28px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qRE8IgX86AkUh9i9kg8dT5tlbvbHHWun { width:280px;height:93.5625px;top:262.9375px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M64HveJgscfrZDV3ft6eazs8oRS6NMfQ { display:block; }#M64HveJgscfrZDV3ft6eazs8oRS6NMfQ > .row .container { width:320px;height:1523px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1fl7DmVnnyLZrG1Q6RwWm4IJW77QXIL { width:304px;height:47px;top:1394.3125px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #DUrUX2L7hMvzNHMvbzzSm1TnQCMeZmMZ { display:block; }
 }@media only screen and (max-width: 763px) { #GXHCpwZVgGxLDAPTpswLKgR6kfvS7lA7 { width:260px;height:46.7812px;top:214.359375px;left:30px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLU97zuU1qOpNdcENu5S6zD1rCJ9qNx1 { display:flex;width:76px;height:76px;top:128.359375px;left:122px;font-size:53px; }
 }@media only screen and (max-width: 763px) { #eIT5k9Bo7hTAOnxyIDpxP8w531hGym6z { width:260px;height:52px;top:667px;left:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kfpICzImoTZrisdqPG9IE9TSQaXOCqhs { display:flex;width:76px;height:76px;top:580px;left:122px; }
 }@media only screen and (max-width: 763px) { #MGzhzRs78n6b46vBsyl0PAh6RlA7LbCh { width:260px;height:187.1719px;top:1141px;left:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ok7GqMPxsqPhV13QaINUR2dhZthZnWoS { width:260px;height:52px;top:1079px;left:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eUKoDklXs9TQttKyKpQhEwGB9EHwEep5 { display:flex;width:76px;height:76px;top:994px;left:122px; }
 }@media only screen and (max-width: 763px) { #ynPGwI24yIbLcoxDh21MCraLZ0tSZtTK { width:320px;height:52px;top:51px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cB8eUN94KSNait8tUMsfOxuWJKk5ycCm { width:260px;height:269.172px;top:271.109375px;left:30px;font-size:16px;display:block; }#cB8eUN94KSNait8tUMsfOxuWJKk5ycCm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
 }@media only screen and (max-width: 763px) { #sitU9v6gFQ81RM8BwJRDyTLTLaokcygT { width:260px;height:177.781px;top:775px;left:30px;font-size:16px;display:block; }#sitU9v6gFQ81RM8BwJRDyTLTLaokcygT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5192fe4a8b9fc0938e013be5bd4d85d1a1bd361c.svg); }
 }@media only screen and (max-width: 763px) { #zTxdOxPCxxxTf6E0fTupA77GgqXhfWd5 { width:260px;height:41.5938px;top:728px;left:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 { display:block; }#NepLxxkPZcxzBdgB54kOSoDGzHtvTLt8 > .row .container { width:320px;height:246px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gppUivakrxSBWVCCVK5AMUmy8RTrIzS2 { width:200px;height:58.5px;top:32.484375px;left:104px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d1rHu48ADTGfBLTq6OD6ZexEEAtnqICA { width:200px;height:20.7969px;top:112.59375px;left:60px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKNtR9Ad6TfcKV7tzqUhKRzn1NFrmISE { width:280px;height:70px;top:147.28125px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yq8WcX0eEPgRsvlWGT50IG2cCNmzh5DD { display:block; }
 }@media only screen and (max-width: 763px) { #whOU1xrGEEUi73tUKHvEVl3SiqI10LSL { width:5px;height:58px;top:33.359375px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #EQJIsqTLEmcHfaoRcu8kbi8LRfEs6LTF { display:flex;width:60px;height:60px;top:28.390625px;left:20px; }
 }@media only screen and (max-width: 763px) { #Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 { display:block; }#Sz1r2EWO0bsRhvu6wbcWsXFr5nfJQpP8 > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg { display:block; }#qWxGHvFasKZesvDbQJHZ1c6yfAqSEMtg > .row .container { width:320px;height:614px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8A8M7uT7OzA7CJ8ny1SgkNr3k82lTgm { width:280px;height:23.3906px;top:237px;left:20px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz { width:280px;height:130.188px;top:270.375px;left:20px;font-size:16px;display:block; }#VHDdmJhlMNBPFonEpAOuKRkkxcRMNpJz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a44880237fb58a18b3afe03fb5c36848580da2c1.svg); }
 }@media only screen and (max-width: 763px) { #KwUKoTwTfZTxAUKwiAcaJFfxhFUPoDNf { width:280px;height:70px;top:528.25px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XnbLlN5K8KrkFSOrwAHxpsLbZuOXobGw { display:block; }
 }@media only screen and (max-width: 763px) { #Ue2la6Am9uRzuk4gsSmwEDUPKa5EVSb8 { width:320px;height:217px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a56HyBu6NcSTfTQnqlbX9aP9SIHOtlkd { width:280px;height:23.3906px;top:443.28125px;left:20px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H32tSpNuC9dO5wR2eifDGdb7WqWfub5f { width:280px;height:41.5938px;top:476.65625px;left:20px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dDuSx5txDthTtE59E6ktcQcKZK84c4RM { display:block; }#dDuSx5txDthTtE59E6ktcQcKZK84c4RM > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 { display:block; }#gkJGOntMIoDDtMROmZn1pIKWXgGItPa4 > .row .container { width:320px;height:245px;position:relative;display:block; } }