.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); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { 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;z-index:auto;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { background-color: transparent; background-image: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .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); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { border-width: 0; border-radius: 0; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { z-index:15009;top:2.6875rem;left:16.04921913147rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { z-index:15010;top:2.6875rem;left:25.875rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdumUDuaThId2tPWycPOS7fmvN8y6WlH { z-index:15011;top:2.6875rem;left:8.78750038147rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { color:#228b22;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:0.6875rem;left:60.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKr4TEI4WxSUl0AsSRFxnULMmFRWMW4Q { z-index:15004;top:2.1875rem;left:60.5625rem;background-color:#cddc39;background-image:none;border-top:0.1875rem solid #228b22;border-left:0.0625rem solid #228b22;border-right:0.0625rem solid #228b22;border-bottom:0.1875rem solid #228b22;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#228b22;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#phaz1vmsywzFIHvICqz5rcT9W5F84vxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiFn2QW8olMTxl9sNcdeBJOQRUO2ATUh { position:absolute;display:block;z-index:15059;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:4rem;width:5.9375rem;top:1.65625rem;left:0.8125rem;overflow:hidden;display:block; }
#TrSizE1paS3Mn2EUcGrTNnBJlrVi7Mpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.0625rem;left:61.1875rem; }
#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7744250b-cd6b-4f98-9443-05b54dec0416/topbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.9); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .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); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { border-width: 0; border-radius: 0; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#mkvHHZQdaow2izufb4h0U0sOeekP0S6B { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:roboto;font-size:4.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.5751953125rem;left:0rem;height:9.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { color:#c3c3c3;display:block;width:41.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:18rem;left:0rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.65625rem;left:0rem;height:3.875rem;text-align:left;text-align-last:left;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
#G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { color:#cddc39;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7rem;left:50.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #333333 ;height:36.875rem;width:27.0625rem;top:6.125rem;left:47.9375rem;display:block; }
#nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:9.625rem;left:49.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { position:absolute;display:block;z-index:15057;height:29.375rem;width:22.875rem;top:12.5rem;left:50.125rem;display:block; }
#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.65625rem;left:17.3125rem;height:3.875rem;text-align:left;text-align-last:left;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
#V2e41hWiqDZEdH3G9UuASiFPxlyabarw { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.375rem;top:32.9375rem;left:22.375rem;overflow:hidden;display:block; }
#WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { position:absolute;display:block;z-index:15070;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.875rem;width:7.3125rem;top:33.1875rem;left:31.9375rem;overflow:hidden;display:block; }
#B9qkkUHHsSxdJZf5mKQQOTeoPpBOtTPu { z-index:15074;top:34.875rem;left:0rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wMZ4VhS4EA8lk7eerUycuSaRFVQpwdFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nON8Orc2iyK9CkJpeTasMkdvqKRDP1TA { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:34.875rem;left:0rem;overflow:hidden;display:block; }
#esim7pRwOFTgTWwOwgD2mgdi5KJZO5xu { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:36.25rem;left:5.5625rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ffFzGvycGgTb2uf7DoSoPZ8tK5SlUUMK { box-sizing:content-box;height:5.4375rem;width:26.4375rem;position:absolute;display:block;z-index:15002;background-color:#333333;background-image:none;top:6.4375rem;left:48.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;display:block; }
#B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.625rem;display:block; }#B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85498f5a709de3cbb128b6a751ae29d3f17b097e.svg); }
#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { position:relative;display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { background-color: transparent; background-image: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container > .video-iframe-container { display: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row > .video-iframe-container { display: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .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); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { border-width: 0; border-radius: 0; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .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; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .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:12.25rem;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; }#O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { position:absolute;display:block;z-index:15010;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:13.75rem;top:3.125rem;left:15.625rem;overflow:hidden;display:block; }
#qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { position:absolute;display:block;z-index:15011;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:11.375rem;top:3.1875rem;left:32.625rem;overflow:hidden;display:block; }
#uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { 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.3125rem;width:13.125rem;top:3rem;left:46.25rem;overflow:hidden;display:block; }
#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { position:relative;display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { background-color: transparent; background-image: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .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); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { border-width: 0; border-radius: 0; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .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; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .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:43.9375rem;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; }#CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { color:#666666;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0.5rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { color:#1e1e1e;display:block;width:35.9375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.625rem;left:0.5rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { color:#444444;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:21.125rem;left:3.6875rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
#kVbuC2KW5A6M1vbB6T44FvQa25MszeLK { z-index:15003;top:34.625rem;left:21.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #cddc39;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mpHR1BkawbnqyddkEbBKxTU13H0HTyUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S { color:#444444;display:block;width:11.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.125rem;left:15.1875rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
#DKT43RfD6SCsClWm2owt3W2rOrXZx6W9 { z-index:15077;top:34.625rem;left:0.5rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OHU6TdlbilXQIiTcp2u6IBs1yveFU7PJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUHi8wDJFhuN9T8MHVL4Q4W7Xee1Ch4C { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:34.625rem;left:0.5rem;overflow:hidden;display:block; }
#zHxubcD3e307xO1UeAq8mGbn2W4WctSx { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:36rem;left:6.0625rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hQnHeWZ1LdSm4AFPfKTPrWbsEFRHGTen { position:absolute;display:block;z-index:15078;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:25rem;width:31.375rem;top:9.46875rem;left:40.5625rem;overflow:hidden;display:block; }
#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43c2a6dd-46c4-4c83-8bef-d5d8741d8b69/formbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK.adaptive-delivery-prevent-bg, #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK.lazyload, #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK.lazyloading { background-image: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { background-color: transparent; background-image: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #666666; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container > .video-iframe-container { display: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #666666; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container { display: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .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); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { border-width: 0; border-radius: 0; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#aGPaTLfwhT4KsbMa646D2aVE4U8m0TAT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #333333 ;height:36.875rem;width:27.0625rem;top:3.4375rem;left:24rem;display:block; }
#w73FhRoWSfMnrt7bNwdqlcShEfqq51Z0 { box-sizing:content-box;height:5.75rem;width:27.0625rem;position:absolute;display:block;z-index:15007;background-color:#333333;background-image:none;top:3.4375rem;left:24rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;display:block; }
#e9qcnFyrBBFs8BbVZdKNkopTax0SPW4y { color:#cddc39;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:4.3125rem;left:26.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6PGSoE3NSKdkPcS2OiMGfczgTRTwVOn { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:6.9375rem;left:25.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bvpbDckJ3ZsoWXUg0iRtEUwd9lIklwp9 { position:absolute;display:block;z-index:15062;height:29.375rem;width:22.875rem;top:9.8125rem;left:26.1875rem;display:block; }
#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f9;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; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { background-color: transparent; background-image: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container > .video-iframe-container { display: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container { display: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .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); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { border-width: 0; border-radius: 0; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { color:#333333;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6875rem;left:4.625rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR { color:#444444;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.0625rem;left:4.625rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
#KJeVg5KidtV5vuHqdHwC5XnagWD3sJ1o { position:absolute;display:block;z-index:15009;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: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.42) ;height:31.75rem;width:32.5625rem;top:6.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#dFDZpDgUQ4Sit8Vulm3TMbJ0ZNPaFKvm { color:#228b22;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:6.75rem;left:4.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 { color:#444444;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.0625rem;left:19.1875rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
#WyTFayQX3vB7mzWR8QTIbRso9VCcS8ie { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:56.625rem;top:48.28125rem;left:0rem;overflow:hidden;display:block; }
#k34d3764a559a446684a7ed9ae101f93f7e9503d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f4c3;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; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .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); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { border-width: 0; border-radius: 0; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#Hb1ebd625cea35327c37a608f50ffebde1b30956 { color:#333333;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.150390625rem;left:50.9375rem;height:9.44825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MPmUCw4RzQQVROgz4bWwUgo6Znz4TwNq { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#qR0dvki19DTFGnIUtFJRuFe7ISWeZTJV { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:6.875rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fGs2GoztuEJdBrQQWNJ756qW0WmdcTxe { z-index:15080;top:0rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jlzd9W1wnG8Mr6ny80QCbbc9krBfc4o4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { position:relative;display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { background-color: transparent; background-image: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .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); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { border-width: 0; border-radius: 0; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .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; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .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:16.9375rem;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; }#Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { color:#444444;display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.80078125rem;left:15.78125rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.375rem;left:36.46875rem; }
#cyS0Mtly3CirHS7do0vuPRq7kHMk8Z0F { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.5rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#UP0rI51a2CmXCw4ZTUxdpQ16Hd0mlwC9 { position:absolute;display:block;z-index:15007;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:2.4375rem;width:7.5rem;top:10rem;left:67.5rem;overflow:hidden;display:block; }
#qngDy8LMv74Duv9qHqwOq0cpCpGbJWWF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.4375rem;left:27.875rem;overflow:hidden;display:block; }
#PAJeeCtMVhuX0TAZPORpgecuAETtGlcX { position:absolute;display:block;z-index:15009;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:2.0625rem;width:7.5625rem;top:10.1875rem;left:18.625rem;overflow:hidden;display:block; }
#XNZnWy98UKn4SzRCOrye4UrwTuxi3OWk { 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:2.125rem;width:7.5625rem;top:10.125rem;left:9.5rem;overflow:hidden;display:block; }
#DCdllGRpAZZnp1mrRuOmDxokld1iiHZP { 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:3.125rem;width:7.5rem;top:9.625rem;left:57rem;overflow:hidden;display:block; }
#ZPgeovcPUS80rkynST5EVqT7q5e6I9d5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:7.5625rem;top:9.25rem;left:46.5625rem;overflow:hidden;display:block; }
#F0gKGfGFTPDRyDOtxNpw17s7RvdF1mOq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.5625rem;top:9.375rem;left:36.75rem;overflow:hidden;display:block; }
#NSLVTh9VutAOd4FMIRilf1lfCyswhwef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { background-color: transparent; background-image: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container > .video-iframe-container { display: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container { display: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .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); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { border-width: 0; border-radius: 0; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { color:#444444;display:block;width:37.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:14.875rem;left:0.125rem;height:;overflow:hidden;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
#yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { color:#333333;display:block;width:37.3125rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.7373046875rem;left:0rem;height:6.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLOlXBSs626cyz2kuRW1Rtubve3GX371 { color:#228b22;display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { position:absolute;display:block;z-index:15083;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:10.3125rem;width:9.5rem;top:8.1875rem;left:38.375rem;overflow:hidden;display:block; }
#lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { box-sizing:content-box;height:9.75rem;width:9.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:#cddc39;background-image:none;top:7.3125rem;left:38.25rem;display:block; }
#pMvAiHIsccivJ79kmxCl572C7FgpTurC { z-index:15007;top:42.6875rem;left:20.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #cddc39;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PrRU5i2Ix9P3bfmmVlWqqwt7OWRnuwNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmqvQodQUnkvv0UClLT2gzCDLT4RmzMe { z-index:15081;top:42.6875rem;left:0rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wEEyVtoPD4hAago3sz7w22koub2nJE9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiu1eG7fQ2JPmsoJBkKTE7WLTDd3TL5i { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:42.6875rem;left:0rem;overflow:hidden;display:block; }
#HqkCBqm0p5W5FuAt9Wr9dXQtSMiNoUGy { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:44.0625rem;left:5.5625rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I4vTPkxzTUSApxOfr7XvdxzfXwIurLTF { 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:39.1875rem;width:33rem;top:9.90625rem;left:39.75rem;overflow:hidden;display:block; }
#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { position:relative;display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { background-color: transparent; background-image: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .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); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { border-width: 0; border-radius: 0; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .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; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .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:19.0625rem;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; }#P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { color:#444444;display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.5625rem;left:15.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { position:absolute;display:block;z-index:15003;height:10.1875rem;width:75rem;top:6.4375rem;left:0rem;display:block; }
#vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.75rem;left:36.5rem; }
#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { background-color: transparent; background-image: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container > .video-iframe-container { display: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container { display: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .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); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { border-width: 0; border-radius: 0; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { color:#727272;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.8125rem;left:20.6875rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { color:#212121;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.076171875rem;left:22.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { position:absolute;display:block;z-index:15009;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:1.3125rem;width:7.6875rem;top:7.25rem;left:27.9375rem;overflow:hidden;display:block; }
#qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { box-sizing:content-box;height:28.5625rem;width:17.0625rem;position:absolute;display:block;z-index:15004;background-color:#f6f6f6;background-image:none;top:5.5rem;left:19.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
#fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { position:absolute;display:block;z-index:15010;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:1.875rem;width:1.875rem;top:7rem;left:20.6875rem;overflow:hidden;display:block; }
#MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.2373046875rem;left:26.5625rem;overflow:hidden;display:block; }
#ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:21.5751953125rem;left:0.375rem;height:11.02443125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { position:absolute;display:block;z-index:15024;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:12rem;width:11.3125rem;top:7.375rem;left:3.375rem;overflow:hidden;display:block; }
#TiuZdJknI3Z4McfrLoilIA3v4RQxbwO8 { box-sizing:content-box;height:28.5625rem;width:17.0625rem;position:absolute;display:block;z-index:15010;background-color:#f6f6f6;background-image:none;top:5.5rem;left:38.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
#CxPJ5VSDOqLVJN7VPIDXw9bIb3HzLViv { color:#212121;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.076171875rem;left:41.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wx6JOZBAXl6ss9M5Ba7p1dqucUVApqi5 { color:#727272;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.8125rem;left:39.4375rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXe6iSI8imm3iHFm6omXUUmh1wfPzGnt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.2373046875rem;left:45.3125rem;overflow:hidden;display:block; }
#kAXVGCDKiPB90Pst8rNgE5TR7pA3bu2R { 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:1.3125rem;width:7.6875rem;top:7.25rem;left:46.6875rem;overflow:hidden;display:block; }
#SxNImrmGBnBzChZfonH3sNKloNMoq9HM { 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:1.875rem;width:1.875rem;top:7rem;left:39.4375rem;overflow:hidden;display:block; }
#rsdXgf5MoDa4hAAhQqD68vweDtfA1N37 { box-sizing:content-box;height:28.5625rem;width:17.0625rem;position:absolute;display:block;z-index:15016;background-color:#f6f6f6;background-image:none;top:5.5rem;left:57.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
#LiFNi1Bii5fnUQCNiKU2OMa0JKC3TS1U { color:#212121;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.076171875rem;left:60rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woRl6lqu00dFzDC1uiP7QG7lpRpLFDpS { color:#727272;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.8125rem;left:58.1875rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibRT74pMXivsRizuPM3zRdHdfSJuuTrb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.2373046875rem;left:64.0625rem;overflow:hidden;display:block; }
#tPbpKR4oRQMlTUD047eI7UuOa6xQvOGH { position:absolute;display:block;z-index:15021;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:1.3125rem;width:7.6875rem;top:7.25rem;left:65.4375rem;overflow:hidden;display:block; }
#v074wDk64HM5FkTNtcCMr7pfsfAeEEpQ { position:absolute;display:block;z-index:15022;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:1.875rem;width:1.875rem;top:7rem;left:58.1875rem;overflow:hidden;display:block; }
#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { 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; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { background-color: transparent; background-image: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container > .video-iframe-container { display: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container { display: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .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); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { border-width: 0; border-radius: 0; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { position:absolute;display:block;z-index:14999;background-color:#f0f4c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.75rem;width:20rem;top:10.5rem;left:2.5rem;display:block; }
#ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { position:absolute;display:block;z-index:15000;background-color:#f0f4c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.31) ;height:23.75rem;width:20rem;top:10.5rem;left:27.5rem;display:block; }
#m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { position:absolute;display:block;z-index:15001;background-color:#f0f4c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:23.75rem;width:20rem;top:10.5rem;left:52.5rem;display:block; }
#eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { color:#228b22;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { color:#000000;display:block;width:60.0625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9248046875rem;left:7.46875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { color:#333333;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;left:4.875rem;height:8.6865rem;font-style:normal;overflow:hidden;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { color:#333333;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:23.875rem;left:29.5rem;height:8.6865rem;font-style:normal;overflow:hidden;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { color:#333333;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:23.875rem;left:55.5625rem;height:8.6865rem;font-style:normal;overflow:hidden;display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
#VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:13.1875rem;left:59.9375rem; }
#GehynXKoDQyCzA48c4OVQgT73p05b2k4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:13.1875rem;left:34.9375rem; }
#rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;top:12.4375rem;left:9.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
#lw656xVc53vpCJc270tCxaSKkmnQtAsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:13.625rem;left:10.375rem; }
#ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { color:#333333;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:none;top:12.4375rem;left:34.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
#IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;top:12.4375rem;left:59.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container { background-color: transparent; background-image: none; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container > .video-iframe-container { display: none; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row > .video-iframe-container { display: none; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .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); }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container { border-width: 0; border-radius: 0; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:75rem;position:relative;display:block; }#gKKBk5CWxhFccC2Jeb7IZi8lAd1qQb1m { color:#228b22;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.0625rem;left:28.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTaWq1qQaWugrcXv6vPTkENvP2yGsxdE { color:#333333;display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.9375rem;left:20.25rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omrxJMQHWT7yICGicOzgprd3r3g1taUi { position:absolute;display:block;z-index:15077;background-color:#cddc39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:17.625rem;left:27.3125rem;display:block; }
#EeWsSs3VpK3d80rA1Nf3Cu3LMTLU6yRJ { position:absolute;display:block;z-index:15078;background-color:#cddc39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:17.625rem;left:39.1875rem;display:block; }
#xz9U8PEyp1S6n5dJsyInWgsNpT6MBbyv { position:absolute;display:block;z-index:15079;background-color:#cddc39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:30.125rem;left:27.3125rem;display:block; }
#kzHZ309yBVidqqtDgPeTu3CrzAhwMJQw { position:absolute;display:block;z-index:15080;background-color:#cddc39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:30.125rem;left:39.1875rem;display:block; }
#TOZgLZW84W010Xv1xnr4CzCDKWoTxmbh { position:absolute;display:block;z-index:15081;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.25rem;width:6.25rem;top:19.1875rem;left:28.875rem;overflow:hidden;display:block; }
#oE7TfESZd8LVOEBDI529ACw3AcCDJHB4 { position:absolute;display:block;z-index:15082;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.25rem;width:7.0625rem;top:19.6875rem;left:40.375rem;overflow:hidden;display:block; }
#c575GHl0IgIVzzLpEAaRdE1WbuNawttA { position:absolute;display:block;z-index:15083;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.25rem;width:6.25rem;top:31.6875rem;left:40.75rem;overflow:hidden;display:block; }
#WDNoHUG4GqCUsTZVMid2CT0NdaywAhnU { position:absolute;display:block;z-index:15084;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:6.1875rem;top:31.6875rem;left:28.875rem;overflow:hidden;display:block; }
#aJpQuR7TVa1i9QtxFPE1102BBKXeHpb9 { color:#333333;display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:17.625rem;left:12.0625rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#JLdWmRrBHK11ploITbiT3OLvHzM7TfAE { color:#333333;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:17.625rem;left:50.4375rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#f3mny4qvlP8R65GuXdXghuau1lRtswXS { color:#333333;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:30.125rem;left:50.4375rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#mBa1ZqRanGK6Zx5sMe9XUQWXTHKKOvbZ { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:30.125rem;left:12.9375rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#ye4gJDKdawg7lf0vos5qpkFpOItXXpTw { color:#666666;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:20.125rem;left:6.625rem;height:5.2rem;text-align:right;text-align-last:right;display:block; }
#MOtBRO4MTLOnAuQdZO3yGV7gCDJhkk8b { color:#666666;display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:32.625rem;left:5.75rem;height:3.9rem;text-align:right;text-align-last:right;display:block; }
#U1A7FPe53QmGO7vw0ByTkwys3HPnXakD { color:#666666;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:32.625rem;left:50.4375rem;height:5.19921875rem;display:block; }
#V7P2EEiMAM8i8MdQhdvGHIoS6HncwgsA { color:#666666;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:20.125rem;left:50.4375rem;height:5.19921875rem;display:block; }
#A7zOSUsZK2PRPDD7BdGSfFwVhTQWu1CQ { position:absolute;display:block;z-index:15010;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(23,190,187,0.34) ;height:20.9375rem;width:58.6875rem;top:47.5rem;left:8.6875rem;display:block; }
#LhdOCIJuw53zAh1l3wX3ubF6P0TnD8TI { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:51.875rem;left:12.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f52c0meo0w83p9CcQxJxPkvA8fT7taNv { color:#d0d0d0;display:block;width:53.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:55.25rem;left:12.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#nX4lhE3Zi7vc1qTNNnebnmM2uqSr2Cy3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:45.0625rem;left:35.1875rem; }
#Tu8EFaD7g02gqV5z8OJl41S9QxGWJeQM { z-index:15011;top:60.75rem;left:40.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f0f4c3;border-left:0.0625rem solid #f0f4c3;border-right:0.0625rem solid #f0f4c3;border-bottom:0.25rem solid #cddc39;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAbIKHfT5DLpraz6tVJ4tuSE1MiBTm7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4pAGLVBWaJ9BinIhvGc9iTQ1UApvOFn { z-index:15085;top:60.75rem;left:20.0625rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gpe0FLntQHlJRDLQAWdlwffw1vGrOAD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BL4ZhPAdtxSBh5I0uCrTcJcaqmOGR08a { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:60.75rem;left:20.0625rem;overflow:hidden;display:block; }
#xzanHhSS2Zo7HiWpt4x7fRAOeIMaHIH1 { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:62.125rem;left:25.625rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f9;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; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { background-color: transparent; background-image: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .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); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { border-width: 0; border-radius: 0; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { color:#333333;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.3125rem;left:38.8125rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ { color:#444444;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5rem;left:56.5rem;height:13.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
#sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB { color:#444444;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.5rem;left:38.8125rem;height:15.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
#NbPvazI17KnGTKBv7iWZI5FXmZphuTlH { z-index:15015;top:30.75rem;left:59.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #cddc39;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kp2FzpytOiuXguTHQybChLlpAWCklkBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6vSWOoANn8rhNHTk6fdJywI7pEWWzlA { z-index:15089;top:30.75rem;left:38.8125rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MI4G9nJbMTQlWftac4XtDqf0WNxOlEHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciRMP0Sk1OpdNF0eEU0SREvlu4lJaHUT { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:30.75rem;left:38.8125rem;overflow:hidden;display:block; }
#Tbh2TfIo2oGrXcEi3E96Br8XCg9NPCPw { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:32.125rem;left:44.375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tqmznAwMflcG8T7UtahnGdPz5CtgJNvI { position:absolute;display:block;z-index:15090;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:26.875rem;width:27.125rem;top:7.4375rem;left:5.1875rem;overflow:hidden;display:block; }
#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:url("https://images.assets-landingi.com/uc/c4d4324c-eaa5-4d18-8496-edd650a1bee1/ctasection.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.adaptive-delivery-prevent-bg, #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.lazyload, #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.lazyloading { background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { background-color: transparent; background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .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); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { border-width: 0; border-radius: 0; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QdeoKkm8EkfqImZG8SCy0Wc3hV4mO6TG { z-index:15019;top:12.6875rem;left:22rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f0f4c3;border-left:0.0625rem solid #f0f4c3;border-right:0.0625rem solid #f0f4c3;border-bottom:0.25rem solid #cddc39;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bJrfsG2dwRqEbeESRUFKCnNK0F9W0DAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOcnyEbKVP8kczPe5h4EXKAfKmpbAyoy { z-index:15093;top:12.5625rem;left:1.125rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T5KvzJmht1TuWIxb2VXpT9A5ekQDISL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ou7EQoHy8k5qbVTPqD5Uk5XrzlKbTBOd { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:12.5625rem;left:1.125rem;overflow:hidden;display:block; }
#lLgTGFxropvNxIN0OHrNtPaCnncCqq7h { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.6875rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CCDel9v56VepHFOXR4NJBLJTXPZFKarD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { background-color: transparent; background-image: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container > .video-iframe-container { display: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container { display: none; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .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); }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { border-width: 0; border-radius: 0; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:22.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu { position:relative;display:none; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu { border-width: 0; border-radius: 0; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .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; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D7lSi3o43KvBKLQr2wf2lrtAwRwXhCNk { z-index:15005;top:10rem;left:58.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ca7034, #ca7034);background-image: -moz-linear-gradient(45deg, #ca7034, #ca7034);background-image: -ms-linear-gradient(45deg, #ca7034, #ca7034);background-image: -o-linear-gradient(45deg, #ca7034, #ca7034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7034', endColorstr='#ca7034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7034', endColorstr='#ca7034' );";background-image: linear-gradient(45deg, #ca7034, #ca7034);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.1875rem 1.25rem rgba(235,246,129,0.34) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ATUonaVu3vpK7gm7bLip1kkpegORAZZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmiILr1nWVPF1oNzE0UXzRJVWvaGuxFu { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.9375rem;left:0rem;display:none; }
#MlWcdI9FDNVDTx8okCy2FEXX247AmKGM { 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; }
#tRcr1dX6sNmzuSHvwGxQ8Cznw6PGIW5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#APMMMsXTs4hwCLyuHVuSwWQkTcFIt72S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { top:2.6875rem;left:2.4242191314698rem;width:10.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block; }
 }@media only screen and (max-width: 763px) { #pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { top:2.6875rem;left:12.25rem;width:9.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block; }
 }@media only screen and (max-width: 763px) { #VdumUDuaThId2tPWycPOS7fmvN8y6WlH { top:2.6875rem;left:0rem;width:8.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block; }
 }@media only screen and (max-width: 763px) { #Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { top:0.6875rem;left:35.6875rem;width:12.0625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKr4TEI4WxSUl0AsSRFxnULMmFRWMW4Q { top:2.1875rem;left:33.9375rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phaz1vmsywzFIHvICqz5rcT9W5F84vxI { display:block; }
 }@media only screen and (max-width: 763px) { #qiFn2QW8olMTxl9sNcdeBJOQRUO2ATUh { top:1.625rem;left:0rem;width:5.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrSizE1paS3Mn2EUcGrTNnBJlrVi7Mpu { top:3.0625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { top:6.5625rem;left:0rem;width:40.4375rem;height:9.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { top:18rem;left:0rem;width:41.3125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { top:24.625rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1.25rem;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { top:7rem;left:24.8125rem;width:22.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:27.0625rem;height:36.875rem;top:6.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { top:9.625rem;left:23.5rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { top:12.5rem;left:24.875rem;width:22.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { top:24.625rem;left:3.6875rem;width:17.3125rem;height:3.875rem;font-size:1.25rem;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #V2e41hWiqDZEdH3G9UuASiFPxlyabarw { top:32.9375rem;left:8.75rem;width:8.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { top:33.1875rem;left:18.3125rem;width:7.3125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qkkUHHsSxdJZf5mKQQOTeoPpBOtTPu { top:34.875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZ4VhS4EA8lk7eerUycuSaRFVQpwdFs { display:block; }
 }@media only screen and (max-width: 763px) { #nON8Orc2iyK9CkJpeTasMkdvqKRDP1TA { top:34.875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esim7pRwOFTgTWwOwgD2mgdi5KJZO5xu { top:36.25rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffFzGvycGgTb2uf7DoSoPZ8tK5SlUUMK { top:6.4375rem;left:21.3125rem;width:26.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE { top:4.4375rem;left:0rem;width:29.0625rem;height:;font-size:0.9375rem;display:block; }#B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85498f5a709de3cbb128b6a751ae29d3f17b097e.svg); }
 }@media only screen and (max-width: 763px) { #Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { top:3.125rem;left:2rem;width:13.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { top:3.1875rem;left:19rem;width:11.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { top:3rem;left:32.625rem;width:13.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { top:14.3125rem;left:0rem;width:36.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { top:4.625rem;left:0rem;width:35.9375rem;height:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { top:21.125rem;left:0rem;width:11.5625rem;height:9.6875rem;font-size:0.9375rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #kVbuC2KW5A6M1vbB6T44FvQa25MszeLK { top:34.625rem;left:9.8125rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpHR1BkawbnqyddkEbBKxTU13H0HTyUS { display:block; }
 }@media only screen and (max-width: 763px) { #GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S { top:21.125rem;left:8.375rem;width:11.5625rem;height:9.6875rem;font-size:0.9375rem;display:block; }#GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #DKT43RfD6SCsClWm2owt3W2rOrXZx6W9 { top:34.625rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHU6TdlbilXQIiTcp2u6IBs1yveFU7PJ { display:block; }
 }@media only screen and (max-width: 763px) { #eUHi8wDJFhuN9T8MHVL4Q4W7Xee1Ch4C { top:34.625rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxubcD3e307xO1UeAq8mGbn2W4WctSx { top:36rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnHeWZ1LdSm4AFPfKTPrWbsEFRHGTen { top:9.4375rem;left:16.375rem;width:31.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGPaTLfwhT4KsbMa646D2aVE4U8m0TAT { width:27.0625rem;height:36.875rem;top:3.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73FhRoWSfMnrt7bNwdqlcShEfqq51Z0 { top:3.4375rem;left:10.375rem;width:27.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9qcnFyrBBFs8BbVZdKNkopTax0SPW4y { top:4.3125rem;left:12.5rem;width:22.9375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6PGSoE3NSKdkPcS2OiMGfczgTRTwVOn { top:6.9375rem;left:11.875rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvpbDckJ3ZsoWXUg0iRtEUwd9lIklwp9 { top:9.8125rem;left:12.5625rem;width:22.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { display:block; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { top:8.6875rem;left:0rem;width:26.8125rem;height:5.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR { top:16.0625rem;left:0rem;width:13.25rem;height:22.5rem;font-size:1.125rem;display:block; }#SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
 }@media only screen and (max-width: 763px) { #KJeVg5KidtV5vuHqdHwC5XnagWD3sJ1o { top:6.8125rem;left:15.1875rem;width:32.5625rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFDZpDgUQ4Sit8Vulm3TMbJ0ZNPaFKvm { top:6.75rem;left:0rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 { top:16.0625rem;left:5.5625rem;width:14.1875rem;height:22.5rem;font-size:1.125rem;display:block; }#KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
 }@media only screen and (max-width: 763px) { #WyTFayQX3vB7mzWR8QTIbRso9VCcS8ie { top:48.25rem;left:0rem;width:47.75rem;height:17.076158940398rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { top:3.125rem;left:23.6875rem;width:24.0625rem;height:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPmUCw4RzQQVROgz4bWwUgo6Znz4TwNq { top:0rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR0dvki19DTFGnIUtFJRuFe7ISWeZTJV { top:1.3125rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGs2GoztuEJdBrQQWNJ756qW0WmdcTxe { top:0rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlzd9W1wnG8Mr6ny80QCbbc9krBfc4o4 { display:block; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { top:2.75rem;left:2.15625rem;width:43.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { top:5.375rem;left:22.84375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyS0Mtly3CirHS7do0vuPRq7kHMk8Z0F { top:9.125rem;left:0rem;width:7.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP0rI51a2CmXCw4ZTUxdpQ16Hd0mlwC9 { top:10rem;left:40.25rem;width:7.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qngDy8LMv74Duv9qHqwOq0cpCpGbJWWF { top:7.4375rem;left:14.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJeeCtMVhuX0TAZPORpgecuAETtGlcX { top:10.1875rem;left:5rem;width:7.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZnWy98UKn4SzRCOrye4UrwTuxi3OWk { top:10.125rem;left:0rem;width:7.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdllGRpAZZnp1mrRuOmDxokld1iiHZP { top:9.625rem;left:40.25rem;width:7.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgeovcPUS80rkynST5EVqT7q5e6I9d5 { top:9.25rem;left:32.9375rem;width:7.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0gKGfGFTPDRyDOtxNpw17s7RvdF1mOq { top:9.375rem;left:23.125rem;width:7.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLVTh9VutAOd4FMIRilf1lfCyswhwef { display:block; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { top:14.875rem;left:0rem;width:37.25rem;height:;font-size:1rem;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { top:5.6875rem;left:0rem;width:37.3125rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOlXBSs626cyz2kuRW1Rtubve3GX371 { top:4.4375rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { top:8.1875rem;left:23.875rem;width:9.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { top:7.3125rem;left:23.875rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMvAiHIsccivJ79kmxCl572C7FgpTurC { top:42.6875rem;left:9.8125rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrRU5i2Ix9P3bfmmVlWqqwt7OWRnuwNz { display:block; }
 }@media only screen and (max-width: 763px) { #MmqvQodQUnkvv0UClLT2gzCDLT4RmzMe { top:42.6875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEyVtoPD4hAago3sz7w22koub2nJE9T { display:block; }
 }@media only screen and (max-width: 763px) { #yiu1eG7fQ2JPmsoJBkKTE7WLTDd3TL5i { top:42.6875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqkCBqm0p5W5FuAt9Wr9dXQtSMiNoUGy { top:44.0625rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vTPkxzTUSApxOfr7XvdxzfXwIurLTF { top:9.875rem;left:14.75rem;width:33rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { top:1.5625rem;left:2.15625rem;width:43.4375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { top:6.4375rem;left:0rem;width:47.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { top:3.75rem;left:22.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { display:block; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { width:14.875rem;height:15.1875rem;top:9.8125rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { width:11.25rem;height:1.4375rem;top:31.0625rem;left:12.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { top:7.25rem;left:16.1875rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { top:5.5rem;left:6.8125rem;width:17.0625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { top:7rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { top:27.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { width:18rem;height:11rem;top:21.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { top:7.375rem;left:0rem;width:11.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuZdJknI3Z4McfrLoilIA3v4RQxbwO8 { top:5.5rem;left:18.75rem;width:17.0625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPJ5VSDOqLVJN7VPIDXw9bIb3HzLViv { width:11.25rem;height:1.4375rem;top:31.0625rem;left:24.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx6JOZBAXl6ss9M5Ba7p1dqucUVApqi5 { width:14.875rem;height:11.8125rem;top:9.8125rem;left:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXe6iSI8imm3iHFm6omXUUmh1wfPzGnt { top:27.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXVGCDKiPB90Pst8rNgE5TR7pA3bu2R { top:7.25rem;left:28.125rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxNImrmGBnBzChZfonH3sNKloNMoq9HM { top:7rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdXgf5MoDa4hAAhQqD68vweDtfA1N37 { top:5.5rem;left:30.6875rem;width:17.0625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFNi1Bii5fnUQCNiKU2OMa0JKC3TS1U { width:11.25rem;height:1.4375rem;top:31.0625rem;left:36.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woRl6lqu00dFzDC1uiP7QG7lpRpLFDpS { width:14.875rem;height:13.5rem;top:9.8125rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibRT74pMXivsRizuPM3zRdHdfSJuuTrb { top:27.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPbpKR4oRQMlTUD047eI7UuOa6xQvOGH { top:7.25rem;left:40.0625rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v074wDk64HM5FkTNtcCMr7pfsfAeEEpQ { top:7rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { display:block; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { width:18.75rem;height:2.25rem;top:20.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { top:10.5rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { top:10.5rem;left:11.75rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { top:10.5rem;left:27.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { top:3.625rem;left:17.0625rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { top:4.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { top:23.875rem;left:0.3125rem;width:15.0625rem;height:8.625rem;font-size:1.0625rem;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { top:23.875rem;left:15.75rem;width:16rem;height:8.625rem;font-size:1.0625rem;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { top:23.875rem;left:32.75rem;width:13.875rem;height:8.625rem;font-size:1.0625rem;display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { top:13.1875rem;left:37.125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehynXKoDQyCzA48c4OVQgT73p05b2k4 { top:13.1875rem;left:21.25rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { top:12.4375rem;left:4.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw656xVc53vpCJc270tCxaSKkmnQtAsX { top:13.625rem;left:5.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { width:18.75rem;height:2.25rem;top:20.5625rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { width:18.75rem;height:2.25rem;top:20.5625rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { top:12.4375rem;left:20.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { top:12.4375rem;left:36.375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy { display:block; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKKBk5CWxhFccC2Jeb7IZi8lAd1qQb1m { top:4.0625rem;left:14.9375rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTaWq1qQaWugrcXv6vPTkENvP2yGsxdE { top:5.9375rem;left:6.625rem;width:35.4375rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrxJMQHWT7yICGicOzgprd3r3g1taUi { top:17.625rem;left:13.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWsSs3VpK3d80rA1Nf3Cu3LMTLU6yRJ { top:17.625rem;left:25.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz9U8PEyp1S6n5dJsyInWgsNpT6MBbyv { top:30.125rem;left:13.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHZ309yBVidqqtDgPeTu3CrzAhwMJQw { top:30.125rem;left:25.5625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZgLZW84W010Xv1xnr4CzCDKWoTxmbh { top:19.1875rem;left:15.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE7TfESZd8LVOEBDI529ACw3AcCDJHB4 { top:19.6875rem;left:26.75rem;width:7.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c575GHl0IgIVzzLpEAaRdE1WbuNawttA { top:31.6875rem;left:27.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNoHUG4GqCUsTZVMid2CT0NdaywAhnU { top:31.6875rem;left:15.25rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQuR7TVa1i9QtxFPE1102BBKXeHpb9 { top:17.625rem;left:0rem;width:13.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLdWmRrBHK11ploITbiT3OLvHzM7TfAE { top:17.625rem;left:36.5625rem;width:11.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3mny4qvlP8R65GuXdXghuau1lRtswXS { top:30.125rem;left:34.3125rem;width:13.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBa1ZqRanGK6Zx5sMe9XUQWXTHKKOvbZ { top:30.125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye4gJDKdawg7lf0vos5qpkFpOItXXpTw { top:20.125rem;left:0rem;width:18.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOtBRO4MTLOnAuQdZO3yGV7gCDJhkk8b { top:32.625rem;left:0rem;width:19.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1A7FPe53QmGO7vw0ByTkwys3HPnXakD { top:32.625rem;left:28.875rem;width:18.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7P2EEiMAM8i8MdQhdvGHIoS6HncwgsA { top:20.125rem;left:27.5rem;width:20.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7zOSUsZK2PRPDD7BdGSfFwVhTQWu1CQ { top:47.5rem;left:0rem;width:47.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhdOCIJuw53zAh1l3wX3ubF6P0TnD8TI { top:51.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52c0meo0w83p9CcQxJxPkvA8fT7taNv { top:55.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4lhE3Zi7vc1qTNNnebnmM2uqSr2Cy3 { top:45.0625rem;left:21.5625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8EFaD7g02gqV5z8OJl41S9QxGWJeQM { top:60.75rem;left:27.3125rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAbIKHfT5DLpraz6tVJ4tuSE1MiBTm7Q { display:block; }
 }@media only screen and (max-width: 763px) { #P4pAGLVBWaJ9BinIhvGc9iTQ1UApvOFn { top:60.75rem;left:6.4375rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpe0FLntQHlJRDLQAWdlwffw1vGrOAD7 { display:block; }
 }@media only screen and (max-width: 763px) { #BL4ZhPAdtxSBh5I0uCrTcJcaqmOGR08a { top:60.75rem;left:6.4375rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzanHhSS2Zo7HiWpt4x7fRAOeIMaHIH1 { top:62.125rem;left:12rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { top:6.3125rem;left:16.8125rem;width:30.9375rem;height:3.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ { top:11.5rem;left:31.5625rem;width:16.1875rem;height:13.6875rem;font-size:0.9375rem;display:block; }#L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB { top:11.5rem;left:23.875rem;width:15rem;height:15.6875rem;font-size:0.9375rem;display:block; }#sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #NbPvazI17KnGTKBv7iWZI5FXmZphuTlH { top:30.75rem;left:33.6875rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2FzpytOiuXguTHQybChLlpAWCklkBb { display:block; }
 }@media only screen and (max-width: 763px) { #T6vSWOoANn8rhNHTk6fdJywI7pEWWzlA { top:30.75rem;left:23.875rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4G9nJbMTQlWftac4XtDqf0WNxOlEHq { display:block; }
 }@media only screen and (max-width: 763px) { #ciRMP0Sk1OpdNF0eEU0SREvlu4lJaHUT { top:30.75rem;left:23.875rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbh2TfIo2oGrXcEi3E96Br8XCg9NPCPw { top:32.125rem;left:23.9375rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmznAwMflcG8T7UtahnGdPz5CtgJNvI { top:7.4375rem;left:0rem;width:27.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { display:block; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { top:2.625rem;left:0rem;width:36.0625rem;height:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdeoKkm8EkfqImZG8SCy0Wc3hV4mO6TG { top:12.6875rem;left:8.375rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJrfsG2dwRqEbeESRUFKCnNK0F9W0DAl { display:block; }
 }@media only screen and (max-width: 763px) { #vOcnyEbKVP8kczPe5h4EXKAfKmpbAyoy { top:12.5625rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KvzJmht1TuWIxb2VXpT9A5ekQDISL7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ou7EQoHy8k5qbVTPqD5Uk5XrzlKbTBOd { top:12.5625rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLgTGFxropvNxIN0OHrNtPaCnncCqq7h { top:13.9375rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCDel9v56VepHFOXR4NJBLJTXPZFKarD { display:block; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { top:1.4375rem;left:8.46875rem;width:30.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOca4zlApcmCxKlqarKzRMc2Ges1Chu { display:none; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D7lSi3o43KvBKLQr2wf2lrtAwRwXhCNk { top:10rem;left:35.25rem;width:12.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUonaVu3vpK7gm7bLip1kkpegORAZZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #lmiILr1nWVPF1oNzE0UXzRJVWvaGuxFu { top:0.9375rem;left:0rem;width:5.6875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlWcdI9FDNVDTx8okCy2FEXX247AmKGM { display:none; }
 }@media only screen and (max-width: 763px) { #tRcr1dX6sNmzuSHvwGxQ8Cznw6PGIW5V { display:none; }
 }@media only screen and (max-width: 763px) { #APMMMsXTs4hwCLyuHVuSwWQkTcFIt72S { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { top:2.6875rem;left:4.625rem;width:10.75rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block; }
 }@media only screen and (max-width: 763px) { #pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { top:2.6875rem;left:5.375rem;width:9.1875rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block; }
 }@media only screen and (max-width: 763px) { #VdumUDuaThId2tPWycPOS7fmvN8y6WlH { top:2.6875rem;left:5.875rem;width:8.1875rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block; }
 }@media only screen and (max-width: 763px) { #Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { width:9.875rem;height:1.05625rem;top:0.4375rem;left:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKr4TEI4WxSUl0AsSRFxnULMmFRWMW4Q { top:1.71875rem;left:9rem;width:10.625rem;height:2.125rem;color:#228b22;text-align:center;text-align-last:center;border-top:0.125rem solid #228b22;border-left:0.0625rem solid #228b22;border-right:0.0625rem solid #228b22;border-bottom:0.125rem solid #228b22;display:block; }
 }@media only screen and (max-width: 763px) { #phaz1vmsywzFIHvICqz5rcT9W5F84vxI { display:block; }
 }@media only screen and (max-width: 763px) { #qiFn2QW8olMTxl9sNcdeBJOQRUO2ATUh { width:3.75rem;height:2.5rem;top:1.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrSizE1paS3Mn2EUcGrTNnBJlrVi7Mpu { display:flex;width:1.5rem;height:1.5rem;top:2.1187499761581rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47b82122-2453-40b1-8abc-fa691d310af0/featuredimagelocksmith.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.91); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.91); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .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); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { width:19.3125rem;height:6rem;top:9.75rem;left:0.34375rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { width:20rem;height:4.21875rem;top:16.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { width:13.75rem;height:3.225rem;top:22.625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { width:20rem;height:2.1125rem;top:50.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:20rem;height:36.875rem;top:49.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { width:20rem;height:1.3rem;top:52.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { width:19.375rem;height:29.375rem;top:56.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { width:13.5625rem;height:3.225rem;top:26.5rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #V2e41hWiqDZEdH3G9UuASiFPxlyabarw { width:6.75rem;height:6.5625rem;top:38.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { width:6.375rem;height:6.9375rem;top:38.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qkkUHHsSxdJZf5mKQQOTeoPpBOtTPu { top:33rem;left:0.625rem;width:18.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZ4VhS4EA8lk7eerUycuSaRFVQpwdFs { display:block; }
 }@media only screen and (max-width: 763px) { #nON8Orc2iyK9CkJpeTasMkdvqKRDP1TA { width:18.75rem;height:4.6875rem;top:32.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esim7pRwOFTgTWwOwgD2mgdi5KJZO5xu { width:10.9375rem;height:1.7875rem;top:34.3125rem;left:6rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffFzGvycGgTb2uf7DoSoPZ8tK5SlUUMK { width:19.125rem;height:5.5rem;top:50.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE { width:14.125rem;height:1.21875rem;top:7.625rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#B7XsQgEOF1Lu4xOoew3yEWoC5ArbxcXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_85498f5a709de3cbb128b6a751ae29d3f17b097e.svg); }
 }@media only screen and (max-width: 763px) { #Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { width:9.25rem;height:4rem;top:1.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { width:8.4375rem;height:4.375rem;top:1.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { width:9.3125rem;height:4.4375rem;top:6.53125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { width:20rem;height:7.5rem;top:8.875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { width:20rem;height:5.6rem;top:1.9375rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { width:9.5625rem;height:8.28125rem;top:17.4375rem;left:0.5625rem;font-size:0.9375rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #kVbuC2KW5A6M1vbB6T44FvQa25MszeLK { top:35.3125rem;left:0.625rem;width:18.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpHR1BkawbnqyddkEbBKxTU13H0HTyUS { display:block; }
 }@media only screen and (max-width: 763px) { #GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S { width:9.3125rem;height:8.28125rem;top:17.4375rem;left:10.125rem;font-size:0.9375rem;display:block; }#GvOunQyoEMRTzW6q4Q60plOQhMc2EF0S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #DKT43RfD6SCsClWm2owt3W2rOrXZx6W9 { top:29.625rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHU6TdlbilXQIiTcp2u6IBs1yveFU7PJ { display:block; }
 }@media only screen and (max-width: 763px) { #eUHi8wDJFhuN9T8MHVL4Q4W7Xee1Ch4C { width:18.75rem;height:4.6875rem;top:29.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxubcD3e307xO1UeAq8mGbn2W4WctSx { width:10.9375rem;height:1.95rem;top:31rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnHeWZ1LdSm4AFPfKTPrWbsEFRHGTen { width:20rem;height:15.9355625rem;top:42.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGPaTLfwhT4KsbMa646D2aVE4U8m0TAT { width:20rem;height:36.875rem;top:4.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73FhRoWSfMnrt7bNwdqlcShEfqq51Z0 { width:20rem;height:5.75rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9qcnFyrBBFs8BbVZdKNkopTax0SPW4y { width:20rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6PGSoE3NSKdkPcS2OiMGfczgTRTwVOn { width:20rem;height:1.29980625rem;top:7.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvpbDckJ3ZsoWXUg0iRtEUwd9lIklwp9 { width:20rem;height:29.375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { display:block; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { width:20rem;height:5.0371125rem;top:4.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR { width:9.875rem;height:19.6875rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }#SmMFIoTLbwCBJTxSIw3RdSnP6g8ouEiR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
 }@media only screen and (max-width: 763px) { #KJeVg5KidtV5vuHqdHwC5XnagWD3sJ1o { width:20rem;height:19.5rem;top:33.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFDZpDgUQ4Sit8Vulm3TMbJ0ZNPaFKvm { width:13.5rem;height:1.29980625rem;top:2.26171875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 { width:9.75rem;height:19.6875rem;top:11rem;left:10.25rem;font-size:0.9375rem;display:block; }#KFe0aX8T6pAw6bLISCRZwo23OXp8cxG9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_96f8708de9da1a761aadec8b170d4e18848d97fd.svg); }
 }@media only screen and (max-width: 763px) { #WyTFayQX3vB7mzWR8QTIbRso9VCcS8ie { width:20rem;height:7.0625rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { background-color:#03141e;background-image:none;display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .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); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { width:20rem;height:7.3125rem;top:2.1728515625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"source sans pro";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MPmUCw4RzQQVROgz4bWwUgo6Znz4TwNq { width:18.75rem;height:4.6875rem;top:12rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR0dvki19DTFGnIUtFJRuFe7ISWeZTJV { width:10.9375rem;height:1.95rem;top:13.375rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGs2GoztuEJdBrQQWNJ756qW0WmdcTxe { top:12rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlzd9W1wnG8Mr6ny80QCbbc9krBfc4o4 { display:block; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { width:20rem;height:1.5rem;top:1.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { display:flex;width:2.0625rem;height:2.0625rem;top:3.625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #cyS0Mtly3CirHS7do0vuPRq7kHMk8Z0F { width:6.375rem;height:3.5rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP0rI51a2CmXCw4ZTUxdpQ16Hd0mlwC9 { width:7rem;height:2.1875rem;top:16.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qngDy8LMv74Duv9qHqwOq0cpCpGbJWWF { width:5.0625rem;height:5.0625rem;top:5.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJeeCtMVhuX0TAZPORpgecuAETtGlcX { width:6.75rem;height:1.5625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNZnWy98UKn4SzRCOrye4UrwTuxi3OWk { width:7.5625rem;height:2.125rem;top:7.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdllGRpAZZnp1mrRuOmDxokld1iiHZP { width:6.625rem;height:2.6875rem;top:15.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgeovcPUS80rkynST5EVqT7q5e6I9d5 { width:5.3125rem;height:2.6875rem;top:11.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0gKGfGFTPDRyDOtxNpw17s7RvdF1mOq { width:5.375rem;height:2.5625rem;top:11.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLVTh9VutAOd4FMIRilf1lfCyswhwef { display:block; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { width:20rem;height:30.5rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad8753436f3cef1f60d00ead55a75a04dda8f83d.svg); }
 }@media only screen and (max-width: 763px) { #yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { width:20rem;height:4.548825rem;top:5.4248046875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;color:#444444;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mLOlXBSs626cyz2kuRW1Rtubve3GX371 { width:14.8125rem;height:1.3rem;top:2.6865234375rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { width:7.0625rem;height:7.6875rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { width:6.9375rem;height:6.9375rem;top:60.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMvAiHIsccivJ79kmxCl572C7FgpTurC { top:51.5625rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrRU5i2Ix9P3bfmmVlWqqwt7OWRnuwNz { display:block; }
 }@media only screen and (max-width: 763px) { #MmqvQodQUnkvv0UClLT2gzCDLT4RmzMe { top:45.4375rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEyVtoPD4hAago3sz7w22koub2nJE9T { display:block; }
 }@media only screen and (max-width: 763px) { #yiu1eG7fQ2JPmsoJBkKTE7WLTDd3TL5i { width:18.75rem;height:4.6875rem;top:45.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqkCBqm0p5W5FuAt9Wr9dXQtSMiNoUGy { width:10.9375rem;height:1.95rem;top:46.8125rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vTPkxzTUSApxOfr7XvdxzfXwIurLTF { width:20rem;height:23.75rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { width:17.8125rem;height:3.6rem;top:1.9375rem;left:1.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { width:20rem;height:7.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { display:flex;width:2.0625rem;height:2.0625rem;top:5.537109375rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { display:block; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { width:20rem;height:113.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { width:15.625rem;height:13.59375rem;top:28.4375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { width:11.25rem;height:1.4625rem;top:45.58203125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { width:7.6875rem;height:1.3125rem;top:25.46875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { width:17.0625rem;height:24.625rem;top:24.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { width:1.875rem;height:1.875rem;top:25.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { width:3.125rem;height:3.125rem;top:42rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { width:16.8125rem;height:4.798825rem;top:2.8125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { width:8.9375rem;height:9.5rem;top:11.125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuZdJknI3Z4McfrLoilIA3v4RQxbwO8 { width:17.0625rem;height:28.5625rem;top:49.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPJ5VSDOqLVJN7VPIDXw9bIb3HzLViv { width:11.25rem;height:1.4625rem;top:75.513671875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Wx6JOZBAXl6ss9M5Ba7p1dqucUVApqi5 { width:14.875rem;height:11.8945rem;top:54.25rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mXe6iSI8imm3iHFm6omXUUmh1wfPzGnt { width:3.125rem;height:3.125rem;top:71.6748046875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXVGCDKiPB90Pst8rNgE5TR7pA3bu2R { width:7.6875rem;height:1.3125rem;top:51.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxNImrmGBnBzChZfonH3sNKloNMoq9HM { width:1.875rem;height:1.875rem;top:51.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdXgf5MoDa4hAAhQqD68vweDtfA1N37 { width:17.0625rem;height:27.75rem;top:79.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFNi1Bii5fnUQCNiKU2OMa0JKC3TS1U { width:11.25rem;height:1.4625rem;top:103.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #woRl6lqu00dFzDC1uiP7QG7lpRpLFDpS { width:14.875rem;height:11.8945rem;top:84.0625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ibRT74pMXivsRizuPM3zRdHdfSJuuTrb { width:3.125rem;height:3.125rem;top:99.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPbpKR4oRQMlTUD047eI7UuOa6xQvOGH { width:7.6875rem;height:1.3125rem;top:81.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v074wDk64HM5FkTNtcCMr7pfsfAeEEpQ { width:1.875rem;height:1.875rem;top:81.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { display:block; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { width:20rem;height:95.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { width:18.75rem;height:1.95rem;top:19.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { width:20rem;height:23.75rem;top:10.1875rem;left:0rem;background-color:#f0f4c3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { width:20rem;height:23.75rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { width:20rem;height:23.75rem;top:38.0625rem;left:0rem;background-color:#f0f4c3;background-image:none;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { width:15.0625rem;height:1.3rem;top:1.875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { width:20rem;height:5.2rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { width:12.6875rem;height:8.2470625rem;top:23.1875rem;left:3.65625rem;font-size:1rem;font-family:"source sans pro";display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { width:14.625rem;height:8.2470625rem;top:78.75rem;left:2.6875rem;font-size:1rem;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { width:11.625rem;height:8.2470625rem;top:51.0625rem;left:4.1875rem;font-size:1rem;font-family:"source sans pro";display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_38679446a166809e54077b12940bf37c8335d748.svg); }
 }@media only screen and (max-width: 763px) { #VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { display:flex;width:5.125rem;height:5.125rem;top:68.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #GehynXKoDQyCzA48c4OVQgT73p05b2k4 { display:flex;width:5.125rem;height:5.125rem;top:40.125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { width:6.625rem;height:6.625rem;top:11.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw656xVc53vpCJc270tCxaSKkmnQtAsX { display:flex;width:4.4375rem;height:4.4375rem;top:12.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { width:18.75rem;height:1.95rem;top:48rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { width:18.75rem;height:1.95rem;top:75.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { width:6.625rem;height:6.625rem;top:39.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { width:6.625rem;height:6.625rem;top:67.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy { display:block; }#AkpbGvmuHk4hDM2zCJ03d7lDSeueWzDy > .row .container { width:20rem;height:140.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKKBk5CWxhFccC2Jeb7IZi8lAd1qQb1m { width:14rem;height:1.3rem;top:3.0615234375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTaWq1qQaWugrcXv6vPTkENvP2yGsxdE { width:20rem;height:4.798825rem;top:5.0996125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #omrxJMQHWT7yICGicOzgprd3r3g1taUi { width:9.375rem;height:9.375rem;top:14.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWsSs3VpK3d80rA1Nf3Cu3LMTLU6yRJ { width:9.375rem;height:9.375rem;top:36.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz9U8PEyp1S6n5dJsyInWgsNpT6MBbyv { width:9.375rem;height:9.375rem;top:79.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHZ309yBVidqqtDgPeTu3CrzAhwMJQw { width:9.375rem;height:9.375rem;top:58.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZgLZW84W010Xv1xnr4CzCDKWoTxmbh { width:6.25rem;height:6.25rem;top:15.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE7TfESZd8LVOEBDI529ACw3AcCDJHB4 { width:6.25rem;height:4.6875rem;top:38.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c575GHl0IgIVzzLpEAaRdE1WbuNawttA { width:6.25rem;height:6.25rem;top:59.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDNoHUG4GqCUsTZVMid2CT0NdaywAhnU { width:6.1875rem;height:6.1875rem;top:81.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpQuR7TVa1i9QtxFPE1102BBKXeHpb9 { width:13.375rem;height:1.625rem;top:24.75rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLdWmRrBHK11ploITbiT3OLvHzM7TfAE { width:11.1875rem;height:1.625rem;top:47.3125rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3mny4qvlP8R65GuXdXghuau1lRtswXS { width:13.4375rem;height:1.625rem;top:68.3125rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBa1ZqRanGK6Zx5sMe9XUQWXTHKKOvbZ { width:12.5rem;height:1.625rem;top:90.0625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ye4gJDKdawg7lf0vos5qpkFpOItXXpTw { width:18rem;height:6.499rem;top:27.0625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOtBRO4MTLOnAuQdZO3yGV7gCDJhkk8b { width:18.875rem;height:5.2rem;top:92.375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1A7FPe53QmGO7vw0ByTkwys3HPnXakD { width:18.875rem;height:5.2rem;top:70.625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7P2EEiMAM8i8MdQhdvGHIoS6HncwgsA { width:18.875rem;height:5.19921875rem;top:49.625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7zOSUsZK2PRPDD7BdGSfFwVhTQWu1CQ { width:20rem;height:33.5625rem;top:103.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhdOCIJuw53zAh1l3wX3ubF6P0TnD8TI { width:20rem;height:7.3125rem;top:107.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52c0meo0w83p9CcQxJxPkvA8fT7taNv { width:18.125rem;height:3.9rem;top:115.45703125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX4lhE3Zi7vc1qTNNnebnmM2uqSr2Cy3 { display:flex;width:4.375rem;height:4.375rem;top:101.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #Tu8EFaD7g02gqV5z8OJl41S9QxGWJeQM { top:128.25rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAbIKHfT5DLpraz6tVJ4tuSE1MiBTm7Q { display:block; }
 }@media only screen and (max-width: 763px) { #P4pAGLVBWaJ9BinIhvGc9iTQ1UApvOFn { top:122.1875rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpe0FLntQHlJRDLQAWdlwffw1vGrOAD7 { display:block; }
 }@media only screen and (max-width: 763px) { #BL4ZhPAdtxSBh5I0uCrTcJcaqmOGR08a { width:18.75rem;height:4.6875rem;top:122.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzanHhSS2Zo7HiWpt4x7fRAOeIMaHIH1 { width:10.9375rem;height:1.95rem;top:123.5625rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { width:20rem;height:5.3984375rem;top:2.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ { width:13.5rem;height:11.71875rem;top:44rem;left:3.25rem;font-size:0.9375rem;display:block; }#L4CLq9XaSQIsuiNN8R8B2x6uElLzwmgJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB { width:13.5rem;height:13.4375rem;top:30.1875rem;left:3.25rem;font-size:0.9375rem;display:block; }#sDgVvOFZ1SKGLF79A45LcUP6Vz8XvgiB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7eea017d742cd55249129ce397829b7ac2c854ff.svg); }
 }@media only screen and (max-width: 763px) { #NbPvazI17KnGTKBv7iWZI5FXmZphuTlH { top:63.8076171875rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp2FzpytOiuXguTHQybChLlpAWCklkBb { display:block; }
 }@media only screen and (max-width: 763px) { #T6vSWOoANn8rhNHTk6fdJywI7pEWWzlA { top:57.7451171875rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4G9nJbMTQlWftac4XtDqf0WNxOlEHq { display:block; }
 }@media only screen and (max-width: 763px) { #ciRMP0Sk1OpdNF0eEU0SREvlu4lJaHUT { width:18.75rem;height:4.6875rem;top:57.745125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbh2TfIo2oGrXcEi3E96Br8XCg9NPCPw { width:10.9375rem;height:1.95rem;top:59.120125rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmznAwMflcG8T7UtahnGdPz5CtgJNvI { width:20rem;height:19.815668202765rem;top:9.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { background-color:rgba(3,20,30,0.54);background-image:url("https://images.assets-landingi.com/uc/c4d4324c-eaa5-4d18-8496-edd650a1bee1/ctasection.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.adaptive-delivery-prevent-bg, #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.lazyload, #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA.lazyloading { background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { background-color: transparent; background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .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); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { width:20rem;height:7.7988125rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdeoKkm8EkfqImZG8SCy0Wc3hV4mO6TG { top:18.1494140625rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJrfsG2dwRqEbeESRUFKCnNK0F9W0DAl { display:block; }
 }@media only screen and (max-width: 763px) { #vOcnyEbKVP8kczPe5h4EXKAfKmpbAyoy { top:12.5869140625rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KvzJmht1TuWIxb2VXpT9A5ekQDISL7 { display:block; }
 }@media only screen and (max-width: 763px) { #Ou7EQoHy8k5qbVTPqD5Uk5XrzlKbTBOd { width:18.75rem;height:4.6875rem;top:12.5869375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLgTGFxropvNxIN0OHrNtPaCnncCqq7h { width:10.9375rem;height:1.95rem;top:13.9619375rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCDel9v56VepHFOXR4NJBLJTXPZFKarD { display:block; }#CCDel9v56VepHFOXR4NJBLJTXPZFKarD > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFtEdTFHAllIPdXcNLJvgNVirm9qLvp5 { width:14.0625rem;height:2.4375rem;top:1.42578125rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOca4zlApcmCxKlqarKzRMc2Ges1Chu { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#1c1c1c;background-image:none;border-top:0.125rem solid #cddc39;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; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container { background-color: transparent; background-image: none; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container > .video-iframe-container { display: none; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row > .video-iframe-container { display: none; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .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); }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container { border-width: 0; border-radius: 0; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldOca4zlApcmCxKlqarKzRMc2Ges1Chu > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7lSi3o43KvBKLQr2wf2lrtAwRwXhCNk { top:0.875rem;left:10.1875rem;width:9.8125rem;height:2.9375rem;background-color:#cddc39;background-image:none;color:#333333;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-family:roboto;font-size:0.9375rem;box-shadow: 0.3125rem 0.1875rem 1.25rem rgba(235,246,129,0.34) ;display:block; }
 }@media only screen and (max-width: 763px) { #ATUonaVu3vpK7gm7bLip1kkpegORAZZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #lmiILr1nWVPF1oNzE0UXzRJVWvaGuxFu { top:1.20703125rem;left:0rem;width:5.6875rem;height:2.2734375rem;z-index:15006;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlWcdI9FDNVDTx8okCy2FEXX247AmKGM { top:0.875rem;left:8.25rem;width:2.9375rem;height:2.9375rem;z-index:15007;background-color:#ffffff;background-image:none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(244,255,137,0.65) ;display:block; }
 }@media only screen and (max-width: 763px) { #tRcr1dX6sNmzuSHvwGxQ8Cznw6PGIW5V { display:flex;top:1.25rem;left:8.625rem;width:2.25rem;height:2.25rem;z-index:15077; }
 }@media only screen and (max-width: 763px) { #APMMMsXTs4hwCLyuHVuSwWQkTcFIt72S { display:flex;top:1.21875rem;left:5.0625rem;width:2.25rem;height:2.25rem;z-index:15078; }
 }