.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:#fffdfd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container { background-color: transparent; background-image: none; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container > .video-iframe-container { display: none; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row > .video-iframe-container { display: none; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .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); }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container { border-width: 0; border-radius: 0; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#XkoDhLdTUc2ImGp263CZyf5rkHmZ50tH { color:#f8f8f8;display:block;width:40.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:17.15625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container { background-color: transparent; background-image: none; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container > .video-iframe-container { display: none; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row > .video-iframe-container { display: none; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .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); }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container { border-width: 0; border-radius: 0; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;overflow:visible;position:relative;display:block; }#P7SexyKenvVbn4pBI6QV7CIDUCqhssAN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.28125rem;left:21.375rem;display:block; }
#klfJNQ1kVz1pmC5aPOcJLFTOZfh1Ngcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dD4OWeBTp4NqJER0cS3IGvunU3EeJx66 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.0625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#dueerWRWKFGLSeSJxz0WEKF2BZozXvxe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.3125rem;left:28.75rem;display:block; }
#h5ToBZ01iLtmrrppqCCvPDVFSyqSaBSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CboyfmH40qloh0iAphBUZ31VJR8XE1Jn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3125rem;left:41.4375rem;display:block; }
#wKCNqbIhc1m9HvHqZOQw0tNRRrvRxQRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9eQZwGp2VzBxiCIbC5aSwqcyu8a38Fy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.28125rem;left:48.875rem;display:block; }
#CUtyVnXW14RTdnaO68STowTUZHdWTUz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJDfXCwcN2kUCJrz3xusw13Nh8y2RNE3 { position:absolute;display:block;z-index:15034;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.625rem 0.625rem rgba(40,30,50,0.31) ;height:4.375rem;width:16.625rem;top:1.875rem;left:58.375rem;display:block; }
#HS6peGMeHfgdzii7unliTDgCPoqtOGDo { position:absolute;display:block;z-index:15037;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:2.5rem;left:70.875rem;display:block; }
#MTKyG2533dIqvuc7NdgZXeKMxKI2Tvhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.875rem;left:71.3125rem; }
#RFInqZP3Vq8apgQR0rbasMS3IzyVBFdi { color:#070707;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.875rem;left:60.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWzc9a5ICwOVBTJ0SERXTKr84rmIWUcx { color:#5b5b5b;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:2.8125rem;left:59.5rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#hGNyDfXKX6TmF3A2mTvO2K21OSuUgywA { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:4.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.8125rem;left:58.375rem;display:block; }
#KTkO3pT5GVVP7tIgFbKcPIpKo4gtptty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qm8l87QQtnTh2u3v7qsUTnqZOHoob41O { position:absolute;display:block;z-index:15048;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.625rem;width:5.625rem;top:6.25rem;left:7.0625rem;overflow:hidden;display:none; }
#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK { background-color:transparent;background-image: -webkit-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -moz-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -ms-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -o-linear-gradient(144deg, #2a2a2a, #0b0a0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0b0a0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0b0a0e' );";background-image: linear-gradient(144deg, #2a2a2a, #0b0a0e);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { background-color: transparent; background-image: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container > .video-iframe-container { display: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row > .video-iframe-container { display: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .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); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { border-width: 0; border-radius: 0; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#EUfWdl5ysxdCIxRFzW1374CER8AkMX5A { color:#e1e1e1;display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:19.6875rem;left:0rem;height:5.3994125rem;display:block; }
#K4EzuZaIJQp88gaSEyXq0CwaKMikHbx2 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:40.125rem;display:block; }
#TTE6gd1PLUWfBGcgMwifLP7QTEFxVKQf { color:#070707;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.5625rem;left:44.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#wlyS3nPeD3RpPqT7GeuavFi2khrmhmvR { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.32);top:11.25rem;left:0rem;height:8.44925rem;font-style:normal;display:block; }
#dTGhJwq3x779gocVOKM2tEAR4XqX6548 { position:absolute;display:block;z-index:15028;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:36.0625rem;left:0rem;display:block; }
#QJCaFego5AFZTHZpEvhW9xTgE7gohq4N { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.4375rem;left:2.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GzDpkBCE5ukGIo3qu1PFAfQ8cO0cJU6x { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.9375rem;left:0.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vN6NiEhQRULKq72Pub9vngKu2ZTKQk8k { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:36.01171875rem;left:0rem;display:block; }
#Zp3gxiXmT0mBOV07Kzgx0b32T0x0HpoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BC2DNGbKmpxHugp32TAwX3mntRCUs8zP { position:absolute;display:block;z-index:15031;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:36.4375rem;left:14.1875rem;display:block; }
#ksSSRpf2DwTOl1awLN1M5QBnrvXXtXbT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.8125rem;left:14.625rem; }
#TAJpXaR1X7DyMHiqrMlkcCDVCxcGWIKD { position:absolute;display:block;z-index:15000;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;height:26.625rem;width:34.75rem;top:8.6875rem;left:40.25rem;overflow:hidden;display:block; }
#krVMyrNbDCgoahDPW5AKtEJOp8TD5EkQ { position:absolute;display:block;z-index:15039;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.75rem;width:2rem;top:32.125rem;left:12rem;overflow:hidden;display:block; }
#lRXJV13fzoR3ECXxh3owcwZvLaTuT35T { position:absolute;display:block;z-index:15006;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:52rem;display:block; }
#iXfDMWELgvDbtvZKFkWwpH7iaW0aTTFk { color:#070707;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:33.5625rem;left:56.0625rem;height:2.44921875rem;font-style:normal;display:block; }
#Eu0dkwWedVosmTekl2DGAZ8QDHB80vWT { position:absolute;display:block;z-index:15009;background-color:#ffffff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:63.9375rem;display:block; }
#koOz8P8NELGnkCyv4oXnZ5Ti73RcJasq { color:#070707;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.5625rem;left:68.625rem;height:2.44921875rem;font-style:normal;display:block; }
#alDHJMSeiWwp3Te6xmvfJM6eiKD4d4q1 { 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; }
#LPv0tkw3wASwBppagJO9SSXBkXdW7129 { 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; }
#ISbFuBrz167F7akvgDtWDrTTeRWxhgTA { 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; }
#p41IDEnVLeNOenuPvW5AqOZ1yoLrQ8Gu { position:absolute;display:block;z-index:15047;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.625rem;width:6.375rem;top:35.4375rem;left:21.375rem;overflow:hidden;display:block; }
#GINNZH57cZlfg4FPyi1WguEE4QKdkAWO { position:absolute;display:block;z-index:15048;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.625rem;width:5.625rem;top:35.4375rem;left:28.4375rem;overflow:hidden;display:block; }
#pGDEytPCzMWSXA4oPfxGhzJTFTMPieQF { 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:15050;opacity:1;top:33.25rem;left:40.75rem; }
#NJ106vBuZlc3xndFo6T2I3O8I1eJOnSM { 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:15051;opacity:1;top:33.25rem;left:52rem; }
#M11sSIs0at9dOga7otfmsALO41BNQ1ue { 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:15052;opacity:1;top:33.25rem;left:64.875rem; }
#DkWgqqW4wyBLy4U6rDLW6m1vqWU1BJ0O { position:absolute;display:block;z-index:15054;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.9375rem;width:2.1875rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#mL1y19hqLSo69tDb6lfX85TmlOvLXLbq { color:#ffb521;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.875rem;height:1.625rem;font-style:normal;display:block; }
#aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.625rem;left:0rem;height:3.548825rem;font-style:normal;display:block; }#aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
#IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.1875rem;height:3.548825rem;font-style:normal;display:block; }#IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container { background-color: transparent; background-image: none; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container > .video-iframe-container { display: none; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row > .video-iframe-container { display: none; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .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); }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container { border-width: 0; border-radius: 0; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#lwJ4FzXnGgThQgvQJ0xr9femeHl925lq { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.75rem;left:0rem; }
#HQJdoLKMoZWtahsUw2lIBFGqLIBLmQnC { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8.125rem;height:2.5996125rem;font-style:normal;display:block; }
#fFGtNMwQvSahyXD5M2hZRkipcfsShFaX { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.4619125rem;font-style:normal;display:block; }
#fDRh8lu1gfmMyfSMJJ1BwNslffgLz2MR { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:27.125rem;height:1.4619125rem;font-style:normal;display:block; }
#vOlPvSB4tz9MQikZ3Omi9XSPgFzqZQp6 { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.75rem;left:19rem; }
#Fq4qwmQGEl2yK6bzKF1MH5XbCz4lGGNn { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:27.125rem;height:2.5996125rem;font-style:normal;display:block; }
#zPCqZbDZNG5BRZ1spqaZUHOzJhBaClyK { color:#070707;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:46.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#aU03lySuzbWoaXQnBhTZI2oBkiHOTmoZ { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.75rem;left:38.0625rem; }
#IpdFPqQ4XAdaasZvUMXwyiSLnc2Fv6Ps { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:46.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#y19g8ZwMllP6AGez0rDcShC2huAk6f1h { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7rem;left:65rem;height:1.4619125rem;font-style:normal;display:block; }
#nTgK6WP69fasmDmTomsbH2AKHLOFufpH { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.4375rem;left:65rem;height:2.5996125rem;font-style:normal;display:block; }
#TTTOqduPOCrVezMFPyBTVKChiMmLLl7v { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.75rem;left:56.875rem; }
#O9w7DAoxnPy0c56TcDq8lSsidUIQIy5J { position:absolute;display:block;z-index:15018;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.0625rem;width:3.0625rem;top:5.28125rem;left:21.53125rem;overflow:hidden;display:block; }
#gq0GGrTTDwETaIh0HNXDKIeC0CtrexPO { position:absolute;display:block;z-index:15019;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:5.25rem;left:40.5625rem;overflow:hidden;display:block; }
#w4kC4lFiI7ZD1JeCkWF23ZSZDOMhtqh2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.125rem;top:5.125rem;left:59.375rem;overflow:hidden;display:block; }
#Ww2FilyKlTTzfADQ3EusfqXXzz7EXSVN { position:absolute;display:block;z-index:15019;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.0625rem;width:3.0625rem;top:5.28125rem;left:2.5rem;overflow:hidden;display:block; }
#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay { 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; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container { background-color: transparent; background-image: none; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container > .video-iframe-container { display: none; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row > .video-iframe-container { display: none; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .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); }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container { border-width: 0; border-radius: 0; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#aDKKdl6RUms3q64za3mRdRFugwk0OOwv { color:#ffb521;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTlICqGBHL7c2fZa4B4dOAHw6NFrDKBu { color:#070707;display:block;width:66.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.32);top:5.75rem;left:4.3125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNGNrZDQ3R13wDpT7DFXMHGCKnc1iLC5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;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: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:0.8125rem;display:block; }
#lC93VGktctiw3aqWRSD8KhCiUfHRD6dq { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.0625rem;left:1.4375rem;height:8.999rem;overflow:hidden;display:block; }#lC93VGktctiw3aqWRSD8KhCiUfHRD6dq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lC93VGktctiw3aqWRSD8KhCiUfHRD6dq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#BC5ChLRNM6oI7NTlMxanER3SRkMTaqyS { position:absolute;display:block;z-index:15007;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22.0625rem;left:0.8125rem;display:block; }
#lRo3hcq7QNW8X83u0LidMOn5TuklEPDF { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.6875rem;left:3rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmMmzR6K5d6cqoly8CtV2vpMHnEaXAuR { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #ffb521;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.875rem;top:12.125rem;left:0.8125rem;overflow:hidden;display:block; }
#fNCuCd8iSGONzwcPvXisPCmOhy8Vzod7 { position:absolute;display:block;z-index:15006;background-color:#ffffff;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: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:19.6875rem;display:block; }
#eDzfWlc5y3fPFTrJP6M3VctisW6edckF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:26.0625rem;left:20.3125rem;height:10.8965rem;overflow:hidden;display:block; }#eDzfWlc5y3fPFTrJP6M3VctisW6edckF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eDzfWlc5y3fPFTrJP6M3VctisW6edckF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#KU5Hbelix2s5TzRzZAgcOQ7yPnXGfUqI { position:absolute;display:block;z-index:15012;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22rem;left:19.6875rem;display:block; }
#Wetks7MudU8HBLS6bAIAf0kLNvRfJLrc { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.625rem;left:21.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEJoD3xf3xEPPHy8eq3qx9Xqm0UdcDC4 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffb521;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.875rem;top:12.125rem;left:19.6875rem;overflow:hidden;display:block; }
#zSx7HOptf1upi7rQU77kzfyXFpZZRTBK { position:absolute;display:block;z-index:15016;background-color:#ffffff;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: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:38.625rem;display:block; }
#R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:26.0625rem;left:39.25rem;height:9.4970625rem;overflow:hidden;display:block; }#R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#OIzuJatr4W2yaeSgdQLiuOxzOHLEFopf { position:absolute;display:block;z-index:15022;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22rem;left:38.625rem;display:block; }
#lStdvVAhJygJzK4SacTneiohkGKSENRi { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:40.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HETWmkXfnLrRuZUwOc6qy3DmWGTUReqF { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #ffb521;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.875rem;top:12.125rem;left:38.625rem;overflow:hidden;display:block; }
#CZ3X7kKLwpflR8JJtwS1edXWLQ4aqw2t { box-sizing:content-box;height:1.875rem;width:7.75rem;position:absolute;display:block;z-index:15000;background-color:#070707;background-image:none;top:3.4375rem;left:33.625rem;display:block; }
#ArPRV8BXSMhhBQROWxXp8M1EVlMhCiwK { position:absolute;display:block;z-index:15021;background-color:#ffffff;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: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.875rem;left:57.375rem;display:block; }
#vl6OqrRW4uHSZnIilf2nCls25GnafnPy { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:26.0625rem;left:58rem;height:12.295875rem;overflow:hidden;display:block; }#vl6OqrRW4uHSZnIilf2nCls25GnafnPy li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#vl6OqrRW4uHSZnIilf2nCls25GnafnPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#E63pNTA5UC0KER5vmkQwtIoMK9q17Qk9 { position:absolute;display:block;z-index:15027;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22.0625rem;left:57.375rem;display:block; }
#CbWdvlgJfAz335z8KPZDWFbBiDti1Z9D { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.6875rem;left:59.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8J6yQoVl2ooWAIqWQ3ALPX8Ik0monPg { position:absolute;display:block;z-index:15022;border-top:0.25rem solid #ffb521;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:16.875rem;top:12.1875rem;left:57.375rem;overflow:hidden;display:block; }
#TwAmg3WRUDTvNx9IbZa791xJESwl5elc { position:relative;display:block; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc { background-color: transparent; background-image: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container > .video-iframe-container { display: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row > .video-iframe-container { display: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .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); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc { border-width: 0; border-radius: 0; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .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; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .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:49rem;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; }#QvPxl9wnZCJRuBpRkdZtFTP1wrQmlU10 { color:#070707;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:4.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEmDy9DO99BMcyOw0KJBhD0UDE7vGMc1 { color:#171717;display:block;width:9.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.6875rem;left:7.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2nPAahgwe49sywdeIlCwuVu5idbAhIy { color:#5b5b5b;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:15.3125rem;left:4.375rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#RgzhOHqtHerTMpIRQ3tAGFoz8mHaVu8S { color:#171717;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:20.5625rem;left:4.8125rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GuE8N5TqlqWZvJdoE3Jvcs1N20prhzJS { position:absolute;display:block;z-index:15012;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.0625rem solid #ffb521;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.21) ;height:19.375rem;width:19.125rem;top:11.0625rem;left:2.9375rem;display:block; }
#xIeM9ZFePxthPCr36UsrObpS0EBswg8k { color:#070707;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4yWXi0cq1rny3HWTPgwqX2Eid7Tcqzw { color:#171717;display:block;width:12rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.23);top:16.6875rem;left:31.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFJQUxEihVuHvE0wzL2ZQGrgVI9rtCPx { color:#171717;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:20.5625rem;left:29.875rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#THEPKfWWGsuickPuzwHl3QMWG3hZb3bm { position:absolute;display:block;z-index:15018;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.0625rem solid #ffb521;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.21) ;height:19.375rem;width:19.125rem;top:11.0625rem;left:27.9375rem;display:block; }
#p60EhAQK8FDBT7ZCgQ0axPtF4Ot5qpoQ { color:#070707;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.0625rem;left:28.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZF7MztuE1A0miRBH4OJShD6qaOByJu9 { color:#5b5b5b;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:15.3125rem;left:29.375rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#h00nFSUJsRTZyJK2evHRLfzI8kcJb3Pb { color:#171717;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.23);top:16.625rem;left:56.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMt0DR1zZfBwsOrweJssOhKM7tLalfkQ { color:#171717;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:20.5625rem;left:54.5rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vnOTtvizyi7NJAmEFWTaKcqXR4d2LGP7 { position:absolute;display:block;z-index:15024;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.0625rem solid #ffb521;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.21) ;height:19.375rem;width:19.125rem;top:11.0625rem;left:52.9375rem;display:block; }
#ZTE8W66Qr0Oqf5AcwWVHuNOPTR3b9kl5 { color:#070707;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.1875rem;left:56.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWrnD31GT7AkLveyrhTG9Tlc4MCUZvMT { color:#5b5b5b;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:15.3125rem;left:54.375rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15091;line-height:1.8;letter-spacing:0;top:34rem;left:7.375rem;height:3.5996125rem;text-align:center;text-align-last:center;overflow:hidden;font-style:normal;display:block; }#mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6704c76a-c615-4b7c-b11b-c0970bb11cee/DisclaimerSymbolPNGClipartBackground.png); }
#Rt2tiUsDuATTJLCebIKNr899XbCgk8uP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;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 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#0f0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:41.1875rem;left:39.6875rem;display:block; }
#vOTCxIHeSkbFQ47yGvfriVVkP81Jq1tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3gl1ZQcfW8iHbiVpcnH1gzTqTh4H40y { position:absolute;display:block;z-index:15042;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:41rem;left:19.0625rem;display:block; }
#uTDxmJkil1im3hWGoE2yTRrWd977eGTO { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:41rem;left:19.125rem;display:block; }
#Hyz5tvCsq1qhosyp5kJTHHUVRxSHdTuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wzbBrdyfTEnt3PUWCgbg0f86bxRETeVi { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:42.875rem;left:19.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJi766bOMh1AHtGZHavPtEba2oSTLb6S { position:absolute;display:block;z-index:15045;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:41.375rem;left:33.25rem;display:block; }
#T50dp0vtldJppNH819CEwIN3lIp2NJCJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:41.75rem;left:33.6875rem; }
#qL0zyMvFuqd1OlQtJqZa8uvJvzDLCT1O { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:41.375rem;left:21.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06f04dd7-c4cb-4765-8243-b5b534d34655/safekeylocksmith.png");background-position:center right !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; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq.adaptive-delivery-prevent-bg, #DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq.lazyload, #DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq.lazyloading { background-image: none; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container { background-color: transparent; background-image: none; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container > .video-iframe-container { display: none; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row > .video-iframe-container { display: none; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .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); }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container { border-width: 0; border-radius: 0; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq::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; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#ebGZzRyk0wO5HUB6mczG2zDNeauWX5pk { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.3125rem;width:33.4375rem;top:8.1875rem;left:20.8125rem;display:block; }
#JunGkzRDuZKfrvCRMoU4HLubwaRAxLSz { color:#100f0f;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:11.75rem;left:23.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#RHV4sW4uLBFvHmNJZBPJcbDgqCCqffbh { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:9.1875rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teNdDWmEyn0vvKd0tsuRa150pKr1XEa0 { position:absolute;display:block;z-index:15062;height:25rem;width:29.8125rem;top:14rem;left:22.6875rem;display:block; }
#v9EgcNNsnt593kEVCsztdfmnBgJfZA8n { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:6.8125rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iKVgMXLbH007SxDlk0DpfF1DHXoQUszb { position:absolute;display:block;z-index:15061;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:4.625rem;top:41.6875rem;left:25.75rem;overflow:hidden;display:block; }
#Ii8t3M4L9gTsAU37zUKQZinVBzURJ0HT { box-sizing:content-box;height:6.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15018;background-color:#0e0e0e;background-image:none;top:40.5rem;left:20.8125rem;border-top:0.4375rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.4375rem solid #ffb521;display:block; }
#IDdM0RLlWkBDNog8MAd2JEKNUoUMaRlf { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:42.8125rem;left:32rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#KgkELHEHN3TZSvotQaxbKaTZJwbyLG3E { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:44.3125rem;left:33.3125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 { background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container { background-color: transparent; background-image: none; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container > .video-iframe-container { display: none; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row > .video-iframe-container { display: none; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .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); }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container { border-width: 0; border-radius: 0; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;overflow:visible;position:relative;display:block; }#IQoA84WkHpHfuhdQtTxQI0BgkzKiOsEc { color:#ffb521;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:38.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#LTCNDCTfzyzFfsqcHK7VtM14LBeE7Tuf { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:24rem;left:37.375rem;height:6.375rem;display:block; }
#g70XpJA01zEZ5vTtqilfgnKgVTQcnJ4d { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.32);top:15.7998046875rem;left:37.375rem;height:7.19925rem;font-style:normal;display:block; }
#urlssK1EkGFwExtZRzwQRMVsfDzcpidV { position:absolute;display:block;z-index:15043;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:36.375rem;width:36rem;top:10.21875rem;left:0rem;overflow:hidden;display:block; }
#M5zcHSzWTVzbQ5SVKlBOA6wuddqXPkAH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;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 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#0f0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.625rem;left:57.9375rem;display:block; }
#u2qBzdLtxatredZuluLBwCG2sU9NCZt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTfpoIVTQpJck5bAi3C5FRrRsKOoTwZC { position:absolute;display:block;z-index:15035;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:33.4375rem;left:37.3125rem;display:block; }
#b4eaEx4ygyzTMuf8pUgEo2uJDdrggr3Q { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.4375rem;left:37.375rem;display:block; }
#LTwvbMMBwZRqnJsIshB38yVcy7aw7Ro4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssBJlAzA0w9G8WSyJi12d2NElUCwozsR { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:35.3125rem;left:38.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9UX8wTuKtSANu69GAaTyzGEtlqT8vcS { position:absolute;display:block;z-index:15038;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:33.8125rem;left:51.5rem;display:block; }
#iyi8m8cI0zE85N31OgPemcKoVwtgcbWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.1875rem;left:51.9375rem; }
#V5ELfDKp9sCw57ZEfE6PfpsTf3slVsMm { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:33.8125rem;left:40.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iCHLPBpfGNclCW7UNQQVxsQTWRBvxydv { box-sizing:content-box;height:1.875rem;width:13.5rem;position:absolute;display:block;z-index:15001;background-color:#070707;background-image:none;top:13.3359375rem;left:37.28125rem;display:block; }
#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb521;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; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { background-color: transparent; background-image: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container > .video-iframe-container { display: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row > .video-iframe-container { display: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .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); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { border-width: 0; border-radius: 0; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#LpgFvUz2rayab7IMpEXXJiG2yTKzwQqX { color:#070707;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.23046875rem;left:0rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VIwHG9ryOyUSHC29ZnurOD7PVfr1K1Uu { background-color:#070707;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.375rem;left:37.125rem;display:block; }
#RuFJp8ovKgmpTsfNMJtze644uZBkhCnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcWfJNqMvKveAE933xJT93uLAJT1B264 { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4.15625rem;left:62.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTUGTWJSGnz7BTyWfxVa6lLQy7e62xa9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:1.9375rem;width:12.9375rem;top:3.8125rem;left:61.6875rem;display:block; }
#rmxLfzd3MTQq30tzhb5MrEGCIZLIetNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.0625rem;left:71rem; }
#TKr5fGMpSCwiAkASwgkXfueAXOSLMrgl { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J9G5tN8KI9KlBchJq8ByufptGXRQMVdT { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:4.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.84375rem;left:61.75rem;display:block; }
#GXrnFeeGenyIVmzieT5Cd4fdczSOWt8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container { background-color: transparent; background-image: none; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container > .video-iframe-container { display: none; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row > .video-iframe-container { display: none; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .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); }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container { border-width: 0; border-radius: 0; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#r58u2cVZwysvTIe1gRUyiLTeRBp4NHAJ { color:#ffb521;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:27.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Txz96vpNcJkHLR7Sy0bVfPvgw2trDuNh { color:#281e32;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.27);top:7rem;left:21.125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5pzOcmd94eBzKXM0BGNIJFGO4dSFaUm { color:#ffb521;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.5625rem;left:4.5625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewN5qUH2r1eTNLz5GDoVpOWbh3RFsDCG { position:absolute;display:block;z-index:15017;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:20.1875rem;left:2.125rem;display:block; }
#VcNQmHVKTipwmPlpMcTCx9r5aJI4NLvZ { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:27.25rem;left:3.3125rem;height:5.25rem;display:block; }
#dIgBof8EI8S1knwnFVF1io3HUQeX9T9a { position:absolute;display:block;z-index:15050;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:5.25rem;top:17rem;left:7.9375rem;overflow:hidden;display:block; }
#J9d7JC8QVwlxXvNw8BEeWfLxTbUmOdEP { position:absolute;display:block;z-index:15021;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:20.1875rem;left:56.28125rem;display:block; }
#ZUg74PkXufgGMBu4qwKooEm8TNWIbzSr { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:27.25rem;left:57.4375rem;height:6.5625rem;display:block; }
#MgT9o8DVH4LAMmQDby8gKzAGSLaLIeKX { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:23.5625rem;left:57.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KENDk8hW49Q8UPVseBuVcTEy7PZEOKsp { position:absolute;display:block;z-index:15054;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.3125rem;width:5.0625rem;top:17rem;left:62.0625rem;overflow:hidden;display:block; }
#vTQpIDV8cp5IndevBedSScVlsHygQaRT { position:absolute;display:block;z-index:15029;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:41.5rem;left:56.25rem;display:block; }
#u275CI8s2iWUvTdhNF9dDxEOrJrI9ds8 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:48.5625rem;left:57.4375rem;height:6.5625rem;display:block; }
#DqPO4nVs3FH9yR5hqxTirLTgz5cx0SRM { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:44.875rem;left:57.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HQMqzZh1TMNunQqtCN6epBcuCafNsm6e { position:absolute;display:block;z-index:15025;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:41.5rem;left:2.125rem;display:block; }
#iV0eGIDoaI8EAuIutSASXyHmZgTSV1pi { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:44.875rem;left:3.0625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uBNG1RWhDy9TIskmATT4m2x1TRPZR1Ix { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:48.5625rem;left:3.3125rem;height:7.875rem;display:block; }
#EUEaizU9cPANNbGg3QGOocPd8JfIABMi { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: none;height:5.3125rem;width:5.25rem;top:38.3125rem;left:62.0625rem;overflow:hidden;display:block; }
#n6vQD23HdCLdpzzRG7i4AHtKUeu2017a { position:absolute;display:block;z-index:15058;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.3125rem;width:5.25rem;top:38.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#QuXXueJfXTWA5PAUTM7638gaBklHgbfE { position:absolute;display:block;z-index:15063;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.0625rem 0.0625rem 1.25rem #070707 ;height:37rem;width:24.6875rem;top:19.40625rem;left:25.15625rem;overflow:hidden;display:block; }
#l9JHPZvrpJHW74wLIuLsDlFMbwmh8Pit { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;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 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#0f0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:62.9375rem;left:39.75rem;display:block; }
#Q2ALEpAptb1kVWglw3VLkKl7dPuhZXIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JC9ovzZsMnUXHrObk7nGEoL2tBDXBJK7 { position:absolute;display:block;z-index:15042;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:62.75rem;left:19.125rem;display:block; }
#IEg7DBRT5y6X7UXdkULlf3DGKCKUOSmA { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:62.75rem;left:19.1875rem;display:block; }
#BsZOMMSlhX2VBnxzsyPsCO8U3XniG4S5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRWAC6L5FbqnfqFMWlhL5MSDca2h6FeJ { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:64.625rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJD9QsKow32MAvbQFT9qWhlScOWlFf5C { position:absolute;display:block;z-index:15045;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:63.125rem;left:33.3125rem;display:block; }
#XEuXLXNrEbHDWkEtE7hhkxu6fZTVTe0p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:63.5rem;left:33.75rem; }
#SwzspM5Iv60m7JUWHEeg13gbNVvJwO6p { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:63.4375rem;left:22rem;height:0.79980625rem;text-align:center;text-align-last:center;display:block; }
#vG975GCCxz4cN5sKDzke7hzqahcVkmcp { box-sizing:content-box;height:45.625rem;width:54.5rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(255,181,33,0.28);background-image:none;top:14.84375rem;left:10.375rem;display:block; }
#fEv3i1uLsndKFKhvbn60OAVGqEapVsKF { box-sizing:content-box;height:1.875rem;width:9.3125rem;position:absolute;display:block;z-index:14998;background-color:#070707;background-image:none;top:4.5625rem;left:33.3125rem;display:block; }
#sZD1p0oUTahPFtGuvv0ZPoqzCP7fQH7M { position:absolute;display:block;z-index:15064;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.1875rem;width:8.1875rem;top:50.125rem;left:43.78125rem;overflow:hidden;display:block; }
#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container { background-color: transparent; background-image: none; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container > .video-iframe-container { display: none; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row > .video-iframe-container { display: none; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .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); }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container { border-width: 0; border-radius: 0; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.8;letter-spacing:0;top:13.9375rem;left:48.5rem;height:23.056625rem;overflow:hidden;display:block; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:13.875rem;left:61.4375rem;height:23.056625rem;overflow:hidden;display:block; }#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
#JqRnsUsNUisInmNTiakSC3d51uvmc8B5 { position:absolute;display:block;z-index:15060;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 0rem 0.625rem rgba(0,0,0,0.5) ;height:41.625rem;width:43.6875rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#TaxvRGOot5TzOWhG8cfAwNcMBnKiHcW6 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8125rem;left:50.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpor8cz0x86J8SXZT2IuOb6hZuPW3dZD { color:#ffb521;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:50.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKUd2i9n52iEXbmnO0ffbrTB8kOhQWW2 { box-sizing:content-box;height:1.875rem;width:9.3125rem;position:absolute;display:block;z-index:14999;background-color:#070707;background-image:none;top:7.25rem;left:56.0625rem;display:block; }
#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container { background-color: transparent; background-image: none; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container > .video-iframe-container { display: none; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row > .video-iframe-container { display: none; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .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); }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container { border-width: 0; border-radius: 0; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#sAhnf9RVHBnnohTdWB3GApbSETHCVfkK { color:#e1e1e1;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.125rem;left:0.9375rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJ8GsZ9WWGSz2WTk70FWg31MPxP67Ebp { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:28.4375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWwCzivHC0UV5D5Ip8laM6XWEu5ZwaZ1 { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:14.625rem;left:28.4375rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#DZGQzdVXhZuOkQ9rNqTEecm85RQO5xC4 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(176,176,176,0.51);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:0.9375rem;width:44.8125rem;top:12.25rem;left:28.4375rem;display:block; }
#ETihdWP3GOAmse7lDpIzx4Ib4WVCgZDl { color:#ffffff;display:block;width:14rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.9375rem;left:28.4375rem;height:1.625rem;display:block; }
#lNyokdZu6boRx8KMc6PZGyoK6eTTgNcQ { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(176,176,176,0.51);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:0.9375rem;width:44.8125rem;top:23.875rem;left:28.3125rem;display:block; }
#zFiSpXd3BGGvEqpxbKz0TkBPgHN5df74 { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:26.5rem;left:28.3125rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#zW62JdivWQW5rfqbfx83rDRTiK4qNUA3 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33rem;left:28.4375rem;height:1.625rem;display:block; }
#P6PVwra0q2GldsLvaOLA1zI98nxrFwJo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.125rem;left:27.4375rem; }
#AsKyGkuFblkP9eTswirKnVKR2wC7yidh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.875rem;left:27.3125rem; }
#ND87V63WKs1sR5RR7CVgkRPpL6p2ArA9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.25rem;width:19.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:.06;top:0rem;left:55.75rem; }
#JTTtTxQGM2iopJy2AxUggZWncAEfai1d { position:absolute;display:block;z-index:15031;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:16.75rem;width:19.875rem;top:8.4375rem;left:2rem;overflow:hidden;display:block; }
#gX5CxFfbFiq5tczGdi90gNeG054lzGJI { box-sizing:content-box;height:1.875rem;width:13.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffb521;background-image:none;top:3.5625rem;left:28.4375rem;display:block; }
#cpM5TJLz9x4gPRdXPHBuxd5dlJEVsHyg { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:28.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb521;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; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { background-color: transparent; background-image: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container > .video-iframe-container { display: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row > .video-iframe-container { display: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .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); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { border-width: 0; border-radius: 0; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#XpBgbmJz6o5TUR2PewmziJW0MxXLagni { color:#070707;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.23046875rem;left:0rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEH89OXOkM6f08MWAhgmt7Loldw4tJBA { background-color:#070707;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.375rem;left:37.125rem;display:block; }
#dePU365pfKqLHAq4bF1B8wRt51TN8uJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQi7Z3ETxT2X0G7tHbZtCQ6ol05TNQnC { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4.15625rem;left:62.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Q6qTSlmyLJkvJeUHAPrNF1vqaOb4V5 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:1.9375rem;width:12.9375rem;top:3.8125rem;left:61.6875rem;display:block; }
#EwQmsUBmDdbUTA57LAkx3Jnhxrb1wsXs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.0625rem;left:71rem; }
#FqIBE4aa1gVqiBTPL7uc8DD7fmTU0UFq { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gb1Gy50EuhNfTCJVhz0V8OnFWZkGiWTk { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:4.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.84375rem;left:61.75rem;display:block; }
#A224rFDX2BO6Ekg3sMya9FU7VvmWFEzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { 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; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { background-color: transparent; background-image: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container > .video-iframe-container { display: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container { display: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .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); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { border-width: 0; border-radius: 0; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { color:#070707;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3125rem;left:15.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M82GiPQZhzkRa58c5Py7HR709M1NShTg { 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:4rem;width:12.0625rem;top:6.6875rem;left:2.125rem;overflow:hidden;display:block; }
#cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.125rem;top:6.8125rem;left:17.875rem;overflow:hidden;display:block; }
#N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { position:absolute;display:block;z-index:15005;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.4375rem;width:10.5rem;top:6.5rem;left:62.375rem;overflow:hidden;display:block; }
#pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { 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:5.25rem;width:10rem;top:6.0625rem;left:48.625rem;overflow:hidden;display:block; }
#IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { 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:6.6875rem;width:9.125rem;top:5.375rem;left:35.75rem;overflow:hidden;display:block; }
#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0e70d90-e721-4731-8880-d11da31051b8/locksmithnearmeknoxville.jpg");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; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve.adaptive-delivery-prevent-bg, #Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve.lazyload, #Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve.lazyloading { background-image: none; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container { background-color: transparent; background-image: none; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container > .video-iframe-container { display: none; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row > .video-iframe-container { display: none; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .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); }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container { border-width: 0; border-radius: 0; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve::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; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#sEgd5aZGyk19PyJFErghTmO5Wg7anXBX { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.3125rem;width:33.4375rem;top:5.25rem;left:20.8125rem;display:block; }
#yJ33qq7kr6S0PoDEdktQul0w0SPGV8uQ { color:#100f0f;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:8.8125rem;left:23.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#K2JygfgAMJKVpxhDxQQBONRLkAx0fUJp { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:6.25rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUTcFokZmUEed2gT17NKBnxrTlrtxw6C { position:absolute;display:block;z-index:15070;height:25rem;width:29.8125rem;top:11.0625rem;left:22.6875rem;display:block; }
#ksgXEqbMJxb4f8PF7ihZZk2P4pxwrEKT { box-sizing:content-box;height:6.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15026;background-color:#0e0e0e;background-image:none;top:37.5625rem;left:20.8125rem;border-top:0.4375rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.4375rem solid #ffb521;display:block; }
#CLdNlcnLc9KhCr5gXdc9dtcwpfdF6rKp { 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:4.6875rem;width:4.625rem;top:39.0625rem;left:24.4375rem;overflow:hidden;display:block; }
#eQZfU8s8s4av57Z1M0K7UHXmcgRM6pxP { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.5;letter-spacing:0;top:40.1875rem;left:29.625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#txuEePKhMD2KdXos1cSWtSOwThuA4Hds { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.5;letter-spacing:0;top:41.8125rem;left:31.46875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA { position:relative;display:block; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA { background-color: transparent; background-image: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container > .video-iframe-container { display: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row > .video-iframe-container { display: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .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); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA { border-width: 0; border-radius: 0; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cJychiS010Rt1ZRi0mT3lQgodoikQnwF { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7aba0a3-b42c-41f2-ad91-309da997acf0/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:1.25rem;display:block; }#cJychiS010Rt1ZRi0mT3lQgodoikQnwF.adaptive-delivery-prevent-bg, #cJychiS010Rt1ZRi0mT3lQgodoikQnwF.lazyload, #cJychiS010Rt1ZRi0mT3lQgodoikQnwF.lazyloading { background-image: none; }
#fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98aa283d-0188-4a2d-885a-c7bc5e0eb4a4/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:19.6875rem;display:block; }#fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z.adaptive-delivery-prevent-bg, #fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z.lazyload, #fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z.lazyloading { background-image: none; }
#l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7ae697a-3d12-4d50-b606-c09d8561594c/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:38.125rem;display:block; }#l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze.adaptive-delivery-prevent-bg, #l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze.lazyload, #l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze.lazyloading { background-image: none; }
#yeuk48llnpPBi7DgzamwnrpzhuewsbhM { color:#ffb521;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBU2fHrp11gm8Pix6eXWuUIsho6lW7ra { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUIQcAyorMiPHR0ZZ93rTg1VzvJC3ex4 { 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:14.6875rem;width:17.1875rem;top:10.625rem;left:56.5625rem;overflow:hidden;display:block; }
#lqg20Vg9Z0SzxNupR2BRXntmDw289SDk { box-sizing:content-box;height:23.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#070707;background-image:none;top:2.8125rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;box-shadow: none;display:block; }
#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container { background-color: transparent; background-image: none; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container > .video-iframe-container { display: none; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row > .video-iframe-container { display: none; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .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); }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container { border-width: 0; border-radius: 0; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#HacCC1uEXidTTdhMi3WoExbqGHkzM0nx { color:#000000;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:21.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eotAktCil49T9yBohdLT2VNH6KBUesdv { color:#333333;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8115234375rem;left:10.375rem;height:20.2305rem;overflow:hidden;font-style:normal;display:block; }#eotAktCil49T9yBohdLT2VNH6KBUesdv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eotAktCil49T9yBohdLT2VNH6KBUesdv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#oakO0cmPoGPcuk8iD7AuJszT8wg8IMQ5 { position:absolute;display:block;z-index:15017;border-top:0.625rem solid #ffb521;border-left:0.625rem solid #ffb521;border-right:0.625rem solid #ffb521;border-bottom:0.625rem solid #ffb521;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.927734375rem;left:27.5rem;overflow:hidden;display:block; }
#VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV { color:#333333;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:6.8115234375rem;left:51.3125rem;height:20.2305rem;overflow:hidden;font-style:normal;display:block; }#VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#yZab1w921tJcbNTlF2SCEopuwWKSys05 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;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 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#0f0f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:32.5rem;left:39.6875rem;display:block; }
#QAlJap4XnOZsmzI38S4TvkL1JQQ1wRvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSNJT7rkXJRUVJwR8UpOMXgFTTxg0lRk { position:absolute;display:block;z-index:15049;background-color:#ffb521;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:32.3125rem;left:19.0625rem;display:block; }
#X7mLVE9izSx1HbK81VJB8Mx8TfaSd9rd { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:32.3125rem;left:19.0625rem;display:block; }
#cIDFD4TmiHsWuFxlIznhodPaxk55pTJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnMcW9mqhRTCxPsAD6e5r0r5gKTXQAgO { position:absolute;display:block;z-index:15052;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:32.6875rem;left:33.25rem;display:block; }
#rBJnbx4uRzKTO5akvXcHTq6kBvkJVnip { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:33.0625rem;left:33.6875rem; }
#Rl03Qo8fZvJKGegfFJzGdZIo0MrWsfql { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:34.1875rem;left:19.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTGPBKkRsf9T7OmJ4rSb52uHN4LmUdSm { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15050;line-height:.8;letter-spacing:0;top:33rem;left:21.9375rem;height:0.79980625rem;text-align:center;text-align-last:center;display:block; }
#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { background-color: transparent; background-image: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .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); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { border-width: 0; border-radius: 0; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:24.78125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N0HrDLfURqJdWEi10qTXnhhEsoPbyUJe { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.931640625rem;left:24.78125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f0f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { border-width: 0; border-radius: 0; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { position:absolute;display:block;z-index:15035;background-color:#fe6601;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:33.4375rem;left:37.3125rem;display:none; }
#O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:35.3125rem;left:38.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { position:absolute;display:block;z-index:15038;background-color:#ffffff;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.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 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:33.8125rem;left:51.5rem;display:none; }
#FQqfn48pQiAJUDwelElECs5ef6MW0v8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.1875rem;left:51.9375rem;display:none; }
#wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.8125rem;left:40.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#fPHkNc10TzFn1MN2UOBskF9LTO604BUx { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.4375rem;left:37.3125rem;display:none; }
#ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yxmwH11tcdFunetwCGkVETwtMIzDIWgH { display:block; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkoDhLdTUc2ImGp263CZyf5rkHmZ50tH { top:0.9375rem;left:3.53125rem;width:40.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuDAoq7kU36cflZaMyykb2nTE6DD5gSz { display:block; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7SexyKenvVbn4pBI6QV7CIDUCqhssAN { width:7.4375rem;height:3.4375rem;top:2.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klfJNQ1kVz1pmC5aPOcJLFTOZfh1Ngcc { display:block; }
 }@media only screen and (max-width: 763px) { #dD4OWeBTp4NqJER0cS3IGvunU3EeJx66 { top:2.6875rem;left:0rem;width:17.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dueerWRWKFGLSeSJxz0WEKF2BZozXvxe { width:12.6875rem;height:3.4375rem;top:2.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ToBZ01iLtmrrppqCCvPDVFSyqSaBSM { display:block; }
 }@media only screen and (max-width: 763px) { #CboyfmH40qloh0iAphBUZ31VJR8XE1Jn { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCNqbIhc1m9HvHqZOQw0tNRRrvRxQRP { display:block; }
 }@media only screen and (max-width: 763px) { #g9eQZwGp2VzBxiCIbC5aSwqcyu8a38Fy { width:7.4375rem;height:3.4375rem;top:2.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUtyVnXW14RTdnaO68STowTUZHdWTUz5 { display:block; }
 }@media only screen and (max-width: 763px) { #OJDfXCwcN2kUCJrz3xusw13Nh8y2RNE3 { top:1.875rem;left:31.125rem;width:16.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS6peGMeHfgdzii7unliTDgCPoqtOGDo { top:2.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKyG2533dIqvuc7NdgZXeKMxKI2Tvhr { top:2.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFInqZP3Vq8apgQR0rbasMS3IzyVBFdi { top:3.875rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzc9a5ICwOVBTJ0SERXTKr84rmIWUcx { top:2.8125rem;left:37.1875rem;width:10.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGNyDfXKX6TmF3A2mTvO2K21OSuUgywA { width:16.625rem;height:4.375rem;top:1.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkO3pT5GVVP7tIgFbKcPIpKo4gtptty { display:block; }
 }@media only screen and (max-width: 763px) { #Qm8l87QQtnTh2u3v7qsUTnqZOHoob41O { top:6.25rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK { display:block; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUfWdl5ysxdCIxRFzW1374CER8AkMX5A { top:19.6875rem;left:0rem;width:35.625rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4EzuZaIJQp88gaSEyXq0CwaKMikHbx2 { top:32.0625rem;left:26.5rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTE6gd1PLUWfBGcgMwifLP7QTEFxVKQf { top:33.5625rem;left:30.9375rem;width:5.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlyS3nPeD3RpPqT7GeuavFi2khrmhmvR { top:11.25rem;left:0rem;width:37.5625rem;height:8.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGhJwq3x779gocVOKM2tEAR4XqX6548 { top:36.0625rem;left:0rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCaFego5AFZTHZpEvhW9xTgE7gohq4N { top:36.4375rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDpkBCE5ukGIo3qu1PFAfQ8cO0cJU6x { top:37.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN6NiEhQRULKq72Pub9vngKu2ZTKQk8k { width:18.75rem;height:4.375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp3gxiXmT0mBOV07Kzgx0b32T0x0HpoA { display:block; }
 }@media only screen and (max-width: 763px) { #BC2DNGbKmpxHugp32TAwX3mntRCUs8zP { top:36.4375rem;left:0.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSSRpf2DwTOl1awLN1M5QBnrvXXtXbT { top:36.8125rem;left:1rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJpXaR1X7DyMHiqrMlkcCDVCxcGWIKD { top:8.6875rem;left:13rem;width:34.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVMyrNbDCgoahDPW5AKtEJOp8TD5EkQ { top:32.125rem;left:0rem;width:2rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXJV13fzoR3ECXxh3owcwZvLaTuT35T { top:32.0625rem;left:36.6875rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXfDMWELgvDbtvZKFkWwpH7iaW0aTTFk { top:33.5625rem;left:41.1875rem;width:6.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu0dkwWedVosmTekl2DGAZ8QDHB80vWT { top:32.0625rem;left:36.6875rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #koOz8P8NELGnkCyv4oXnZ5Ti73RcJasq { top:33.5625rem;left:42.25rem;width:5.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alDHJMSeiWwp3Te6xmvfJM6eiKD4d4q1 { display:none; }
 }@media only screen and (max-width: 763px) { #LPv0tkw3wASwBppagJO9SSXBkXdW7129 { display:none; }
 }@media only screen and (max-width: 763px) { #ISbFuBrz167F7akvgDtWDrTTeRWxhgTA { display:none; }
 }@media only screen and (max-width: 763px) { #p41IDEnVLeNOenuPvW5AqOZ1yoLrQ8Gu { top:35.4375rem;left:7.75rem;width:6.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINNZH57cZlfg4FPyi1WguEE4QKdkAWO { top:35.4375rem;left:14.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDEytPCzMWSXA4oPfxGhzJTFTMPieQF { top:33.25rem;left:27.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ106vBuZlc3xndFo6T2I3O8I1eJOnSM { top:33.25rem;left:38.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11sSIs0at9dOga7otfmsALO41BNQ1ue { top:33.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkWgqqW4wyBLy4U6rDLW6m1vqWU1BJ0O { top:7.1875rem;left:0rem;width:2.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1y19hqLSo69tDb6lfX85TmlOvLXLbq { top:7.8125rem;left:0rem;width:16rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 { top:27.625rem;left:0rem;width:12.5rem;height:3.5rem;font-size:1rem;display:block; }#aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 { top:27.625rem;left:0rem;width:12.5rem;height:3.5rem;font-size:1rem;display:block; }#IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #mBsXKU0OvP3JIdUr6exIHowxAITVZ7af { display:block; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwJ4FzXnGgThQgvQJ0xr9femeHl925lq { top:2.75rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQJdoLKMoZWtahsUw2lIBFGqLIBLmQnC { top:4.4375rem;left:0rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGtNMwQvSahyXD5M2hZRkipcfsShFaX { top:7rem;left:0rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDRh8lu1gfmMyfSMJJ1BwNslffgLz2MR { top:7rem;left:13.5rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOlPvSB4tz9MQikZ3Omi9XSPgFzqZQp6 { top:2.75rem;left:5.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq4qwmQGEl2yK6bzKF1MH5XbCz4lGGNn { top:4.4375rem;left:13.5rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPCqZbDZNG5BRZ1spqaZUHOzJhBaClyK { top:7rem;left:32.5625rem;width:10.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU03lySuzbWoaXQnBhTZI2oBkiHOTmoZ { top:2.75rem;left:24.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpdFPqQ4XAdaasZvUMXwyiSLnc2Fv6Ps { top:4.4375rem;left:32.5625rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19g8ZwMllP6AGez0rDcShC2huAk6f1h { top:7rem;left:37.75rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgK6WP69fasmDmTomsbH2AKHLOFufpH { top:4.4375rem;left:40.8125rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTOqduPOCrVezMFPyBTVKChiMmLLl7v { top:2.75rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9w7DAoxnPy0c56TcDq8lSsidUIQIy5J { top:5.25rem;left:7.90625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0GGrTTDwETaIh0HNXDKIeC0CtrexPO { top:5.25rem;left:26.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4kC4lFiI7ZD1JeCkWF23ZSZDOMhtqh2 { top:5.125rem;left:44.625rem;width:3.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2FilyKlTTzfADQ3EusfqXXzz7EXSVN { top:5.25rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay { display:block; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDKKdl6RUms3q64za3mRdRFugwk0OOwv { top:3.75rem;left:6.8125rem;width:34.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlICqGBHL7c2fZa4B4dOAHw6NFrDKBu { top:5.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNGNrZDQ3R13wDpT7DFXMHGCKnc1iLC5 { top:15.8125rem;left:0rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC93VGktctiw3aqWRSD8KhCiUfHRD6dq { top:26.0625rem;left:0rem;width:15.625rem;height:8.9375rem;font-size:1rem;display:block; }#lC93VGktctiw3aqWRSD8KhCiUfHRD6dq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #BC5ChLRNM6oI7NTlMxanER3SRkMTaqyS { top:22.0625rem;left:0rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRo3hcq7QNW8X83u0LidMOn5TuklEPDF { top:22.6875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmMmzR6K5d6cqoly8CtV2vpMHnEaXAuR { top:12.125rem;left:0rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCuCd8iSGONzwcPvXisPCmOhy8Vzod7 { top:15.8125rem;left:6.0625rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDzfWlc5y3fPFTrJP6M3VctisW6edckF { top:26.0625rem;left:6.6875rem;width:15.625rem;height:9.4375rem;font-size:1rem;display:block; }#eDzfWlc5y3fPFTrJP6M3VctisW6edckF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #KU5Hbelix2s5TzRzZAgcOQ7yPnXGfUqI { top:22rem;left:6.0625rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wetks7MudU8HBLS6bAIAf0kLNvRfJLrc { top:22.625rem;left:8.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJoD3xf3xEPPHy8eq3qx9Xqm0UdcDC4 { top:12.125rem;left:6.0625rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSx7HOptf1upi7rQU77kzfyXFpZZRTBK { top:15.8125rem;left:25rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W { top:26.0625rem;left:25.625rem;width:15.625rem;height:9.4375rem;font-size:1rem;display:block; }#R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #OIzuJatr4W2yaeSgdQLiuOxzOHLEFopf { top:22rem;left:25rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lStdvVAhJygJzK4SacTneiohkGKSENRi { top:22.625rem;left:27.1875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETWmkXfnLrRuZUwOc6qy3DmWGTUReqF { top:12.125rem;left:25rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3X7kKLwpflR8JJtwS1edXWLQ4aqw2t { top:3.4375rem;left:20rem;width:7.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPRV8BXSMhhBQROWxXp8M1EVlMhCiwK { top:15.875rem;left:30.875rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6OqrRW4uHSZnIilf2nCls25GnafnPy { top:26.0625rem;left:32.125rem;width:15.625rem;height:12.25rem;font-size:1rem;display:block; }#vl6OqrRW4uHSZnIilf2nCls25GnafnPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #E63pNTA5UC0KER5vmkQwtIoMK9q17Qk9 { top:22.0625rem;left:30.875rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbWdvlgJfAz335z8KPZDWFbBiDti1Z9D { top:22.6875rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8J6yQoVl2ooWAIqWQ3ALPX8Ik0monPg { top:12.1875rem;left:30.875rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwAmg3WRUDTvNx9IbZa791xJESwl5elc { display:block; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvPxl9wnZCJRuBpRkdZtFTP1wrQmlU10 { top:13.0625rem;left:0rem;width:16.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmDy9DO99BMcyOw0KJBhD0UDE7vGMc1 { top:16.6875rem;left:3.0625rem;width:9.75rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2nPAahgwe49sywdeIlCwuVu5idbAhIy { top:15.3125rem;left:0rem;width:16.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgzhOHqtHerTMpIRQ3tAGFoz8mHaVu8S { top:20.5625rem;left:0.25rem;width:15.375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuE8N5TqlqWZvJdoE3Jvcs1N20prhzJS { top:11.0625rem;left:0rem;width:19.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIeM9ZFePxthPCr36UsrObpS0EBswg8k { top:3.6875rem;left:0rem;width:30.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4yWXi0cq1rny3HWTPgwqX2Eid7Tcqzw { top:16.6875rem;left:17.8125rem;width:12rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJQUxEihVuHvE0wzL2ZQGrgVI9rtCPx { top:20.5625rem;left:16.1875rem;width:15.3125rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEPKfWWGsuickPuzwHl3QMWG3hZb3bm { top:11.0625rem;left:12.5rem;width:19.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60EhAQK8FDBT7ZCgQ0axPtF4Ot5qpoQ { top:13.0625rem;left:14.25rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZF7MztuE1A0miRBH4OJShD6qaOByJu9 { top:15.3125rem;left:15.5rem;width:16.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h00nFSUJsRTZyJK2evHRLfzI8kcJb3Pb { top:16.625rem;left:33.25rem;width:12.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMt0DR1zZfBwsOrweJssOhKM7tLalfkQ { top:20.5625rem;left:31.5625rem;width:16.0625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnOTtvizyi7NJAmEFWTaKcqXR4d2LGP7 { top:11.0625rem;left:28.375rem;width:19.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTE8W66Qr0Oqf5AcwWVHuNOPTR3b9kl5 { top:13.1875rem;left:33.625rem;width:12.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWrnD31GT7AkLveyrhTG9Tlc4MCUZvMT { top:15.3125rem;left:31.375rem;width:16.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq { top:34rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.875rem;display:block; }#mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6704c76a-c615-4b7c-b11b-c0970bb11cee/DisclaimerSymbolPNGClipartBackground.png); }
 }@media only screen and (max-width: 763px) { #Rt2tiUsDuATTJLCebIKNr899XbCgk8uP { width:16.25rem;height:4rem;top:41.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTCxIHeSkbFQ47yGvfriVVkP81Jq1tp { display:block; }
 }@media only screen and (max-width: 763px) { #K3gl1ZQcfW8iHbiVpcnH1gzTqTh4H40y { top:41rem;left:0rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDxmJkil1im3hWGoE2yTRrWd977eGTO { width:18.75rem;height:4.375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyz5tvCsq1qhosyp5kJTHHUVRxSHdTuh { display:block; }
 }@media only screen and (max-width: 763px) { #wzbBrdyfTEnt3PUWCgbg0f86bxRETeVi { top:42.875rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJi766bOMh1AHtGZHavPtEba2oSTLb6S { top:41.375rem;left:19.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50dp0vtldJppNH819CEwIN3lIp2NJCJ { top:41.75rem;left:20rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL0zyMvFuqd1OlQtJqZa8uvJvzDLCT1O { top:41.375rem;left:6.75rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq { display:block; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebGZzRyk0wO5HUB6mczG2zDNeauWX5pk { width:33.4375rem;height:32.3125rem;top:8.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JunGkzRDuZKfrvCRMoU4HLubwaRAxLSz { top:11.75rem;left:9.9375rem;width:27.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHV4sW4uLBFvHmNJZBPJcbDgqCCqffbh { top:9.1875rem;left:9.0625rem;width:29.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNdDWmEyn0vvKd0tsuRa150pKr1XEa0 { top:14rem;left:9.0625rem;width:29.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9EgcNNsnt593kEVCsztdfmnBgJfZA8n { top:2.3125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKVgMXLbH007SxDlk0DpfF1DHXoQUszb { top:41.6875rem;left:12.125rem;width:4.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8t3M4L9gTsAU37zUKQZinVBzURJ0HT { top:40.5rem;left:7.1875rem;width:33.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdM0RLlWkBDNog8MAd2JEKNUoUMaRlf { top:42.8125rem;left:18.375rem;width:21.3125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkELHEHN3TZSvotQaxbKaTZJwbyLG3E { top:44.3125rem;left:19.6875rem;width:18.125rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbqP0axuaPvT57J8KU6TtNVbwsD6l039 { display:block; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQoA84WkHpHfuhdQtTxQI0BgkzKiOsEc { top:13.5625rem;left:13.5625rem;width:20.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCNDCTfzyzFfsqcHK7VtM14LBeE7Tuf { top:24rem;left:13.75rem;width:34rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70XpJA01zEZ5vTtqilfgnKgVTQcnJ4d { top:15.75rem;left:16.8125rem;width:30.9375rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #urlssK1EkGFwExtZRzwQRMVsfDzcpidV { top:10.1875rem;left:0rem;width:36rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5zcHSzWTVzbQ5SVKlBOA6wuddqXPkAH { width:16.25rem;height:4rem;top:33.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qBzdLtxatredZuluLBwCG2sU9NCZt8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTfpoIVTQpJck5bAi3C5FRrRsKOoTwZC { top:33.4375rem;left:23.6875rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eaEx4ygyzTMuf8pUgEo2uJDdrggr3Q { width:18.75rem;height:4.375rem;top:33.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwvbMMBwZRqnJsIshB38yVcy7aw7Ro4 { display:block; }
 }@media only screen and (max-width: 763px) { #ssBJlAzA0w9G8WSyJi12d2NElUCwozsR { top:35.3125rem;left:24.5625rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9UX8wTuKtSANu69GAaTyzGEtlqT8vcS { top:33.8125rem;left:37.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyi8m8cI0zE85N31OgPemcKoVwtgcbWn { top:34.1875rem;left:38.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ELfDKp9sCw57ZEfE6PfpsTf3slVsMm { top:33.8125rem;left:26.5625rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHLPBpfGNclCW7UNQQVxsQTWRBvxydv { top:13.3125rem;left:23.65625rem;width:13.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso { display:block; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpgFvUz2rayab7IMpEXXJiG2yTKzwQqX { top:1.1875rem;left:0rem;width:31.75rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIwHG9ryOyUSHC29ZnurOD7PVfr1K1Uu { width:23.125rem;height:4.0625rem;top:2.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuFJp8ovKgmpTsfNMJtze644uZBkhCnR { display:block; }
 }@media only screen and (max-width: 763px) { #dcWfJNqMvKveAE933xJT93uLAJT1B264 { top:4.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUGTWJSGnz7BTyWfxVa6lLQy7e62xa9 { top:3.8125rem;left:34.4375rem;width:12.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxLfzd3MTQq30tzhb5MrEGCIZLIetNl { top:2.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKr5fGMpSCwiAkASwgkXfueAXOSLMrgl { top:2.3125rem;left:40.8125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9G5tN8KI9KlBchJq8ByufptGXRQMVdT { width:13.25rem;height:4.375rem;top:1.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrnFeeGenyIVmzieT5Cd4fdczSOWt8s { display:block; }
 }@media only screen and (max-width: 763px) { #TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI { display:block; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r58u2cVZwysvTIe1gRUyiLTeRBp4NHAJ { top:4.8125rem;left:13.75rem;width:21.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txz96vpNcJkHLR7Sy0bVfPvgw2trDuNh { top:7rem;left:7.5rem;width:33.625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pzOcmd94eBzKXM0BGNIJFGO4dSFaUm { top:23.5625rem;left:0rem;width:12rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewN5qUH2r1eTNLz5GDoVpOWbh3RFsDCG { top:20.1875rem;left:0rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcNQmHVKTipwmPlpMcTCx9r5aJI4NLvZ { top:27.25rem;left:0rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIgBof8EI8S1knwnFVF1io3HUQeX9T9a { top:17rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9d7JC8QVwlxXvNw8BEeWfLxTbUmOdEP { top:20.1875rem;left:30.875rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg74PkXufgGMBu4qwKooEm8TNWIbzSr { top:27.25rem;left:33.1875rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgT9o8DVH4LAMmQDby8gKzAGSLaLIeKX { top:23.5625rem;left:32.75rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KENDk8hW49Q8UPVseBuVcTEy7PZEOKsp { top:17rem;left:42.4375rem;width:5.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQpIDV8cp5IndevBedSScVlsHygQaRT { top:41.5rem;left:30.875rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u275CI8s2iWUvTdhNF9dDxEOrJrI9ds8 { top:48.5625rem;left:33.1875rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPO4nVs3FH9yR5hqxTirLTgz5cx0SRM { top:44.875rem;left:32.75rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQMqzZh1TMNunQqtCN6epBcuCafNsm6e { top:41.5rem;left:0rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV0eGIDoaI8EAuIutSASXyHmZgTSV1pi { top:44.875rem;left:0rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBNG1RWhDy9TIskmATT4m2x1TRPZR1Ix { top:48.5625rem;left:0rem;width:14.5625rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUEaizU9cPANNbGg3QGOocPd8JfIABMi { top:38.3125rem;left:42.4375rem;width:5.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vQD23HdCLdpzzRG7i4AHtKUeu2017a { top:38.3125rem;left:0rem;width:5.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuXXueJfXTWA5PAUTM7638gaBklHgbfE { top:19.375rem;left:11.53125rem;width:24.6875rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9JHPZvrpJHW74wLIuLsDlFMbwmh8Pit { width:16.25rem;height:4rem;top:62.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ALEpAptb1kVWglw3VLkKl7dPuhZXIJ { display:block; }
 }@media only screen and (max-width: 763px) { #JC9ovzZsMnUXHrObk7nGEoL2tBDXBJK7 { top:62.75rem;left:5.5rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEg7DBRT5y6X7UXdkULlf3DGKCKUOSmA { width:18.75rem;height:4.375rem;top:62.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsZOMMSlhX2VBnxzsyPsCO8U3XniG4S5 { display:block; }
 }@media only screen and (max-width: 763px) { #QRWAC6L5FbqnfqFMWlhL5MSDca2h6FeJ { top:64.625rem;left:6.375rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJD9QsKow32MAvbQFT9qWhlScOWlFf5C { top:63.125rem;left:19.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEuXLXNrEbHDWkEtE7hhkxu6fZTVTe0p { top:63.5rem;left:20.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwzspM5Iv60m7JUWHEeg13gbNVvJwO6p { top:63.4375rem;left:8.375rem;width:9.125rem;height:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG975GCCxz4cN5sKDzke7hzqahcVkmcp { top:14.8125rem;left:0rem;width:47.75rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEv3i1uLsndKFKhvbn60OAVGqEapVsKF { top:4.5625rem;left:19.6875rem;width:9.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZD1p0oUTahPFtGuvv0ZPoqzCP7fQH7M { top:50.125rem;left:30.15625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P { display:block; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo { top:13.9375rem;left:34.75rem;width:13rem;height:23rem;font-size:0.9375rem;display:block; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #aF7RhobxsVECUBgXEHVilhFSr96ZbaRG { top:13.875rem;left:34.75rem;width:13rem;height:23rem;font-size:0.9375rem;display:block; }#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #JqRnsUsNUisInmNTiakSC3d51uvmc8B5 { top:4.6875rem;left:0rem;width:43.6875rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxvRGOot5TzOWhG8cfAwNcMBnKiHcW6 { top:9.8125rem;left:27.5rem;width:20.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpor8cz0x86J8SXZT2IuOb6hZuPW3dZD { top:7.5625rem;left:28.0625rem;width:19.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUd2i9n52iEXbmnO0ffbrTB8kOhQWW2 { top:7.25rem;left:38.4375rem;width:9.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw { display:block; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAhnf9RVHBnnohTdWB3GApbSETHCVfkK { top:25.125rem;left:0rem;width:22rem;height:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ8GsZ9WWGSz2WTk70FWg31MPxP67Ebp { top:6.625rem;left:2.875rem;width:44.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwCzivHC0UV5D5Ip8laM6XWEu5ZwaZ1 { top:14.625rem;left:3.125rem;width:44.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGQzdVXhZuOkQ9rNqTEecm85RQO5xC4 { top:12.25rem;left:2.9375rem;width:44.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETihdWP3GOAmse7lDpIzx4Ib4WVCgZDl { top:20.9375rem;left:14.8125rem;width:14rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNyokdZu6boRx8KMc6PZGyoK6eTTgNcQ { top:23.875rem;left:2.9375rem;width:44.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFiSpXd3BGGvEqpxbKz0TkBPgHN5df74 { top:26.5rem;left:3.125rem;width:44.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW62JdivWQW5rfqbfx83rDRTiK4qNUA3 { top:33rem;left:14.8125rem;width:13.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6PVwra0q2GldsLvaOLA1zI98nxrFwJo { top:13.125rem;left:13.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsKyGkuFblkP9eTswirKnVKR2wC7yidh { top:24.875rem;left:13.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND87V63WKs1sR5RR7CVgkRPpL6p2ArA9 { top:0rem;left:28.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTtTxQGM2iopJy2AxUggZWncAEfai1d { top:8.4375rem;left:0rem;width:19.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX5CxFfbFiq5tczGdi90gNeG054lzGJI { top:3.5625rem;left:14.8125rem;width:13.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpM5TJLz9x4gPRdXPHBuxd5dlJEVsHyg { top:3.8125rem;left:14.8125rem;width:13.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyI6N28Cb80VLapvVXCwx9HWoupnfu8M { display:block; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpBgbmJz6o5TUR2PewmziJW0MxXLagni { top:1.1875rem;left:0rem;width:31.3125rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEH89OXOkM6f08MWAhgmt7Loldw4tJBA { width:23.125rem;height:4.0625rem;top:2.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePU365pfKqLHAq4bF1B8wRt51TN8uJQ { display:block; }
 }@media only screen and (max-width: 763px) { #aQi7Z3ETxT2X0G7tHbZtCQ6ol05TNQnC { top:4.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Q6qTSlmyLJkvJeUHAPrNF1vqaOb4V5 { top:3.8125rem;left:34.4375rem;width:12.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQmsUBmDdbUTA57LAkx3Jnhxrb1wsXs { top:2.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqIBE4aa1gVqiBTPL7uc8DD7fmTU0UFq { top:2.3125rem;left:40.8125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb1Gy50EuhNfTCJVhz0V8OnFWZkGiWTk { width:13.25rem;height:4.375rem;top:1.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A224rFDX2BO6Ekg3sMya9FU7VvmWFEzX { display:block; }
 }@media only screen and (max-width: 763px) { #qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { display:block; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { top:2.3125rem;left:2.1875rem;width:43.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82GiPQZhzkRa58c5Py7HR709M1NShTg { top:6.6875rem;left:0rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { top:6.8125rem;left:4.25rem;width:14.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { top:6.5rem;left:37.25rem;width:10.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { top:6.0625rem;left:35rem;width:10rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { top:5.375rem;left:22.125rem;width:9.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve { display:block; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEgd5aZGyk19PyJFErghTmO5Wg7anXBX { width:33.4375rem;height:32.3125rem;top:5.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ33qq7kr6S0PoDEdktQul0w0SPGV8uQ { top:8.8125rem;left:9.9375rem;width:27.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2JygfgAMJKVpxhDxQQBONRLkAx0fUJp { top:6.25rem;left:9.0625rem;width:29.625rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTcFokZmUEed2gT17NKBnxrTlrtxw6C { top:11.0625rem;left:9.0625rem;width:29.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgXEqbMJxb4f8PF7ihZZk2P4pxwrEKT { top:37.5625rem;left:7.1875rem;width:33.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLdNlcnLc9KhCr5gXdc9dtcwpfdF6rKp { top:39.0625rem;left:10.8125rem;width:4.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZfU8s8s4av57Z1M0K7UHXmcgRM6pxP { top:40.1875rem;left:16rem;width:21.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txuEePKhMD2KdXos1cSWtSOwThuA4Hds { top:41.8125rem;left:17.84375rem;width:18.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA { display:block; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJychiS010Rt1ZRi0mT3lQgodoikQnwF { top:10.625rem;left:0rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z { top:10.625rem;left:6.0625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze { top:10.625rem;left:24.5rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeuk48llnpPBi7DgzamwnrpzhuewsbhM { top:4.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBU2fHrp11gm8Pix6eXWuUIsho6lW7ra { top:5.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUIQcAyorMiPHR0ZZ93rTg1VzvJC3ex4 { top:10.625rem;left:30.5625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqg20Vg9Z0SzxNupR2BRXntmDw289SDk { top:2.8125rem;left:0rem;width:47.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxzkifJU4L143aWJQbWEXfG4Rt4bduD { display:block; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HacCC1uEXidTTdhMi3WoExbqGHkzM0nx { top:1.8125rem;left:7.5rem;width:32.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotAktCil49T9yBohdLT2VNH6KBUesdv { top:6.75rem;left:0rem;width:17.1875rem;height:20.1875rem;font-size:1rem;display:block; }#eotAktCil49T9yBohdLT2VNH6KBUesdv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #oakO0cmPoGPcuk8iD7AuJszT8wg8IMQ5 { top:6.875rem;left:13.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV { top:6.75rem;left:30.5625rem;width:17.1875rem;height:20.1875rem;font-size:1rem;display:block; }#VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #yZab1w921tJcbNTlF2SCEopuwWKSys05 { width:16.25rem;height:4rem;top:32.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlJap4XnOZsmzI38S4TvkL1JQQ1wRvL { display:block; }
 }@media only screen and (max-width: 763px) { #TSNJT7rkXJRUVJwR8UpOMXgFTTxg0lRk { top:32.3125rem;left:5.4375rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mLVE9izSx1HbK81VJB8Mx8TfaSd9rd { width:18.75rem;height:4.375rem;top:32.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDFD4TmiHsWuFxlIznhodPaxk55pTJS { display:block; }
 }@media only screen and (max-width: 763px) { #tnMcW9mqhRTCxPsAD6e5r0r5gKTXQAgO { top:32.6875rem;left:19.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBJnbx4uRzKTO5akvXcHTq6kBvkJVnip { top:33.0625rem;left:20.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl03Qo8fZvJKGegfFJzGdZIo0MrWsfql { top:34.1875rem;left:6.3125rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGPBKkRsf9T7OmJ4rSb52uHN4LmUdSm { top:33rem;left:8.3125rem;width:9.125rem;height:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { display:block; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { top:1.5rem;left:11.15625rem;width:25.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0HrDLfURqJdWEi10qTXnhhEsoPbyUJe { top:2.875rem;left:11.15625rem;width:25.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { display:block; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { top:33.4375rem;left:23.6875rem;width:18.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { top:2.875rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { top:33.8125rem;left:37.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQqfn48pQiAJUDwelElECs5ef6MW0v8G { top:34.1875rem;left:38.3125rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { top:33.8125rem;left:26.5625rem;width:9.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPHkNc10TzFn1MN2UOBskF9LTO604BUx { width:18.75rem;height:4.375rem;top:33.4375rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yxmwH11tcdFunetwCGkVETwtMIzDIWgH { display:block; }#yxmwH11tcdFunetwCGkVETwtMIzDIWgH > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkoDhLdTUc2ImGp263CZyf5rkHmZ50tH { width:20rem;height:2.798825rem;top:0.818359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MuDAoq7kU36cflZaMyykb2nTE6DD5gSz { position:relative;z-index:auto;display:block; }#MuDAoq7kU36cflZaMyykb2nTE6DD5gSz > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7SexyKenvVbn4pBI6QV7CIDUCqhssAN { width:7.4375rem;height:3.4375rem;top:2.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #klfJNQ1kVz1pmC5aPOcJLFTOZfh1Ngcc { display:block; }
 }@media only screen and (max-width: 763px) { #dD4OWeBTp4NqJER0cS3IGvunU3EeJx66 { width:12.75rem;height:1.875rem;top:2.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dueerWRWKFGLSeSJxz0WEKF2BZozXvxe { width:12.6875rem;height:3.4375rem;top:2.3125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5ToBZ01iLtmrrppqCCvPDVFSyqSaBSM { display:block; }
 }@media only screen and (max-width: 763px) { #CboyfmH40qloh0iAphBUZ31VJR8XE1Jn { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKCNqbIhc1m9HvHqZOQw0tNRRrvRxQRP { display:block; }
 }@media only screen and (max-width: 763px) { #g9eQZwGp2VzBxiCIbC5aSwqcyu8a38Fy { width:7.4375rem;height:3.4375rem;top:2.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUtyVnXW14RTdnaO68STowTUZHdWTUz5 { display:block; }
 }@media only screen and (max-width: 763px) { #OJDfXCwcN2kUCJrz3xusw13Nh8y2RNE3 { width:16.625rem;height:4.375rem;top:10.375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS6peGMeHfgdzii7unliTDgCPoqtOGDo { width:3.125rem;height:3.125rem;top:11rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTKyG2533dIqvuc7NdgZXeKMxKI2Tvhr { display:flex;width:2.3125rem;height:2.3125rem;top:11.375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFInqZP3Vq8apgQR0rbasMS3IzyVBFdi { width:9.1875rem;height:0;top:12.375rem;left:3.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWzc9a5ICwOVBTJ0SERXTKr84rmIWUcx { width:10.5625rem;height:0;top:11.3125rem;left:2.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGNyDfXKX6TmF3A2mTvO2K21OSuUgywA { width:16.625rem;height:4.375rem;top:1.8125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTkO3pT5GVVP7tIgFbKcPIpKo4gtptty { display:block; }
 }@media only screen and (max-width: 763px) { #Qm8l87QQtnTh2u3v7qsUTnqZOHoob41O { width:3.875rem;height:3.875rem;top:1.09375rem;left:16.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -moz-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -ms-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -o-linear-gradient(207deg, #2e2e2e, #0b0a0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#0b0a0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#0b0a0e' );";background-image: linear-gradient(207deg, #2e2e2e, #0b0a0e);background-size:cover !important;display:block; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { background-color: transparent; background-image: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container > .video-iframe-container { display: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row > .video-iframe-container { display: none; }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .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); }#hmS5dTdn4EQUNtyd5A6xdgQMlex0QKpK > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUfWdl5ysxdCIxRFzW1374CER8AkMX5A { width:20rem;height:5.25rem;top:15.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K4EzuZaIJQp88gaSEyXq0CwaKMikHbx2 { width:4.4375rem;height:9.9375rem;top:16rem;left:1.25rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #TTE6gd1PLUWfBGcgMwifLP7QTEFxVKQf { width:12rem;height:2.798825rem;top:56.25rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wlyS3nPeD3RpPqT7GeuavFi2khrmhmvR { width:20rem;height:9rem;top:5.375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTGhJwq3x779gocVOKM2tEAR4XqX6548 { width:18.75rem;height:4.375rem;top:29.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCaFego5AFZTHZpEvhW9xTgE7gohq4N { width:9.6875rem;height:1.29980625rem;top:30.25rem;left:2.4375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GzDpkBCE5ukGIo3qu1PFAfQ8cO0cJU6x { width:10.3125rem;height:1.4619125rem;top:31.6875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN6NiEhQRULKq72Pub9vngKu2ZTKQk8k { width:18.75rem;height:4.375rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp3gxiXmT0mBOV07Kzgx0b32T0x0HpoA { display:block; }
 }@media only screen and (max-width: 763px) { #BC2DNGbKmpxHugp32TAwX3mntRCUs8zP { width:3.125rem;height:3.125rem;top:30.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSSRpf2DwTOl1awLN1M5QBnrvXXtXbT { display:flex;width:2.3125rem;height:2.3125rem;top:30.5625rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #TAJpXaR1X7DyMHiqrMlkcCDVCxcGWIKD { width:20rem;height:15.3125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVMyrNbDCgoahDPW5AKtEJOp8TD5EkQ { width:1.3125rem;height:3.3125rem;top:27.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXJV13fzoR3ECXxh3owcwZvLaTuT35T { width:11.0625rem;height:5.5rem;top:64.9375rem;left:4.4375rem;z-index:14998;background-color:#071e31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #iXfDMWELgvDbtvZKFkWwpH7iaW0aTTFk { width:10.375rem;height:2.798825rem;top:61.0625rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Eu0dkwWedVosmTekl2DGAZ8QDHB80vWT { width:11.0625rem;height:5.5rem;top:71.6875rem;left:4.4375rem;z-index:14998;background-color:#071e31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #koOz8P8NELGnkCyv4oXnZ5Ti73RcJasq { width:9rem;height:1.3994125rem;top:66rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #alDHJMSeiWwp3Te6xmvfJM6eiKD4d4q1 { display:flex;top:55.0625rem;left:1.6875rem;width:3.75rem;height:3.75rem;z-index:14997;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #LPv0tkw3wASwBppagJO9SSXBkXdW7129 { display:flex;top:59.875rem;left:1.6875rem;width:3.75rem;height:3.75rem;z-index:14998;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ISbFuBrz167F7akvgDtWDrTTeRWxhgTA { display:flex;top:64.8125rem;left:1.8125rem;width:3.75rem;height:3.75rem;z-index:14999;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #p41IDEnVLeNOenuPvW5AqOZ1yoLrQ8Gu { width:6.375rem;height:5.625rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GINNZH57cZlfg4FPyi1WguEE4QKdkAWO { width:5.625rem;height:5.625rem;top:58.8125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGDEytPCzMWSXA4oPfxGhzJTFTMPieQF { display:flex;width:3.125rem;height:3.125rem;top:55.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NJ106vBuZlc3xndFo6T2I3O8I1eJOnSM { display:flex;width:3.125rem;height:3.125rem;top:60.1875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #M11sSIs0at9dOga7otfmsALO41BNQ1ue { display:flex;width:3.125rem;height:3.125rem;top:65.125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #DkWgqqW4wyBLy4U6rDLW6m1vqWU1BJ0O { width:2.1875rem;height:2.9375rem;top:1.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1y19hqLSo69tDb6lfX85TmlOvLXLbq { width:12.5rem;height:1.29980625rem;top:2.5625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 { width:9.125rem;height:3.2246125rem;top:20.875rem;left:1rem;font-size:1rem;display:block; }#aFLQv4qfhM0bcgVGFcTQLzgC4bDBdnW9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 { width:8.4375rem;height:3.2246125rem;top:20.875rem;left:10.5625rem;font-size:1rem;display:block; }#IxlvMRlIKGH3hoiZ91LDmV4X6pWpZkG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #mBsXKU0OvP3JIdUr6exIHowxAITVZ7af { display:block; }#mBsXKU0OvP3JIdUr6exIHowxAITVZ7af > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwJ4FzXnGgThQgvQJ0xr9femeHl925lq { display:flex;width:6.25rem;height:6.25rem;top:1.6875rem;left:2.375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #HQJdoLKMoZWtahsUw2lIBFGqLIBLmQnC { width:8.4375rem;height:1.625rem;top:7.9375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFGtNMwQvSahyXD5M2hZRkipcfsShFaX { width:8.4375rem;height:1.21875rem;top:9.875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDRh8lu1gfmMyfSMJJ1BwNslffgLz2MR { width:8.4375rem;height:1.21875rem;top:9.875rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOlPvSB4tz9MQikZ3Omi9XSPgFzqZQp6 { display:flex;width:6.25rem;height:6.25rem;top:1.6875rem;left:11.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #Fq4qwmQGEl2yK6bzKF1MH5XbCz4lGGNn { width:8.4375rem;height:1.625rem;top:7.9375rem;left:10.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #zPCqZbDZNG5BRZ1spqaZUHOzJhBaClyK { width:8.4375rem;height:2.4375rem;top:20.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aU03lySuzbWoaXQnBhTZI2oBkiHOTmoZ { display:flex;width:6.25rem;height:6.25rem;top:11.875rem;left:2.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #IpdFPqQ4XAdaasZvUMXwyiSLnc2Fv6Ps { width:8.4375rem;height:1.625rem;top:18.125rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y19g8ZwMllP6AGez0rDcShC2huAk6f1h { width:8.4375rem;height:1.21875rem;top:20rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTgK6WP69fasmDmTomsbH2AKHLOFufpH { width:8.4375rem;height:1.625rem;top:18.0625rem;left:10.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTOqduPOCrVezMFPyBTVKChiMmLLl7v { display:flex;width:6.25rem;height:6.25rem;top:11.875rem;left:11.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #O9w7DAoxnPy0c56TcDq8lSsidUIQIy5J { width:2.5rem;height:2.5rem;top:3.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0GGrTTDwETaIh0HNXDKIeC0CtrexPO { width:2.5rem;height:2.5rem;top:13.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4kC4lFiI7ZD1JeCkWF23ZSZDOMhtqh2 { width:2.25rem;height:2.5rem;top:13.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww2FilyKlTTzfADQ3EusfqXXzz7EXSVN { width:2.5rem;height:2.5rem;top:3.5625rem;left:4.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay { display:block; }#H5XU45fPKxwqUdEpNWgdyDrvZvTCg6ay > .row .container { width:20rem;height:135.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDKKdl6RUms3q64za3mRdRFugwk0OOwv { width:20rem;height:1.29980625rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #uTlICqGBHL7c2fZa4B4dOAHw6NFrDKBu { width:20rem;height:7.875rem;top:5.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.32);display:block; }
 }@media only screen and (max-width: 763px) { #UNGNrZDQ3R13wDpT7DFXMHGCKnc1iLC5 { width:15.625rem;height:23.4375rem;top:47.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC93VGktctiw3aqWRSD8KhCiUfHRD6dq { width:12.9375rem;height:10.2988125rem;top:58.5625rem;left:3.5625rem;font-size:1rem;display:block; }#lC93VGktctiw3aqWRSD8KhCiUfHRD6dq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #BC5ChLRNM6oI7NTlMxanER3SRkMTaqyS { width:16.875rem;height:3.1875rem;top:54.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRo3hcq7QNW8X83u0LidMOn5TuklEPDF { width:12.5rem;height:1.94921875rem;top:54.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmMmzR6K5d6cqoly8CtV2vpMHnEaXAuR { width:15.625rem;height:11rem;top:44.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCuCd8iSGONzwcPvXisPCmOhy8Vzod7 { width:15.625rem;height:23.4375rem;top:107.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDzfWlc5y3fPFTrJP6M3VctisW6edckF { width:12.9375rem;height:13.6953125rem;top:118.5rem;left:3.5625rem;font-size:1rem;display:block; }#eDzfWlc5y3fPFTrJP6M3VctisW6edckF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #KU5Hbelix2s5TzRzZAgcOQ7yPnXGfUqI { width:16.875rem;height:3.1875rem;top:114.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wetks7MudU8HBLS6bAIAf0kLNvRfJLrc { width:12.5rem;height:1.94921875rem;top:114.75rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJoD3xf3xEPPHy8eq3qx9Xqm0UdcDC4 { width:15.625rem;height:11rem;top:104.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSx7HOptf1upi7rQU77kzfyXFpZZRTBK { width:15.625rem;height:23.4375rem;top:17.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W { width:12.9375rem;height:12.295875rem;top:28.4375rem;left:3.5625rem;font-size:1rem;display:block; }#R9CymCuxWoyqkHw5RXIOIimBW1Rfq56W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #OIzuJatr4W2yaeSgdQLiuOxzOHLEFopf { width:16.875rem;height:3.1875rem;top:24.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lStdvVAhJygJzK4SacTneiohkGKSENRi { width:12.5rem;height:1.94921875rem;top:24.6875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETWmkXfnLrRuZUwOc6qy3DmWGTUReqF { width:15.625rem;height:11rem;top:14.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3X7kKLwpflR8JJtwS1edXWLQ4aqw2t { width:7.75rem;height:1.875rem;top:3.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPRV8BXSMhhBQROWxXp8M1EVlMhCiwK { width:15.625rem;height:23.4375rem;top:77.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6OqrRW4uHSZnIilf2nCls25GnafnPy { width:12.9375rem;height:12.295875rem;top:87.9375rem;left:3.5625rem;font-size:1rem;display:block; }#vl6OqrRW4uHSZnIilf2nCls25GnafnPy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #E63pNTA5UC0KER5vmkQwtIoMK9q17Qk9 { width:16.875rem;height:3.1875rem;top:83.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbWdvlgJfAz335z8KPZDWFbBiDti1Z9D { width:12.5rem;height:1.94921875rem;top:84.5rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8J6yQoVl2ooWAIqWQ3ALPX8Ik0monPg { width:15.625rem;height:10.9375rem;top:74.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwAmg3WRUDTvNx9IbZa791xJESwl5elc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container { background-color: transparent; background-image: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container > .video-iframe-container { display: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row > .video-iframe-container { display: none; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .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); }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container { border-width: 0; border-radius: 0; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwAmg3WRUDTvNx9IbZa791xJESwl5elc > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvPxl9wnZCJRuBpRkdZtFTP1wrQmlU10 { width:18.3125rem;height:1.625rem;top:12.5625rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEmDy9DO99BMcyOw0KJBhD0UDE7vGMc1 { width:9.375rem;height:2.5996125rem;top:16.849609375rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2nPAahgwe49sywdeIlCwuVu5idbAhIy { width:16.25rem;height:1.5996125rem;top:15.3115234375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgzhOHqtHerTMpIRQ3tAGFoz8mHaVu8S { width:16.5625rem;height:6rem;top:20.3125rem;left:1.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuE8N5TqlqWZvJdoE3Jvcs1N20prhzJS { width:19.125rem;height:17.1875rem;top:10.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIeM9ZFePxthPCr36UsrObpS0EBswg8k { width:20rem;height:2.5996125rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4yWXi0cq1rny3HWTPgwqX2Eid7Tcqzw { width:12rem;height:2.5996125rem;top:37.0625rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJQUxEihVuHvE0wzL2ZQGrgVI9rtCPx { width:16.25rem;height:7.5rem;top:40.875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEPKfWWGsuickPuzwHl3QMWG3hZb3bm { width:19.125rem;height:19.75rem;top:31.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p60EhAQK8FDBT7ZCgQ0axPtF4Ot5qpoQ { width:16.5625rem;height:1.625rem;top:32.9375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZF7MztuE1A0miRBH4OJShD6qaOByJu9 { width:16.25rem;height:1.3994125rem;top:35.6875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h00nFSUJsRTZyJK2evHRLfzI8kcJb3Pb { width:9.75rem;height:2.5996125rem;top:60.375rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMt0DR1zZfBwsOrweJssOhKM7tLalfkQ { width:16.25rem;height:6rem;top:63.8125rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnOTtvizyi7NJAmEFWTaKcqXR4d2LGP7 { width:19.125rem;height:16.8125rem;top:54.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTE8W66Qr0Oqf5AcwWVHuNOPTR3b9kl5 { width:13.75rem;height:1.625rem;top:56.875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWrnD31GT7AkLveyrhTG9Tlc4MCUZvMT { width:16.25rem;height:1.3994125rem;top:59rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq { width:20rem;height:9.4453125rem;top:74.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#mJJoGqtZLX1sJMzCvJcv3z2KsTmKWxqq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6704c76a-c615-4b7c-b11b-c0970bb11cee/DisclaimerSymbolPNGClipartBackground.png); }
 }@media only screen and (max-width: 763px) { #Rt2tiUsDuATTJLCebIKNr899XbCgk8uP { width:16.25rem;height:4rem;top:96.2578125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTCxIHeSkbFQ47yGvfriVVkP81Jq1tp { display:block; }
 }@media only screen and (max-width: 763px) { #K3gl1ZQcfW8iHbiVpcnH1gzTqTh4H40y { width:18.75rem;height:4.375rem;top:89.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDxmJkil1im3hWGoE2yTRrWd977eGTO { width:18.75rem;height:4.375rem;top:89.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyz5tvCsq1qhosyp5kJTHHUVRxSHdTuh { display:block; }
 }@media only screen and (max-width: 763px) { #wzbBrdyfTEnt3PUWCgbg0f86bxRETeVi { width:12.5rem;height:1.4619125rem;top:91.8125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJi766bOMh1AHtGZHavPtEba2oSTLb6S { width:3.125rem;height:3.125rem;top:90.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50dp0vtldJppNH819CEwIN3lIp2NJCJ { display:flex;width:2.3125rem;height:2.3125rem;top:90.6875rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #qL0zyMvFuqd1OlQtJqZa8uvJvzDLCT1O { width:9.125rem;height:1.29980625rem;top:90.3125rem;left:3.5rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq { display:block; }#DIQHuHIBe7rFilzDXwTdiuL0RLpnV4gq > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebGZzRyk0wO5HUB6mczG2zDNeauWX5pk { width:20rem;height:34.375rem;top:5.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JunGkzRDuZKfrvCRMoU4HLubwaRAxLSz { width:19.5rem;height:1.21875rem;top:9.625rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHV4sW4uLBFvHmNJZBPJcbDgqCCqffbh { width:20rem;height:0;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #teNdDWmEyn0vvKd0tsuRa150pKr1XEa0 { width:18.0625rem;height:25.625rem;top:11.84375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9EgcNNsnt593kEVCsztdfmnBgJfZA8n { width:20rem;height:1.875rem;top:7.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15059;font-family:"libre franklin";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iKVgMXLbH007SxDlk0DpfF1DHXoQUszb { width:3.375rem;height:3.4375rem;top:41.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii8t3M4L9gTsAU37zUKQZinVBzURJ0HT { width:20rem;height:5.4375rem;top:39.75rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;display:block; }
 }@media only screen and (max-width: 763px) { #IDdM0RLlWkBDNog8MAd2JEKNUoUMaRlf { width:16.875rem;height:1.125rem;top:41.890625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgkELHEHN3TZSvotQaxbKaTZJwbyLG3E { width:15rem;height:1.21875rem;top:43.15625rem;left:4.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbqP0axuaPvT57J8KU6TtNVbwsD6l039 { display:block; }#lbqP0axuaPvT57J8KU6TtNVbwsD6l039 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQoA84WkHpHfuhdQtTxQI0BgkzKiOsEc { width:20rem;height:1.13671875rem;top:4rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTCNDCTfzyzFfsqcHK7VtM14LBeE7Tuf { width:20rem;height:9rem;top:11.9375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #g70XpJA01zEZ5vTtqilfgnKgVTQcnJ4d { width:20rem;height:4.798825rem;top:6.3271484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #urlssK1EkGFwExtZRzwQRMVsfDzcpidV { width:20rem;height:20.208333333333rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5zcHSzWTVzbQ5SVKlBOA6wuddqXPkAH { width:16.25rem;height:4rem;top:49.64453125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qBzdLtxatredZuluLBwCG2sU9NCZt8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTfpoIVTQpJck5bAi3C5FRrRsKOoTwZC { width:18.75rem;height:4.375rem;top:43.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eaEx4ygyzTMuf8pUgEo2uJDdrggr3Q { width:18.75rem;height:4.375rem;top:43.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwvbMMBwZRqnJsIshB38yVcy7aw7Ro4 { display:block; }
 }@media only screen and (max-width: 763px) { #ssBJlAzA0w9G8WSyJi12d2NElUCwozsR { width:12.5rem;height:1.4619125rem;top:45.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9UX8wTuKtSANu69GAaTyzGEtlqT8vcS { width:3.125rem;height:3.125rem;top:44rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyi8m8cI0zE85N31OgPemcKoVwtgcbWn { display:flex;width:2.3125rem;height:2.3125rem;top:44.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #V5ELfDKp9sCw57ZEfE6PfpsTf3slVsMm { width:9.125rem;height:1.29980625rem;top:44rem;left:3.5rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #iCHLPBpfGNclCW7UNQQVxsQTWRBvxydv { width:13.5rem;height:1.875rem;top:3.630859375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso { background-color:#ffb521;background-image:none;display:block; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { background-color: transparent; background-image: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container > .video-iframe-container { display: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row > .video-iframe-container { display: none; }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .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); }#T1OJ38E3QVh9yzZeonRwNTGZ2yc7KCso > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpgFvUz2rayab7IMpEXXJiG2yTKzwQqX { width:20rem;height:3.8496125rem;top:2.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIwHG9ryOyUSHC29ZnurOD7PVfr1K1Uu { width:20rem;height:2.9375rem;top:7.625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuFJp8ovKgmpTsfNMJtze644uZBkhCnR { display:block; }
 }@media only screen and (max-width: 763px) { #dcWfJNqMvKveAE933xJT93uLAJT1B264 { width:12.5rem;height:1.4619125rem;top:14.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUGTWJSGnz7BTyWfxVa6lLQy7e62xa9 { width:12.9375rem;height:1.9375rem;top:13.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxLfzd3MTQq30tzhb5MrEGCIZLIetNl { display:flex;width:1.5625rem;height:1.5625rem;top:11.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #TKr5fGMpSCwiAkASwgkXfueAXOSLMrgl { width:6.9375rem;height:1.29980625rem;top:11.8125rem;left:5.875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #J9G5tN8KI9KlBchJq8ByufptGXRQMVdT { width:20rem;height:4.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrnFeeGenyIVmzieT5Cd4fdczSOWt8s { display:block; }
 }@media only screen and (max-width: 763px) { #TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI { display:block; }#TweIJ0EPZsrGrE68XC50ZHmFQGwNPxPI > .row .container { width:20rem;height:154.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r58u2cVZwysvTIe1gRUyiLTeRBp4NHAJ { width:20rem;height:1.13671875rem;top:2.1005859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txz96vpNcJkHLR7Sy0bVfPvgw2trDuNh { width:20rem;height:4.548825rem;top:4.4248046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #u5pzOcmd94eBzKXM0BGNIJFGO4dSFaUm { width:14.4375rem;height:3.5rem;top:16.5625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewN5qUH2r1eTNLz5GDoVpOWbh3RFsDCG { width:16.875rem;height:15.9375rem;top:13.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcNQmHVKTipwmPlpMcTCx9r5aJI4NLvZ { width:14.5625rem;height:5.25rem;top:21.0625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIgBof8EI8S1knwnFVF1io3HUQeX9T9a { width:5.25rem;height:5.25rem;top:10.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9d7JC8QVwlxXvNw8BEeWfLxTbUmOdEP { width:16.875rem;height:15.9375rem;top:36rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUg74PkXufgGMBu4qwKooEm8TNWIbzSr { width:14.5625rem;height:6.5625rem;top:43.875rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgT9o8DVH4LAMmQDby8gKzAGSLaLIeKX { width:15rem;height:3.5rem;top:39.375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KENDk8hW49Q8UPVseBuVcTEy7PZEOKsp { width:5.0625rem;height:5.3125rem;top:32.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQpIDV8cp5IndevBedSScVlsHygQaRT { width:16.875rem;height:15.9375rem;top:81.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u275CI8s2iWUvTdhNF9dDxEOrJrI9ds8 { width:14.5625rem;height:6.5625rem;top:89.4375rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPO4nVs3FH9yR5hqxTirLTgz5cx0SRM { width:15rem;height:3.5rem;top:84.9375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQMqzZh1TMNunQqtCN6epBcuCafNsm6e { width:16.875rem;height:17.0625rem;top:58.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV0eGIDoaI8EAuIutSASXyHmZgTSV1pi { width:15rem;height:3.5rem;top:62.1875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBNG1RWhDy9TIskmATT4m2x1TRPZR1Ix { width:14.5625rem;height:7.875rem;top:66.625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUEaizU9cPANNbGg3QGOocPd8JfIABMi { width:5.25rem;height:5.3125rem;top:78.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vQD23HdCLdpzzRG7i4AHtKUeu2017a { width:5.25rem;height:5.3125rem;top:55.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuXXueJfXTWA5PAUTM7638gaBklHgbfE { width:18.5625rem;height:27.8125rem;top:118.875rem;left:0.75rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l9JHPZvrpJHW74wLIuLsDlFMbwmh8Pit { width:16.25rem;height:4rem;top:108.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ALEpAptb1kVWglw3VLkKl7dPuhZXIJ { display:block; }
 }@media only screen and (max-width: 763px) { #JC9ovzZsMnUXHrObk7nGEoL2tBDXBJK7 { width:18.75rem;height:4.375rem;top:102.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEg7DBRT5y6X7UXdkULlf3DGKCKUOSmA { width:18.75rem;height:4.375rem;top:102.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsZOMMSlhX2VBnxzsyPsCO8U3XniG4S5 { display:block; }
 }@media only screen and (max-width: 763px) { #QRWAC6L5FbqnfqFMWlhL5MSDca2h6FeJ { width:12.5rem;height:1.4619125rem;top:104rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJD9QsKow32MAvbQFT9qWhlScOWlFf5C { width:3.125rem;height:3.125rem;top:102.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEuXLXNrEbHDWkEtE7hhkxu6fZTVTe0p { display:flex;width:2.3125rem;height:2.3125rem;top:102.875rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #SwzspM5Iv60m7JUWHEeg13gbNVvJwO6p { width:9.125rem;height:0.79980625rem;top:102.8125rem;left:3.1875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #vG975GCCxz4cN5sKDzke7hzqahcVkmcp { width:20rem;height:30.25rem;top:117.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,181,33,0.86);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fEv3i1uLsndKFKhvbn60OAVGqEapVsKF { width:9.3125rem;height:1.875rem;top:1.7314453125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZD1p0oUTahPFtGuvv0ZPoqzCP7fQH7M { width:6.8125rem;height:6.8125rem;top:143.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P { display:block; }#JXTqUdvafP46WaTtxC6qeTUTMRCGBq4P > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo { width:9.4375rem;height:21.375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQR1h8aqTpR1F0tv4evsv8vLLm6phmOo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #aF7RhobxsVECUBgXEHVilhFSr96ZbaRG { width:10.375rem;height:21.375rem;top:7.75rem;left:9.625rem;font-size:0.9375rem;display:block; }#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#aF7RhobxsVECUBgXEHVilhFSr96ZbaRG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #JqRnsUsNUisInmNTiakSC3d51uvmc8B5 { width:20rem;height:19rem;top:32.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxvRGOot5TzOWhG8cfAwNcMBnKiHcW6 { width:20rem;height:2.5996125rem;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpor8cz0x86J8SXZT2IuOb6hZuPW3dZD { width:19.6875rem;height:1.13671875rem;top:2.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKUd2i9n52iEXbmnO0ffbrTB8kOhQWW2 { width:9.3125rem;height:1.875rem;top:1.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw { display:block; }#QA7RHToCvw3pmz6S12BHoHzXAFlFtGGw > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAhnf9RVHBnnohTdWB3GApbSETHCVfkK { width:18.6875rem;height:5.0625rem;top:16.375rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ8GsZ9WWGSz2WTk70FWg31MPxP67Ebp { width:20rem;height:4.7109375rem;top:28.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWwCzivHC0UV5D5Ip8laM6XWEu5ZwaZ1 { width:20rem;height:9rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGQzdVXhZuOkQ9rNqTEecm85RQO5xC4 { width:20rem;height:0.9375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETihdWP3GOAmse7lDpIzx4Ib4WVCgZDl { width:12.5rem;height:1.4619125rem;top:47rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNyokdZu6boRx8KMc6PZGyoK6eTTgNcQ { width:20rem;height:0.9375rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFiSpXd3BGGvEqpxbKz0TkBPgHN5df74 { width:20rem;height:8.3965rem;top:53.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW62JdivWQW5rfqbfx83rDRTiK4qNUA3 { width:12.5rem;height:1.4619125rem;top:63.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6PVwra0q2GldsLvaOLA1zI98nxrFwJo { display:flex;width:1.5625rem;height:1.5625rem;top:51.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AsKyGkuFblkP9eTswirKnVKR2wC7yidh { display:flex;width:1.5625rem;height:1.5625rem;top:35.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ND87V63WKs1sR5RR7CVgkRPpL6p2ArA9 { display:flex;width:10.0625rem;height:10.0625rem;top:25.5rem;left:4.96875rem;opacity:.23; }
 }@media only screen and (max-width: 763px) { #JTTtTxQGM2iopJy2AxUggZWncAEfai1d { width:10.5625rem;height:8.875rem;top:6.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX5CxFfbFiq5tczGdi90gNeG054lzGJI { width:10.5625rem;height:1.875rem;top:2.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpM5TJLz9x4gPRdXPHBuxd5dlJEVsHyg { width:10.25rem;height:1.13671875rem;top:3.1875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyI6N28Cb80VLapvVXCwx9HWoupnfu8M { background-color:#ffb521;background-image:none;display:block; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { background-color: transparent; background-image: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container > .video-iframe-container { display: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row > .video-iframe-container { display: none; }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .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); }#PyI6N28Cb80VLapvVXCwx9HWoupnfu8M > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpBgbmJz6o5TUR2PewmziJW0MxXLagni { width:20rem;height:3.8496125rem;top:2.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEH89OXOkM6f08MWAhgmt7Loldw4tJBA { width:20rem;height:2.9375rem;top:7.625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePU365pfKqLHAq4bF1B8wRt51TN8uJQ { display:block; }
 }@media only screen and (max-width: 763px) { #aQi7Z3ETxT2X0G7tHbZtCQ6ol05TNQnC { width:12.5rem;height:1.4619125rem;top:14.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Q6qTSlmyLJkvJeUHAPrNF1vqaOb4V5 { width:12.9375rem;height:1.9375rem;top:13.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQmsUBmDdbUTA57LAkx3Jnhxrb1wsXs { display:flex;width:1.5625rem;height:1.5625rem;top:11.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #FqIBE4aa1gVqiBTPL7uc8DD7fmTU0UFq { width:6.9375rem;height:1.29980625rem;top:11.8125rem;left:5.875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #gb1Gy50EuhNfTCJVhz0V8OnFWZkGiWTk { width:20rem;height:4.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A224rFDX2BO6Ekg3sMya9FU7VvmWFEzX { display:block; }
 }@media only screen and (max-width: 763px) { #qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { display:block; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { width:20rem;height:1.3496125rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #M82GiPQZhzkRa58c5Py7HR709M1NShTg { width:6rem;height:1.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { width:7.5625rem;height:1.875rem;top:9.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { width:6.3125rem;height:2.5625rem;top:5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { width:6.125rem;height:3.125rem;top:8.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { width:4.5625rem;height:3.25rem;top:4.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve { display:block; }#Kqn2fs3XhTqu5QUMt69QC8EDRFbGwDve > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEgd5aZGyk19PyJFErghTmO5Wg7anXBX { width:20rem;height:32.3125rem;top:5.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yJ33qq7kr6S0PoDEdktQul0w0SPGV8uQ { width:20rem;height:1.21875rem;top:8.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2JygfgAMJKVpxhDxQQBONRLkAx0fUJp { width:20rem;height:1.875rem;top:6.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUTcFokZmUEed2gT17NKBnxrTlrtxw6C { width:20rem;height:25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksgXEqbMJxb4f8PF7ihZZk2P4pxwrEKT { width:20rem;height:5.5625rem;top:37.6875rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;display:block; }
 }@media only screen and (max-width: 763px) { #CLdNlcnLc9KhCr5gXdc9dtcwpfdF6rKp { width:3.125rem;height:3.1875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZfU8s8s4av57Z1M0K7UHXmcgRM6pxP { width:16.8125rem;height:1.21875rem;top:39.5rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txuEePKhMD2KdXos1cSWtSOwThuA4Hds { width:13.625rem;height:1.3125rem;top:40.9375rem;left:4.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container { background-color: transparent; background-image: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container > .video-iframe-container { display: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row > .video-iframe-container { display: none; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .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); }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container { border-width: 0; border-radius: 0; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foZDDhKeqdtvMNTtcmAaHMhyh3AL2sFA > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJychiS010Rt1ZRi0mT3lQgodoikQnwF { width:20rem;height:25.125rem;top:9.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxdW0DUTsVOZ8qDyuuBPC99AKbbtQd9Z { width:20rem;height:25.125rem;top:35.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5igT8sdMnOGvg0cgwVz8X2kJAyUzLze { width:20rem;height:21.1875rem;top:62.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeuk48llnpPBi7DgzamwnrpzhuewsbhM { width:19.6875rem;height:1.13671875rem;top:3.0380859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBU2fHrp11gm8Pix6eXWuUIsho6lW7ra { width:18.25rem;height:2.2744125rem;top:4.4248046875rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUIQcAyorMiPHR0ZZ93rTg1VzvJC3ex4 { width:20rem;height:17.0625rem;top:85.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqg20Vg9Z0SzxNupR2BRXntmDw289SDk { width:20rem;height:102.5rem;top:1.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxzkifJU4L143aWJQbWEXfG4Rt4bduD { display:block; }#yHxzkifJU4L143aWJQbWEXfG4Rt4bduD > .row .container { width:20rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HacCC1uEXidTTdhMi3WoExbqGHkzM0nx { width:20rem;height:1.95rem;top:3.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:sora;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eotAktCil49T9yBohdLT2VNH6KBUesdv { width:14.5rem;height:20.2305rem;top:6.859375rem;left:2.75rem;font-size:1rem;font-family:lato;display:block; }#eotAktCil49T9yBohdLT2VNH6KBUesdv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #oakO0cmPoGPcuk8iD7AuJszT8wg8IMQ5 { width:18.75rem;height:18.75rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV { width:14.9375rem;height:20.2305rem;top:51.775390625rem;left:2.53125rem;font-size:1rem;font-family:lato;overflow:hidden;display:block; }#VUSEsrgKyanlEL08gZoSN1Tpx88m7iKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #yZab1w921tJcbNTlF2SCEopuwWKSys05 { width:16.25rem;height:4rem;top:82.630859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlJap4XnOZsmzI38S4TvkL1JQQ1wRvL { display:block; }
 }@media only screen and (max-width: 763px) { #TSNJT7rkXJRUVJwR8UpOMXgFTTxg0lRk { width:18.75rem;height:4.375rem;top:76.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mLVE9izSx1HbK81VJB8Mx8TfaSd9rd { width:18.75rem;height:4.375rem;top:76.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIDFD4TmiHsWuFxlIznhodPaxk55pTJS { display:block; }
 }@media only screen and (max-width: 763px) { #tnMcW9mqhRTCxPsAD6e5r0r5gKTXQAgO { width:3.125rem;height:3.125rem;top:77rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBJnbx4uRzKTO5akvXcHTq6kBvkJVnip { display:flex;width:2.3125rem;height:2.3125rem;top:77.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #Rl03Qo8fZvJKGegfFJzGdZIo0MrWsfql { width:12.5rem;height:1.4619125rem;top:78.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGPBKkRsf9T7OmJ4rSb52uHN4LmUdSm { width:9.125rem;height:0.79980625rem;top:77.3125rem;left:3.5rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { background-color: transparent; background-image: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .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); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { width:20rem;height:1.1375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0HrDLfURqJdWEi10qTXnhhEsoPbyUJe { width:20rem;height:1.13671875rem;top:2.76171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#0f0f0f;background-image:none;display:block; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { background-color: transparent; background-image: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container > .video-iframe-container { display: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container { display: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .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); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { width:18.75rem;height:4.375rem;top:0.8125rem;left:0.625rem;z-index:15042;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { width:12.5rem;height:1.3496125rem;top:2.875rem;left:1.5rem;font-size:1.125rem;z-index:15044;font-family:"libre franklin";color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { width:3.125rem;height:3.125rem;top:1.1875rem;left:14.8125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #FQqfn48pQiAJUDwelElECs5ef6MW0v8G { display:flex;width:2.3125rem;height:2.3125rem;top:1.5625rem;left:15.25rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { width:9.125rem;height:1.29980625rem;top:1.38671875rem;left:3.1875rem;font-size:1rem;color:#070707;z-index:15043;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #fPHkNc10TzFn1MN2UOBskF9LTO604BUx { width:18.75rem;height:4.375rem;top:0.8125rem;left:0.625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block; }
 }