.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -moz-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -ms-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -o-linear-gradient(180deg, #1aaf5d, #97d700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#97d700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#97d700' );";background-image: linear-gradient(180deg, #1aaf5d, #97d700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KyW1tdVhRhbTF0OgHPEf2QSAUaaC9nl8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:0.84375rem;left:23.34375rem;overflow:hidden;display:block; }
#yKbRvQHHGTPy8BfKS5dhC1WFVvr1l2XZ { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:30.09375rem;height:2.11230625rem;font-style:normal;display:block; }
#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { 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; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { background-color: transparent; background-image: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container > .video-iframe-container { display: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { display: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .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); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { border-width: 0; border-radius: 0; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#mSmMHWGILDg7XONKO5SmGiEPff0R6taM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:21.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:12.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BwIDKTIf2kOD9DMsFecQEmIF5htu7BxH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:13.875rem;top:0.46875rem;left:31.375rem;overflow:hidden;display:none; }
#OPdo6Co571uHVFDtXNyt3SlDrZRQco5o { color:#12256a;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:3.07421875rem;left:3.125rem;height:1.6rem;font-style:normal;display:block; }
#mDS0lUQoLBgP0kPZdvGcBCW2CP9g4gyw { color:#12256a;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.5303821563721rem;left:53rem;height:0;font-style:normal;display:none; }
#MqL9GleA0xDhAKzc4qVSG10SZo2sFEOy { color:#12256a;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:3.0720491409302rem;left:45.5625rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX { position:relative;display:block; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX { background-color: transparent; background-image: none; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row .container > .video-iframe-container { display: none; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row > .video-iframe-container { display: none; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .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); }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX { border-width: 0; border-radius: 0; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .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; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .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:97.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; }#P6Tz2btAuNurHgISz5Tyqub13ze4N2IO { position:absolute;display:block;z-index:15000;height:49.1875rem;width:51.5625rem;top:38.1875rem;left:0rem;display:block; }
#msAWznfphaXM68OiyTd0tR84RUiKFLT3 { color:#12256a;display:block;width:69.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.13671875rem;left:1.8125rem;height:5.798825rem;font-style:normal;display:block; }
#y8Pp72Q1vkFSH9RRApzSH0FyRX6TZA40 { color:#12256a;display:block;width:68rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4375rem;left:1.8125rem;height:3.69921875rem;font-style:normal;display:block; }
#o8kaGwwoOvbJxouHTBlTMTV0rNLMfbNX { color:#152d4e;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:29.1875rem;left:3.8125rem;height:2rem;font-style:normal;display:block; }
#a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT { color:#12256a;display:block;width:69.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.8125rem;left:1.8125rem;height:6.625rem;font-style:normal;display:block; }#a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14658d7cadbf9a9c1226fe26dcac886ffea29d3.svg); }
#sOz2eclTlTx43E3GLuxyB4ZKWZNiMGPx { color:#12256a;display:block;width:37.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:31.125rem;left:2rem;height:2.5rem;font-style:normal;display:block; }
#CokTdD7BteQOHa5yx01EVogbvsrVPHi6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.3125rem;left:1.8125rem; }
#fn8yTAsigdaNAbGEotC2pgagKkccdaes { box-sizing:content-box;height:6.5625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#152d4e;background-image:none;top:20.5625rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vol9As8XE5gmLBBHBDp3J5hJpT8ZZt9I { box-sizing:content-box;height:6.5625rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:#152d4e;background-image:none;top:20.5625rem;left:17.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CcTiGx908Fpo05wsGGAHStpmvMvTUwSH { box-sizing:content-box;height:6.5625rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#152d4e;background-image:none;top:20.5625rem;left:32.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iNDoAJ2IJo9rJOyMQaIXXb7KviTX1Bm8 { color:#97d700;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:22.875rem;left:1.8125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLkocmXqIzVXpnu7VypQgxfWzZTlJTTf { color:#97d700;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:22.9375rem;left:17.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0VG0csco4zUPHHxDRNqlC5AAUX6mmhP { color:#97d700;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:22.875rem;left:33rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvcOFvdE8ubUu1oou76Q3GN7WprKe8QM { color:#12256a;display:block;width:70rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:33.625rem;left:2.0625rem;height:2rem;font-style:normal;display:block; }
#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I { position:relative;display:none; }#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I { border-width: 0; border-radius: 0; }#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I > .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; }#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I > .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:22.4375rem;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; }#LfSaVDTKrnmH2fLJmbbxMbp5TWB8VBhX { color:#12256a;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:6.625rem;left:1.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yrPxrcKaiJGEdvTNVssTHnBI5vzzJfDr { 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:7.125rem;width:16.25rem;top:10.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#lrQL99fsOlsHkQtfA6dBDWCFt5iRdBGE { color:#12256a;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:18.125rem;left:1.4375rem;height:1.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyowVAFoe3h9iETvuxDZ1GeESXwv1hwr { position:absolute;display:block;z-index:15014;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:6.5625rem;width:28.875rem;top:6.625rem;left:18.375rem;overflow:hidden;display:block; }
#QwtXyHqPFzWwcgOM7h9DHQdCPeTQXMTZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:26.75rem;top:7.25rem;left:46.875rem;overflow:hidden;display:block; }
#HLcmmtB4F1i6inna5OVnVS5T3XoqVFCh { position:absolute;display:block;z-index:15015;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:6.125rem;width:27.625rem;top:13.625rem;left:18.375rem;overflow:hidden;display:block; }
#PLL6uzh61yKaDFvBlKZlOm7HbmLwGSgJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:25.375rem;top:13.8125rem;left:46.875rem;overflow:hidden;display:block; }
#x3xnTm0JIOfmtBlTi9egbJnKarSUWFNL { color:#12256a;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.25rem;left:1.4375rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -moz-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -ms-linear-gradient(180deg, #1aaf5d, #97d700);background-image: -o-linear-gradient(180deg, #1aaf5d, #97d700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#97d700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#97d700' );";background-image: linear-gradient(180deg, #1aaf5d, #97d700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { background-color: transparent; background-image: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container > .video-iframe-container { display: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container { display: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .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); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { border-width: 0; border-radius: 0; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#TB7Tv943RI2fraX29XhipUslOlDhlwP0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Pmdt2XO9zQBCC2vRvwm7M0e0taXJGECq { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.41796875rem;left:13.5625rem;height:1.7871125rem;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;text-align:center;text-align-last:center;display:none; }
#v6u4vU1SZpNrmT84Livrz4TmmvDp9Afr { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:1.375rem;left:2.6875rem;display:none; }
#oePDZSIsiZfAU1CPHUuXnGhnaKTIvB8R { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:0.8125rem;left:13.5625rem;height:3.9375rem;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;text-align:center;text-align-last:center;display:block; }
#GkadhcVt2UR23l6SXTq7JrBKF0GOt1fb { color:#ffffff;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5rem;left:19rem;height:1.94921875rem;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;text-align:center;text-align-last:center;display:block; }
#TTVTVUBhRvD4uGmShxbpR4Wfk67EsJUM { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:1.5rem;left:2.375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyW1tdVhRhbTF0OgHPEf2QSAUaaC9nl8 { width:6rem;height:6rem;top:0.8125rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbRvQHHGTPy8BfKS5dhC1WFVvr1l2XZ { width:18.5625rem;height:2.0625rem;top:2.75rem;left:16.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { display:block; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSmMHWGILDg7XONKO5SmGiEPff0R6taM { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { top:19rem;left:7.9375rem;width:33.875rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { top:7rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwIDKTIf2kOD9DMsFecQEmIF5htu7BxH { top:0.4375rem;left:17.75rem;width:13.875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPdo6Co571uHVFDtXNyt3SlDrZRQco5o { top:3.0625rem;left:0rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDS0lUQoLBgP0kPZdvGcBCW2CP9g4gyw { top:1.5rem;left:28.875rem;width:18.875rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqL9GleA0xDhAKzc4qVSG10SZo2sFEOy { top:3.0625rem;left:21.3125rem;width:26.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX { display:block; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6Tz2btAuNurHgISz5Tyqub13ze4N2IO { width:47.75rem;height:49.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msAWznfphaXM68OiyTd0tR84RUiKFLT3 { top:5.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Pp72Q1vkFSH9RRApzSH0FyRX6TZA40 { top:1.4375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8kaGwwoOvbJxouHTBlTMTV0rNLMfbNX { top:29.1875rem;left:0rem;width:12.4375rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT { top:11.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14658d7cadbf9a9c1226fe26dcac886ffea29d3.svg); }
 }@media only screen and (max-width: 763px) { #sOz2eclTlTx43E3GLuxyB4ZKWZNiMGPx { top:31.125rem;left:0rem;width:37.9375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CokTdD7BteQOHa5yx01EVogbvsrVPHi6 { width:1.8125rem;height:1.8125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn8yTAsigdaNAbGEotC2pgagKkccdaes { width:12.5rem;height:6.5625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vol9As8XE5gmLBBHBDp3J5hJpT8ZZt9I { width:12.5rem;height:6.5625rem;top:20.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTiGx908Fpo05wsGGAHStpmvMvTUwSH { width:12.5rem;height:6.5625rem;top:20.5625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNDoAJ2IJo9rJOyMQaIXXb7KviTX1Bm8 { top:22.875rem;left:0rem;width:12.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLkocmXqIzVXpnu7VypQgxfWzZTlJTTf { top:22.9375rem;left:3.8125rem;width:12.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0VG0csco4zUPHHxDRNqlC5AAUX6mmhP { top:22.875rem;left:19.375rem;width:12.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvcOFvdE8ubUu1oou76Q3GN7WprKe8QM { top:33.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I { display:none; }#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LfSaVDTKrnmH2fLJmbbxMbp5TWB8VBhX { top:6.625rem;left:0rem;width:14.5625rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrPxrcKaiJGEdvTNVssTHnBI5vzzJfDr { top:10.1875rem;left:0rem;width:16.25rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQL99fsOlsHkQtfA6dBDWCFt5iRdBGE { top:18.125rem;left:0rem;width:15.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyowVAFoe3h9iETvuxDZ1GeESXwv1hwr { top:6.625rem;left:4.75rem;width:28.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtXyHqPFzWwcgOM7h9DHQdCPeTQXMTZ { top:7.25rem;left:21rem;width:26.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcmmtB4F1i6inna5OVnVS5T3XoqVFCh { top:13.625rem;left:4.75rem;width:27.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLL6uzh61yKaDFvBlKZlOm7HbmLwGSgJ { top:13.8125rem;left:22.375rem;width:25.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3xnTm0JIOfmtBlTi9egbJnKarSUWFNL { top:1.25rem;left:0rem;width:30rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa { display:block; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB7Tv943RI2fraX29XhipUslOlDhlwP0 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pmdt2XO9zQBCC2vRvwm7M0e0taXJGECq { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6u4vU1SZpNrmT84Livrz4TmmvDp9Afr { width:14.625rem;height:7.75rem;top:1.375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oePDZSIsiZfAU1CPHUuXnGhnaKTIvB8R { top:0.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkadhcVt2UR23l6SXTq7JrBKF0GOt1fb { top:5.5rem;left:5.375rem;width:37rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVTVUBhRvD4uGmShxbpR4Wfk67EsJUM { width:15.3125rem;height:3.625rem;top:1.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pok0bXLLpBkoMubStmDbxL7wD9yRPgOq { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #KyW1tdVhRhbTF0OgHPEf2QSAUaaC9nl8 { width:6rem;height:6rem;top:0.5625rem;left:6.9999998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbRvQHHGTPy8BfKS5dhC1WFVvr1l2XZ { width:18.5625rem;height:2.11230625rem;top:7.8125rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { background-color: transparent; background-image: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container > .video-iframe-container { display: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { display: none; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .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); }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { border-width: 0; border-radius: 0; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC8xN5Ts3hZJ1sJDRGuXocWo07XMgCK9 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSmMHWGILDg7XONKO5SmGiEPff0R6taM { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #EBE4nvZCwFCnntCUqsKpghfuyKrKLWyX { width:20rem;height:0;top:0.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #gZC10BL4SFMwevdw7ftJmT5RXGuHuiNu { width:20rem;height:0;top:21.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ezbbIbswSm1uyX43R2hNygWSpF3c8vCK { width:20rem;height:0;top:15.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #BwIDKTIf2kOD9DMsFecQEmIF5htu7BxH { width:13.875rem;height:6.1875rem;top:4.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPdo6Co571uHVFDtXNyt3SlDrZRQco5o { width:18.875rem;height:1.6rem;top:1.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDS0lUQoLBgP0kPZdvGcBCW2CP9g4gyw { width:18.875rem;height:1.599825rem;top:11.8125rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqL9GleA0xDhAKzc4qVSG10SZo2sFEOy { width:20rem;height:3.2rem;top:4.34895625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX { display:block; }#cVRTEtVcaTEzk5mgoHa8PqhlOMudTxKX > .row .container { width:20rem;height:165.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6Tz2btAuNurHgISz5Tyqub13ze4N2IO { width:20rem;height:49.1875rem;top:92.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msAWznfphaXM68OiyTd0tR84RUiKFLT3 { width:20rem;height:5.3994125rem;top:19.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8Pp72Q1vkFSH9RRApzSH0FyRX6TZA40 { width:20rem;height:13.19925rem;top:4.5625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8kaGwwoOvbJxouHTBlTMTV0rNLMfbNX { width:12.4375rem;height:2.29980625rem;top:75.0625rem;left:3.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT { width:20rem;height:20.422875rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }#a5wD4bQtO99kAJXHl0PZrwplTdsuLVMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e14658d7cadbf9a9c1226fe26dcac886ffea29d3.svg); }
 }@media only screen and (max-width: 763px) { #sOz2eclTlTx43E3GLuxyB4ZKWZNiMGPx { width:20rem;height:5rem;top:77.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CokTdD7BteQOHa5yx01EVogbvsrVPHi6 { display:flex;width:1.8125rem;height:1.8125rem;top:67.6875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #fn8yTAsigdaNAbGEotC2pgagKkccdaes { width:12.5rem;height:6.5625rem;top:49.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vol9As8XE5gmLBBHBDp3J5hJpT8ZZt9I { width:12.5rem;height:6.5625rem;top:57.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTiGx908Fpo05wsGGAHStpmvMvTUwSH { width:12.5rem;height:6.5625rem;top:65.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNDoAJ2IJo9rJOyMQaIXXb7KviTX1Bm8 { width:12.4375rem;height:2rem;top:51.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLkocmXqIzVXpnu7VypQgxfWzZTlJTTf { width:12.4375rem;height:2rem;top:59.6875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0VG0csco4zUPHHxDRNqlC5AAUX6mmhP { width:12.4375rem;height:2rem;top:67.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvcOFvdE8ubUu1oou76Q3GN7WprKe8QM { width:20rem;height:6rem;top:83.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I { display:none; }#KXqTFTHKVmy4U9yHTrgUmgQZ1BJsTD1I > .row .container { width:20rem;height:46.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LfSaVDTKrnmH2fLJmbbxMbp5TWB8VBhX { width:14.5625rem;height:3rem;top:9.5859375rem;left:2.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrPxrcKaiJGEdvTNVssTHnBI5vzzJfDr { width:16.25rem;height:7.125rem;top:13.1484375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQL99fsOlsHkQtfA6dBDWCFt5iRdBGE { width:15.9375rem;height:1.5996125rem;top:21.0859375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyowVAFoe3h9iETvuxDZ1GeESXwv1hwr { width:20rem;height:4.5454545454546rem;top:23.93555rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtXyHqPFzWwcgOM7h9DHQdCPeTQXMTZ { width:20rem;height:4.392523364486rem;top:29.730475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcmmtB4F1i6inna5OVnVS5T3XoqVFCh { width:20rem;height:4.4343891402715rem;top:35.372075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLL6uzh61yKaDFvBlKZlOm7HbmLwGSgJ { width:20rem;height:4.679802955665rem;top:41.05566875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3xnTm0JIOfmtBlTi9egbJnKarSUWFNL { width:20rem;height:6.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -moz-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -ms-linear-gradient(180deg, #1aaf5d, #73c420);background-image: -o-linear-gradient(180deg, #1aaf5d, #73c420);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aaf5d', endColorstr='#73c420' );";background-image: linear-gradient(180deg, #1aaf5d, #73c420);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; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { background-color: transparent; background-image: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container > .video-iframe-container { display: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container { display: none; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .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); }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { border-width: 0; border-radius: 0; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5qUvmgmcPJ9wmaShrEBJ3R7tm0NyTUa > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB7Tv943RI2fraX29XhipUslOlDhlwP0 { top:38rem;left:0rem;width:20rem;height:5.5rem;z-index:15012;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Pmdt2XO9zQBCC2vRvwm7M0e0taXJGECq { width:20rem;height:0;top:4.875rem;left:1.28125rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #v6u4vU1SZpNrmT84Livrz4TmmvDp9Afr { top:6.3125rem;left:1.625rem;width:16.8125rem;height:2.4375rem;z-index:15013;text-align:center;text-align-last:center;color:#ffffff;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePDZSIsiZfAU1CPHUuXnGhnaKTIvB8R { width:20rem;height:auto;top:0.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GkadhcVt2UR23l6SXTq7JrBKF0GOt1fb { width:20rem;height:auto;top:5.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TTVTVUBhRvD4uGmShxbpR4Wfk67EsJUM { top:1.5625rem;left:2.375rem;width:15.3125rem;height:3.65625rem;z-index:15014;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;display:block; }
 }