.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,232,204;--color-primary-1:255,186,102;--color-primary-2:255,140,0;--color-primary-3:255,215,0;--color-primary-4:95,58,12;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:239,239,239;--color-secondary-3:70,70,70;--color-secondary-4:35,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:68,68,68;--color-tertiary-2:58,58,58;--color-tertiary-3:35,35,35;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { background-color: transparent; background-image: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { display: none; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { border-width: 0; border-radius: 0; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { z-index:15009;top:3.125rem;left:50.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { z-index:15010;top:3.125rem;left:31rem;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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zm5C49XrqWA7CmHZbustv3IGmEr0Vp1H { z-index:15011;top:3.125rem;left:40.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w3pOyCIMLNSseZZW7hfD6KfU7akBNWWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdumUDuaThId2tPWycPOS7fmvN8y6WlH { z-index:15011;top:3.125rem;left:22.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:2.0625rem;left:61.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMggmy73HeS5mX8f58mKZO3QFmJA6stu { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:20.125rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#LXtwedkRVPagOePZrF3mLTNd7c8C9s23 { z-index:15004;top:3.5rem;left:62.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.625rem rgba(255,137,0,0.14) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UQOEWpwnAXywKu438NK2yvFt8cHdTVmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGF6Vf75sqmUNzq7DEqC70UvFbnWH5Jw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:15.6875rem;display:none; }
#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7744250b-cd6b-4f98-9443-05b54dec0416/topbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.88); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.88); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { border-width: 0; border-radius: 0; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#mkvHHZQdaow2izufb4h0U0sOeekP0S6B { color:#ca7034;display:block;width:44.375rem;position:absolute;font-family:orbitron;font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:0rem;height:8.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:18rem;left:0rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.375rem;left:0rem;height:3.55rem;text-align:left;text-align-last:left;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a06b257a62ad8c71a4efb8e873755cd580443dbc.svg); }
#G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:orbitron;font-size:1.8125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:9.5rem;left:50.0625rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(202,112,52,0.3) ;height:33.25rem;width:27.0625rem;top:7.9375rem;left:47.9375rem;display:block; }
#nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { color:#222222;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:12.375rem;left:49.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { position:absolute;display:block;z-index:15057;height:24.5625rem;width:21.3125rem;top:14.3125rem;left:50.875rem;display:block; }
#HLUPRd1PtEH8PORnAa2fyz4GgRIJg28x { position:absolute;display:block;z-index:15066;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.625rem;width:18.75rem;top:34.3125rem;left:0rem;overflow:hidden;display:block; }
#qEVLvqsatbVR4h4XqMSgDQBvRedc3yhb { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:35.625rem;left:5.5rem;height:1.95rem;font-style:normal;display:block; }
#Pr4zcbbPOygk9Qi6LmGAyPkhtLaezxtu { z-index:15068;top:34.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pbgTl4OEXwDMvwMOUMv8gU6PwbKb4lx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.375rem;left:18.75rem;height:3.55rem;text-align:left;text-align-last:left;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a76e506f855a540422afa0752dc424b7327b6d26.svg); }
#VntL0yLGgzLLZcm4N7TntP8Ru4kz6uqP { color:#ca7034;display:block;width:44.375rem;position:absolute;font-family:orbitron;font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:0rem;height:8.38675rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#V2e41hWiqDZEdH3G9UuASiFPxlyabarw { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:7.125rem;top:33.875rem;left:21.3125rem;overflow:hidden;display:block; }
#WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:8.3125rem;top:33.25rem;left:29.25rem;overflow:hidden;display:block; }
#kxq8Pbg7q0F9RqrdCiA9J0p3ac1kq0ng { position:absolute;display:block;z-index:15071;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.125rem;width:2.0625rem;top:30.25rem;left:5.5rem;overflow:hidden;display:block; }
#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { position:relative;display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { background-color: transparent; background-image: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container > .video-iframe-container { display: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row > .video-iframe-container { display: none; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { border-width: 0; border-radius: 0; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:13.75rem;top:3.125rem;left:15.625rem;overflow:hidden;display:block; }
#qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:11.375rem;top:3.1875rem;left:32.625rem;overflow:hidden;display:block; }
#uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:13.125rem;top:3rem;left:46.25rem;overflow:hidden;display:block; }
#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { position:relative;display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { background-color: transparent; background-image: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row > .video-iframe-container { display: none; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { border-width: 0; border-radius: 0; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { color:rgba(var(--color-tertiary-1),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.8125rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { color:#1e1e1e;display:block;width:35.9375rem;position:absolute;font-family:orbitron;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { color:rgba(var(--color-tertiary-1),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:21.25rem;left:0rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
#sux6iDGupJFvPggerzXEoEWyhGX33hzE { color:rgba(var(--color-tertiary-1),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.25rem;left:12.1875rem;height:9.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
#UHRGi5MwlA00SOUhOnlP15PhQrLvT099 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:34.75rem;left:20.75rem;display:block; }
#JuZ0GuEQhiZcq3LFVmsXLiKHW1PgWJJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iInnKEQe4FtdGbsJhmvBwzGQUP4pOB17 { 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.625rem;width:18.75rem;top:33.875rem;left:0rem;overflow:hidden;display:block; }
#v9reFFV5I8J7fB2TpRfHcGUJ32kx7mrJ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:35.1875rem;left:5.5rem;height:1.95rem;font-style:normal;display:block; }
#QpEqn6mOJQMp0U02HZSWghI3V5g0dH0s { z-index:15071;top:34.15625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iGxg1OXTMJ9lquM88lzryb810uhd7h08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5vQyxuhK0fWJ8uiTOcoQgO1nycVKeEZ { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:35.9375rem;top:9.8125rem;left:38.28125rem;overflow:hidden;display:block; }
#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ca7034);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ca7034);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ca7034);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #ca7034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ca7034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ca7034' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #ca7034);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { background-color: transparent; background-image: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container > .video-iframe-container { display: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container { display: none; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { border-width: 0; border-radius: 0; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#NkOafRMMoTPO9WP8k2QR9odsIOr1vpCz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(37,37,37,0.61) ;height:32.6875rem;width:27.0625rem;top:6.375rem;left:24rem;display:block; }
#phxRvdhnlxITAdf8FpXLH6qM8aasmAfw { position:absolute;display:block;z-index:15061;height:23.6875rem;width:22.125rem;top:12.6875rem;left:26.4375rem;display:block; }
#iUiacpOqMOhm5LTTfdMhXJ3aORhx5Umg { color:#222222;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:10.2109375rem;left:25.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#G4JOy922NJdUtmfUp1sXA09EEKwVmyAg { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:orbitron;font-size:1.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:7.9375rem;left:26.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { position:relative;display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { background-color: transparent; background-image: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row > .video-iframe-container { display: none; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { border-width: 0; border-radius: 0; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { color:rgba(var(--color-tertiary-1),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.75rem;left:15.8125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { position:absolute;display:block;z-index:15003;height:10.1875rem;width:75rem;top:6.4375rem;left:0rem;display:block; }
#vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.75rem;left:36.5rem; }
#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { background-color: transparent; background-image: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container > .video-iframe-container { display: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container { display: none; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { border-width: 0; border-radius: 0; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.5625rem;left:3.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.75rem;width:20rem;top:15.5rem;left:2.5rem;display:block; }
#ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.31) ;height:23.75rem;width:20rem;top:15.5rem;left:27.5rem;display:block; }
#m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.75rem;width:20rem;top:15.5rem;left:52.5rem;display:block; }
#eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { color:rgba(var(--color-primary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:orbitron;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.7998046875rem;left:21.53125rem;height:7.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15068;line-height:1.4;letter-spacing:0;top:28.875rem;left:4.96875rem;height:8.6875rem;font-style:normal;overflow:hidden;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:28.875rem;left:30.15625rem;height:8.6875rem;font-style:normal;overflow:hidden;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;top:28.875rem;left:56.3125rem;height:8.6875rem;font-style:normal;overflow:hidden;display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
#VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:18.1875rem;left:59.9375rem; }
#GehynXKoDQyCzA48c4OVQgT73p05b2k4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:18.1875rem;left:34.9375rem; }
#rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.4375rem;left:9.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#lw656xVc53vpCJc270tCxaSKkmnQtAsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:18.625rem;left:10.375rem; }
#ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.5625rem;left:28.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.5625rem;left:53.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.4375rem;left:34.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { box-sizing:content-box;height:6.625rem;width:6.625rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.4375rem;left:59.1875rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#k34d3764a559a446684a7ed9ae101f93f7e9503d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { border-width: 0; border-radius: 0; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#Hb1ebd625cea35327c37a608f50ffebde1b30956 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:orbitron;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gk01FyPuyIN3nTeUWmvhFlb0X6Zeevi0 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:8.8125rem;left:26rem;display:block; }
#g84epNqeKW8i5Dv6yEPrGiz2fhA0A9K9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0MB2vMo9cZOEsA0qxc7wacclIFp4zAq { position:absolute;display:block;z-index:15073;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.625rem;width:18.75rem;top:7.9375rem;left:5.25rem;overflow:hidden;display:block; }
#HPyUVx3MkSBPPZF9PhO0xQ0RmATS7H5y { z-index:15075;top:8.1875rem;left:5.25rem;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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QzTIlasFTblheeJcpoKBq6gZixeh3GO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0dmEgp1sMOgr1KkDoizWxNR8q9kDSuV { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:9.25rem;left:10.75rem;height:1.95rem;font-style:normal;display:block; }
#wblUNOOwZTyXlqF8PDP7Zs1CoZMSTbJw { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:8.9375rem;top:3.25rem;left:66.0625rem;overflow:hidden;display:block; }
#QGSaUPr46FWbOcdyITy0aoIvnhufZ47J { position:absolute;display:block;z-index:15071;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.75rem;width:7.6875rem;top:4.75rem;left:57.375rem;overflow:hidden;display:block; }
#EWVF94fNUHveeuQgJyFwap7zEkvk6THo { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.125rem;top:6.25rem;left:1.75rem;overflow:hidden;display:block; }
#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { background-color: transparent; background-image: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container > .video-iframe-container { display: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container { display: none; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { border-width: 0; border-radius: 0; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { color:rgba(var(--color-tertiary-1),1);display:block;width:23.6875rem;position:absolute;font-family:orbitron;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.15625rem;left:45.75rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:44.1875rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
#v6Q6iWekx7tPxolUB66L5S4NGGMLUIry { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.8125rem;left:58rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#v6Q6iWekx7tPxolUB66L5S4NGGMLUIry li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#v6Q6iWekx7tPxolUB66L5S4NGGMLUIry li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
#EZhwKe96QBy22scTfCEMWlp0nIIwPOrS { position:absolute;display:block;z-index:15080;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 3.625rem rgba(var(--color-secondary-4),0.39) ;height:31.8125rem;width:35rem;top:4.5625rem;left:5.25rem;overflow:hidden;display:block; }
#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { background-color: transparent; background-image: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container > .video-iframe-container { display: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container { display: none; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .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); }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { border-width: 0; border-radius: 0; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.224609375rem;left:28.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDyb9sHhlIG3k47UTAziRQdg9narzX96 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:orbitron;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.1494140625rem;left:20.125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrK9vcePtfivT0yKfAoIC5TqU5JsKEv6 { position:absolute;display:block;z-index:15066;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:5rem;width:5rem;top:14.8125rem;left:6.375rem;overflow:hidden;display:block; }
#H38UyM10exgyFyhnlAyIXtNGlDTZZf1h { color:#0e0d0d;display:block;width:14.1875rem;position:absolute;font-family:orbitron;font-size:1.375rem;font-weight:400;z-index:15067;line-height:1.4;letter-spacing:0;top:21.5625rem;left:1.78125rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k33amemvnJIViflQ65lmoK3dR6EqiRro { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.25rem;width:17.5rem;top:17.375rem;left:0rem;display:block; }
#LRXfdmkIc4BDo4T4OzRPHCwLvLUHROGO { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:26.25rem;left:1.65625rem;height:7.5rem;font-style:normal;display:block; }
#Bw44b3ywhUVfdOKgyL4fz2b1AXsM6DEh { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.8125rem;left:25.46875rem;overflow:hidden;display:block; }
#Z5oJZWwkPvTkH0vyITaPMQceDa1TdmGd { color:#0e0d0d;display:block;width:14.1875rem;position:absolute;font-family:orbitron;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:21.5625rem;left:20.875rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7TyWwakwA5lfxmX20UHGI7IfxrBa2ZN { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.25rem;width:17.5rem;top:17.375rem;left:19.125rem;display:block; }
#yg2T7QLn6faALzCkg83BrfQuy1suseHM { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:26.25rem;left:20.5625rem;height:5.6rem;font-style:normal;display:block; }
#yGGFnT5zJA1snahUsVRIT0hlksk78BgW { position:absolute;display:block;z-index:15074;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:5rem;width:5rem;top:14.8125rem;left:44.71875rem;overflow:hidden;display:block; }
#m5yN54JOrDNqHmJguxGBwmO0oG6Xm20C { color:#0e0d0d;display:block;width:15.625rem;position:absolute;font-family:orbitron;font-size:1.375rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:21.5625rem;left:39.3125rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdMPFAho6X33rFDJPv8RJBstGiBPDUc5 { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.25rem;width:17.5rem;top:17.375rem;left:38.375rem;display:block; }
#w6cwmogq7EuobSDeBcJoa5uCRQZO1FXA { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.4;letter-spacing:0;top:26.25rem;left:40.125rem;height:7rem;font-style:normal;display:block; }
#kDAKtRu2QCBdUi63H66nag0GMVJs5XwU { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.25rem;width:17.5rem;top:17.375rem;left:57.25rem;display:block; }
#T7hL65Hg3q3JhtxORz31qxJzXZWST3P4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:26.25rem;left:58.78125rem;height:8.4rem;font-style:normal;display:block; }
#raURf73IgIqShzUIc3DZtVvdD4Rl5tbT { color:#0e0d0d;display:block;width:14.1875rem;position:absolute;font-family:orbitron;font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:21.5625rem;left:59.09375rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSFNqHwzebDMzvS6083vxRposRQQRCxE { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.8125rem;left:63.625rem;overflow:hidden;display:block; }
#SOCsVJ35AsGIsTKF9BbHv3KftDN6rI2l { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:44.25rem;left:40.875rem;display:block; }
#SV3HyuU3appNTaR5QuLRl2QTNkdeqiiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xU6eQKw8Ma934QZ3brvnITgvE9Wwrbrm { position:absolute;display:block;z-index:15077;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.625rem;width:18.75rem;top:43.375rem;left:20.125rem;overflow:hidden;display:block; }
#OX26W42BdsOvcoKl3cPsvfmpKoUH3RJd { z-index:15079;top:43.65625rem;left:20.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nDb3FLIkkwqRr926Q7IbGAKcmqDzw50u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A23yqEKgIkNwdfxxxXUXH2lX6QTAKTEs { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:44.6875rem;left:25.625rem;height:1.95rem;font-style:normal;display:block; }
#SwsShyODMLdTp8lclbShcbyl3TZ1pTTv { position:absolute;display:block;z-index:15073;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.5rem;width:2.125rem;top:39.5625rem;left:28.625rem;overflow:hidden;display:block; }
#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { background-color: transparent; background-image: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { display: none; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { border-width: 0; border-radius: 0; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { color:rgba(var(--color-tertiary-1),1);display:block;width:30.9375rem;position:absolute;font-family:orbitron;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.5625rem;left:40.125rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9rem;left:40.125rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
#PlVVfzpMFFaltRaR0iVv794ruaEAQnGx { color:rgba(var(--color-tertiary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9rem;left:56.3125rem;height:15.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#PlVVfzpMFFaltRaR0iVv794ruaEAQnGx li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlVVfzpMFFaltRaR0iVv794ruaEAQnGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
#tCvT8dQyKTXo1GAJMNudrqwpasovIMF6 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:31.25rem;left:59.625rem;display:block; }
#ILxK4kZEGPtXeOxR9s8SG8EJOzCQCquQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3f3HF2ehmpD0zCFzPWEfTWkTVcISskS { position:absolute;display:block;z-index:15073;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.625rem;width:18.75rem;top:30.375rem;left:38.875rem;overflow:hidden;display:block; }
#AC6apB4V1hX5bAarbt274fLSSus72iH1 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:31.6875rem;left:44.375rem;height:1.95rem;font-style:normal;display:block; }
#kIMKhZa8VD23qk06mTJrbgyS8KCv43Lr { z-index:15075;top:30.65625rem;left:38.9375rem;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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nJITTUJLE8l8qncEEnMywR6ALOuoWMrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnlSXRWxNRdJyH85hbbb7zy1FsPoeiB8 { position:absolute;display:block;z-index:15076;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:24.875rem;width:37rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { position:relative;display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { background-color: transparent; background-image: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row > .video-iframe-container { display: none; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { border-width: 0; border-radius: 0; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { color:rgba(var(--color-tertiary-1),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.80078125rem;left:15.78125rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { 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:6.875rem;width:14.3125rem;top:9.375rem;left:7rem;overflow:hidden;display:block; }
#vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { 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:6.875rem;width:14.3125rem;top:9.375rem;left:22.5625rem;overflow:hidden;display:block; }
#UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { 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:6.875rem;width:14.3125rem;top:9.375rem;left:38.125rem;overflow:hidden;display:block; }
#Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { 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:6.875rem;width:14.3125rem;top:9.375rem;left:53.6875rem;overflow:hidden;display:block; }
#cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { 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.875rem;width:14.3125rem;top:18.1875rem;left:7rem;overflow:hidden;display:block; }
#aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:18.1875rem;left:22.8125rem;overflow:hidden;display:block; }
#cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:18.1875rem;left:38.125rem;overflow:hidden;display:block; }
#TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.3125rem;top:18.1875rem;left:53.6875rem;overflow:hidden;display:block; }
#wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.375rem;left:36.46875rem; }
#NSLVTh9VutAOd4FMIRilf1lfCyswhwef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { background-color: transparent; background-image: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container > .video-iframe-container { display: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container { display: none; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { border-width: 0; border-radius: 0; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:16.625rem;left:0rem;height:24rem;overflow:hidden;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af4ad350bd1fc69c965df4881a3adf668a82301e.svg); }
#yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { color:rgba(var(--color-tertiary-1),1);display:block;width:36.125rem;position:absolute;font-family:orbitron;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.4873046875rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLOlXBSs626cyz2kuRW1Rtubve3GX371 { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#O6sHqOzT4CbSEQdxAHqvz3S5JtgXTIGF { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:44.5rem;left:20.75rem;display:block; }
#lPFJmHCUrvmo6HT9wT23wbzsi4tSDPab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXG7BpmLl0fWfSGXsnz9lVwVNtOJgMRZ { position:absolute;display:block;z-index:15077;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.625rem;width:18.75rem;top:43.625rem;left:0rem;overflow:hidden;display:block; }
#NUVvTwedVgEnuNGyeGJzRiuuIJUHTmQy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:44.9375rem;left:5.5rem;height:1.95rem;font-style:normal;display:block; }
#NPT2PP2WSLNtvR3RQEVUCNyvU6RvHuu8 { z-index:15079;top:43.90625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Nfz1GJ4thIxdxTZwGCwGciCtMkC0S7oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNCuDoCwyi423lQvmiHpBcGqtfxet6Se { position:absolute;display:block;z-index:15080;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:30.3125rem;width:35.125rem;top:14.3125rem;left:38.125rem;overflow:hidden;display:block; }
#JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:9.5625rem;top:10.3125rem;left:64.8125rem;overflow:hidden;display:block; }
#lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { box-sizing:content-box;height:9.75rem;width:9.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:9.4375rem;left:64.6875rem;display:block; }
#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { background-color: transparent; background-image: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container > .video-iframe-container { display: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container { display: none; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { border-width: 0; border-radius: 0; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { color:#727272;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:18.4375rem;left:21.09375rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { color:#212121;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.6875rem;left:22.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.6875rem;top:16.625rem;left:24.3125rem;overflow:hidden;display:block; }
#qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { box-sizing:content-box;height:24.625rem;width:17.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:8.9375rem;left:19.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;display:block; }
#fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.3125rem;left:27.1875rem;overflow:hidden;display:block; }
#MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10rem;left:26.5625rem;overflow:hidden;display:block; }
#ovJLQ41kvismJqq9J73owBKGE31Dqrcs { box-sizing:content-box;height:24.625rem;width:17.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:8.9375rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;display:block; }
#vLDZQngxrMBM9OPl5B5gQvzl96L3rGJq { color:#727272;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:18.4375rem;left:39.875rem;height:10.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vJkWOi0tqf06epXQKUoeTXbq7myogqik { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.3125rem;left:45.9375rem;overflow:hidden;display:block; }
#CdzOG2h0sIaalfzAhTIkbzB0TXLZUyHx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.6875rem;top:16.625rem;left:43.0625rem;overflow:hidden;display:block; }
#SkTD1N8wEHcD5TVzBEa29aCaOJT1FC11 { color:#212121;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.6875rem;left:41.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnWB7H7iJhlPtvMPCEt2MMTPn8LIqqIq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10rem;left:45.3125rem;overflow:hidden;display:block; }
#kV2Vx9FT8slivr6AuDFenXg1WBQ84EMh { box-sizing:content-box;height:24.625rem;width:17.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:8.9375rem;left:57.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.21) ;display:block; }
#H3XWS22ndWVHRL2By8rP33OLi57HHQQV { color:#727272;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:18.4375rem;left:58.125rem;height:10.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qW1MvwXWaBlH1puQxonfxsFqyaQ8PoGy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.3125rem;left:64.6875rem;overflow:hidden;display:block; }
#zsd56QXRBv27UOikbLWJhE4Jp6PibPUw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.6875rem;top:16.625rem;left:61.8125rem;overflow:hidden;display:block; }
#HmyTVN03rS0OZEbe1PVNLammNw1AEz1r { color:#212121;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.6875rem;left:60rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBCrDpD6rXBSekGveAoB3IuboqKTfUb8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10rem;left:64.0625rem;overflow:hidden;display:block; }
#ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:orbitron;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.54);top:25.125rem;left:0.375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EaUu8mP5Ud9AQ8eOiE6Vf1Tk6e7rg2lQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.5rem;width:12.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.1;top:1.25rem;left:62.5rem; }
#UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:11.3125rem;top:11.28125rem;left:3.71875rem;overflow:hidden;display:block; }
#rridGVk5gCLgvTKW8htZ2BQ1zCPWKsIC { box-sizing:content-box;height:24.375rem;width:14.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0rem;left:1.96875rem;display:block; }
#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);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; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { background-color: transparent; background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { border-width: 0; border-radius: 0; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.75rem;position:absolute;font-family:orbitron;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.92578125rem;left:10.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lix8fDA5xr6xKHT2gBAGewiOP9aMS7w4 { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.125rem;left:40.875rem;display:block; }
#ibTKoUWFxde1HKKckezgAlVXyxmOwJcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRJINahJLqGgh4raJJhqCFeGqM2XTVSp { position:absolute;display:block;z-index:15073;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.625rem;width:18.75rem;top:8.25rem;left:20.125rem;overflow:hidden;display:block; }
#LxBCsJESauMahKE3BPr9LV4THq32oOE8 { z-index:15075;top:8.53125rem;left:20.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IFbiue1wRxsl6MXUVXwiXU3bui7Q9Nwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Al9rATXgl9lvXIei9yxTF6JsJ3zJpLuk { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.625rem;height:1.95rem;font-style:normal;display:block; }
#er1INRqMS67BoqC9JOncikFwbTRARU7v { position:absolute;display:block;z-index:15074;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.5rem;width:2.125rem;top:5.8505859375rem;left:17.625rem;overflow:hidden;display:block; }
#SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi { position:relative;display:block; } #bc44db3744006e50be5a9d0340976f3b.widget-smartsection *:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="text"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="email"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="tel"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection textarea:focus-visible { outline: none; } #SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi > .row .container { position:relative;display:block; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c { position:relative;display:none; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c { border-width: 0; border-radius: 0; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .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; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zrHohvhUc3EAAWLv6EsSMHpxc4hBVF08 { background-color:transparent;background-image:none;border-top:0.1875rem solid #fbcb0a;border-left:0.1875rem solid #fbcb0a;border-right:0.1875rem solid #fbcb0a;border-bottom:0.1875rem solid #fbcb0a;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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:8.125rem;left:38.1875rem;display:none; }
#rk2FUUsI3huznfyrt9R2OA6lPJhrT4DU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMRqe97kFuaNxXQ8xPcNtlTdeBabO1f3 { z-index:15005;top:10rem;left:58.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ca7034, #ca7034);background-image: -moz-linear-gradient(45deg, #ca7034, #ca7034);background-image: -ms-linear-gradient(45deg, #ca7034, #ca7034);background-image: -o-linear-gradient(45deg, #ca7034, #ca7034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7034', endColorstr='#ca7034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7034', endColorstr='#ca7034' );";background-image: linear-gradient(45deg, #ca7034, #ca7034);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.625rem rgba(255,137,0,0.14) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wDNulM9QKAh1TQb35hkSbMTpUwwS88fT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwO032MRgRiE7J90ZOqmC2Flw54AM3lk { z-index:15075;top:8.1875rem;left:20.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JT25qFProd0iq9x1TcDoqHBIRVuHvO4T { 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) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { top:3.125rem;left:36.4375rem;width:10.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block; }
 }@media only screen and (max-width: 763px) { #pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { top:3.125rem;left:17.375rem;width:9.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block; }
 }@media only screen and (max-width: 763px) { #Zm5C49XrqWA7CmHZbustv3IGmEr0Vp1H { top:3.125rem;left:26.5rem;width:10rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pOyCIMLNSseZZW7hfD6KfU7akBNWWm { display:block; }
 }@media only screen and (max-width: 763px) { #VdumUDuaThId2tPWycPOS7fmvN8y6WlH { top:3.125rem;left:9.25rem;width:8.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block; }
 }@media only screen and (max-width: 763px) { #Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { top:2.0625rem;left:34.5rem;width:13.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMggmy73HeS5mX8f58mKZO3QFmJA6stu { top:2.125rem;left:0rem;width:20.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXtwedkRVPagOePZrF3mLTNd7c8C9s23 { top:3.5rem;left:35.25rem;width:12.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQOEWpwnAXywKu438NK2yvFt8cHdTVmb { display:block; }
 }@media only screen and (max-width: 763px) { #HGF6Vf75sqmUNzq7DEqC70UvFbnWH5Jw { width:15.6875rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { top:8.5rem;left:0rem;width:44.375rem;height:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { top:18rem;left:0rem;width:37.4375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { top:25.375rem;left:0rem;width:17.3125rem;height:3.5rem;font-size:1rem;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a06b257a62ad8c71a4efb8e873755cd580443dbc.svg); }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { top:9.5rem;left:24.8125rem;width:22.9375rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:27.0625rem;height:33.25rem;top:7.9375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { top:12.375rem;left:23.5rem;width:24.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { top:14.3125rem;left:26.4375rem;width:21.3125rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLUPRd1PtEH8PORnAa2fyz4GgRIJg28x { top:34.3125rem;left:0rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVLvqsatbVR4h4XqMSgDQBvRedc3yhb { top:35.625rem;left:0rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4zcbbPOygk9Qi6LmGAyPkhtLaezxtu { top:34.25rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbgTl4OEXwDMvwMOUMv8gU6PwbKb4lx6 { display:block; }
 }@media only screen and (max-width: 763px) { #ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { top:25.375rem;left:5.125rem;width:17.3125rem;height:3.5rem;font-size:1rem;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a76e506f855a540422afa0752dc424b7327b6d26.svg); }
 }@media only screen and (max-width: 763px) { #VntL0yLGgzLLZcm4N7TntP8Ru4kz6uqP { top:9.6875rem;left:0rem;width:18.125rem;height:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2e41hWiqDZEdH3G9UuASiFPxlyabarw { top:33.875rem;left:7.6875rem;width:7.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { top:33.25rem;left:15.625rem;width:8.3125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxq8Pbg7q0F9RqrdCiA9J0p3ac1kq0ng { top:30.25rem;left:0rem;width:2.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { top:3.125rem;left:2rem;width:13.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { top:3.1875rem;left:19rem;width:11.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { top:3rem;left:32.625rem;width:13.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { top:12.8125rem;left:0rem;width:32.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { top:5.0625rem;left:0rem;width:35.9375rem;height:6.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { top:21.25rem;left:0rem;width:11.5625rem;height:9.6875rem;font-size:0.9375rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #sux6iDGupJFvPggerzXEoEWyhGX33hzE { top:21.25rem;left:5.375rem;width:11.5625rem;height:9.6875rem;font-size:0.9375rem;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #UHRGi5MwlA00SOUhOnlP15PhQrLvT099 { width:14.0625rem;height:3.5rem;top:34.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZ0GuEQhiZcq3LFVmsXLiKHW1PgWJJB { display:block; }
 }@media only screen and (max-width: 763px) { #iInnKEQe4FtdGbsJhmvBwzGQUP4pOB17 { top:33.875rem;left:0rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9reFFV5I8J7fB2TpRfHcGUJ32kx7mrJ { top:35.1875rem;left:0rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEqn6mOJQMp0U02HZSWghI3V5g0dH0s { top:34.125rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGxg1OXTMJ9lquM88lzryb810uhd7h08 { display:block; }
 }@media only screen and (max-width: 763px) { #g5vQyxuhK0fWJ8uiTOcoQgO1nycVKeEZ { top:9.8125rem;left:11.8125rem;width:35.9375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkOafRMMoTPO9WP8k2QR9odsIOr1vpCz { width:27.0625rem;height:32.6875rem;top:6.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxRvdhnlxITAdf8FpXLH6qM8aasmAfw { top:12.6875rem;left:12.8125rem;width:22.125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUiacpOqMOhm5LTTfdMhXJ3aORhx5Umg { top:10.1875rem;left:11.75rem;width:24.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4JOy922NJdUtmfUp1sXA09EEKwVmyAg { top:7.9375rem;left:12.5rem;width:22.9375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { top:1.75rem;left:2.1875rem;width:43.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { top:6.4375rem;left:0rem;width:47.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { top:3.75rem;left:22.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { display:block; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { width:18.75rem;height:2.25rem;top:25.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { top:15.5rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { top:15.5rem;left:6.75rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { top:15.5rem;left:22.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { top:3.5rem;left:17.0625rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { top:4.75rem;left:0rem;width:31.9375rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { top:28.875rem;left:0.40625rem;width:15.25rem;height:8.625rem;font-size:1.0625rem;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { top:28.875rem;left:16.46875rem;width:16rem;height:8.6875rem;font-size:1.0625rem;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { top:28.875rem;left:33.5rem;width:12.375rem;height:8.625rem;font-size:1.0625rem;display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { top:18.1875rem;left:37.125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehynXKoDQyCzA48c4OVQgT73p05b2k4 { top:18.1875rem;left:21.25rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { top:17.4375rem;left:4.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw656xVc53vpCJc270tCxaSKkmnQtAsX { top:18.625rem;left:5.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { width:18.75rem;height:2.25rem;top:25.5625rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { width:18.75rem;height:2.25rem;top:25.5625rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { top:17.4375rem;left:20.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { top:17.4375rem;left:36.375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { top:3.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk01FyPuyIN3nTeUWmvhFlb0X6Zeevi0 { width:14.0625rem;height:3.5rem;top:8.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84epNqeKW8i5Dv6yEPrGiz2fhA0A9K9 { display:block; }
 }@media only screen and (max-width: 763px) { #t0MB2vMo9cZOEsA0qxc7wacclIFp4zAq { top:7.9375rem;left:0rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPyUVx3MkSBPPZF9PhO0xQ0RmATS7H5y { top:8.1875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTIlasFTblheeJcpoKBq6gZixeh3GO6 { display:block; }
 }@media only screen and (max-width: 763px) { #h0dmEgp1sMOgr1KkDoizWxNR8q9kDSuV { top:9.25rem;left:0rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wblUNOOwZTyXlqF8PDP7Zs1CoZMSTbJw { top:3.25rem;left:38.8125rem;width:8.9375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGSaUPr46FWbOcdyITy0aoIvnhufZ47J { top:4.75rem;left:40.0625rem;width:7.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVF94fNUHveeuQgJyFwap7zEkvk6THo { top:6.25rem;left:0rem;width:2.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { display:block; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { top:6.125rem;left:24.0625rem;width:23.6875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H { top:10.8125rem;left:30.5625rem;width:13.8125rem;height:22.5rem;font-size:1rem;display:block; }#NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
 }@media only screen and (max-width: 763px) { #v6Q6iWekx7tPxolUB66L5S4NGGMLUIry { top:10.8125rem;left:34.75rem;width:13rem;height:22.5rem;font-size:1rem;display:block; }#v6Q6iWekx7tPxolUB66L5S4NGGMLUIry li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
 }@media only screen and (max-width: 763px) { #EZhwKe96QBy22scTfCEMWlp0nIIwPOrS { top:4.5625rem;left:0rem;width:35rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { display:block; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { top:4.1875rem;left:14.46875rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDyb9sHhlIG3k47UTAziRQdg9narzX96 { top:6.125rem;left:6.5rem;width:34.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrK9vcePtfivT0yKfAoIC5TqU5JsKEv6 { top:14.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38UyM10exgyFyhnlAyIXtNGlDTZZf1h { top:21.5625rem;left:0rem;width:14.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k33amemvnJIViflQ65lmoK3dR6EqiRro { top:17.375rem;left:0rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXfdmkIc4BDo4T4OzRPHCwLvLUHROGO { top:26.25rem;left:0rem;width:14.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw44b3ywhUVfdOKgyL4fz2b1AXsM6DEh { top:14.8125rem;left:11.84375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5oJZWwkPvTkH0vyITaPMQceDa1TdmGd { top:21.5625rem;left:7.25rem;width:14.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TyWwakwA5lfxmX20UHGI7IfxrBa2ZN { top:17.375rem;left:5.5rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2T7QLn6faALzCkg83BrfQuy1suseHM { top:26.25rem;left:6.9375rem;width:14.8125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGGFnT5zJA1snahUsVRIT0hlksk78BgW { top:14.8125rem;left:31.09375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yN54JOrDNqHmJguxGBwmO0oG6Xm20C { top:21.5625rem;left:25.6875rem;width:15.625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdMPFAho6X33rFDJPv8RJBstGiBPDUc5 { top:17.375rem;left:24.75rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cwmogq7EuobSDeBcJoa5uCRQZO1FXA { top:26.25rem;left:26.5rem;width:14.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAKtRu2QCBdUi63H66nag0GMVJs5XwU { top:17.375rem;left:29.875rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hL65Hg3q3JhtxORz31qxJzXZWST3P4 { top:26.25rem;left:32.9375rem;width:14.8125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raURf73IgIqShzUIc3DZtVvdD4Rl5tbT { top:21.5625rem;left:33.5625rem;width:14.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSFNqHwzebDMzvS6083vxRposRQQRCxE { top:14.8125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCsVJ35AsGIsTKF9BbHv3KftDN6rI2l { width:14.0625rem;height:3.5rem;top:44.25rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3HyuU3appNTaR5QuLRl2QTNkdeqiiK { display:block; }
 }@media only screen and (max-width: 763px) { #xU6eQKw8Ma934QZ3brvnITgvE9Wwrbrm { top:43.375rem;left:6.5rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX26W42BdsOvcoKl3cPsvfmpKoUH3RJd { top:43.625rem;left:6.5rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb3FLIkkwqRr926Q7IbGAKcmqDzw50u { display:block; }
 }@media only screen and (max-width: 763px) { #A23yqEKgIkNwdfxxxXUXH2lX6QTAKTEs { top:44.6875rem;left:12rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwsShyODMLdTp8lclbShcbyl3TZ1pTTv { top:39.5625rem;left:15rem;width:2.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { top:4.5625rem;left:16.8125rem;width:30.9375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { top:9rem;left:23.875rem;width:14.9375rem;height:17.875rem;font-size:1.125rem;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #PlVVfzpMFFaltRaR0iVv794ruaEAQnGx { top:9rem;left:31.6875rem;width:16.0625rem;height:15.5625rem;font-size:1rem;display:block; }#PlVVfzpMFFaltRaR0iVv794ruaEAQnGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #tCvT8dQyKTXo1GAJMNudrqwpasovIMF6 { width:14.0625rem;height:3.5rem;top:31.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILxK4kZEGPtXeOxR9s8SG8EJOzCQCquQ { display:block; }
 }@media only screen and (max-width: 763px) { #x3f3HF2ehmpD0zCFzPWEfTWkTVcISskS { top:30.375rem;left:23.875rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6apB4V1hX5bAarbt274fLSSus72iH1 { top:31.6875rem;left:23.9375rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIMKhZa8VD23qk06mTJrbgyS8KCv43Lr { top:30.625rem;left:23.875rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJITTUJLE8l8qncEEnMywR6ALOuoWMrH { display:block; }
 }@media only screen and (max-width: 763px) { #NnlSXRWxNRdJyH85hbbb7zy1FsPoeiB8 { top:5.5rem;left:0rem;width:37rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { top:2.75rem;left:2.15625rem;width:43.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { top:9.375rem;left:0rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { top:9.375rem;left:8.9375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { top:9.375rem;left:24.5rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { top:9.375rem;left:33.4375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { top:18.1875rem;left:0rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { top:18.1875rem;left:9.1875rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { top:18.1875rem;left:24.5rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { top:18.1875rem;left:33.4375rem;width:14.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { top:5.375rem;left:22.84375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLVTh9VutAOd4FMIRilf1lfCyswhwef { display:block; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { top:16.625rem;left:0rem;width:32.5625rem;height:;font-size:1rem;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af4ad350bd1fc69c965df4881a3adf668a82301e.svg); }
 }@media only screen and (max-width: 763px) { #yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { top:7.4375rem;left:0rem;width:36.125rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOlXBSs626cyz2kuRW1Rtubve3GX371 { top:6.1875rem;left:0rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6sHqOzT4CbSEQdxAHqvz3S5JtgXTIGF { width:14.0625rem;height:3.5rem;top:44.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFJmHCUrvmo6HT9wT23wbzsi4tSDPab { display:block; }
 }@media only screen and (max-width: 763px) { #TXG7BpmLl0fWfSGXsnz9lVwVNtOJgMRZ { top:43.625rem;left:0rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUVvTwedVgEnuNGyeGJzRiuuIJUHTmQy { top:44.9375rem;left:0rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT2PP2WSLNtvR3RQEVUCNyvU6RvHuu8 { top:43.875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz1GJ4thIxdxTZwGCwGciCtMkC0S7oc { display:block; }
 }@media only screen and (max-width: 763px) { #nNCuDoCwyi423lQvmiHpBcGqtfxet6Se { top:14.3125rem;left:12.625rem;width:35.125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { top:10.3125rem;left:38.1875rem;width:9.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { top:9.4375rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { display:block; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { width:15rem;height:9rem;top:18.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { width:11.25rem;height:1.4375rem;top:13.6875rem;left:12.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { top:16.625rem;left:14.09375rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { top:8.9375rem;left:6.8125rem;width:17.0625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { top:30.3125rem;left:16.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { top:10rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJLQ41kvismJqq9J73owBKGE31Dqrcs { top:8.9375rem;left:18.75rem;width:17.0625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLDZQngxrMBM9OPl5B5gQvzl96L3rGJq { width:14.375rem;height:10.8125rem;top:18.4375rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkWOi0tqf06epXQKUoeTXbq7myogqik { top:30.3125rem;left:28.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzOG2h0sIaalfzAhTIkbzB0TXLZUyHx { top:16.625rem;left:26.03125rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTD1N8wEHcD5TVzBEa29aCaOJT1FC11 { width:11.25rem;height:1.4375rem;top:13.6875rem;left:24.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnWB7H7iJhlPtvMPCEt2MMTPn8LIqqIq { top:10rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2Vx9FT8slivr6AuDFenXg1WBQ84EMh { top:8.9375rem;left:30.6875rem;width:17.0625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XWS22ndWVHRL2By8rP33OLi57HHQQV { width:15rem;height:10.75rem;top:18.4375rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1MvwXWaBlH1puQxonfxsFqyaQ8PoGy { top:30.3125rem;left:40.84375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsd56QXRBv27UOikbLWJhE4Jp6PibPUw { top:16.625rem;left:37.96875rem;width:7.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmyTVN03rS0OZEbe1PVNLammNw1AEz1r { width:11.25rem;height:1.4375rem;top:13.6875rem;left:36.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBCrDpD6rXBSekGveAoB3IuboqKTfUb8 { top:10rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { width:18rem;height:5.25rem;top:25.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaUu8mP5Ud9AQ8eOiE6Vf1Tk6e7rg2lQ { top:1.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { top:11.25rem;left:0.3125rem;width:11.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rridGVk5gCLgvTKW8htZ2BQ1zCPWKsIC { top:0rem;left:0rem;width:14.8125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { display:block; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { top:2.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lix8fDA5xr6xKHT2gBAGewiOP9aMS7w4 { width:14.0625rem;height:3.5rem;top:9.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTKoUWFxde1HKKckezgAlVXyxmOwJcq { display:block; }
 }@media only screen and (max-width: 763px) { #hRJINahJLqGgh4raJJhqCFeGqM2XTVSp { top:8.25rem;left:6.5rem;width:18.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxBCsJESauMahKE3BPr9LV4THq32oOE8 { top:8.5rem;left:6.5rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFbiue1wRxsl6MXUVXwiXU3bui7Q9Nwg { display:block; }
 }@media only screen and (max-width: 763px) { #Al9rATXgl9lvXIei9yxTF6JsJ3zJpLuk { top:9.5625rem;left:12rem;width:12.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1INRqMS67BoqC9JOncikFwbTRARU7v { top:5.8125rem;left:4rem;width:2.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi { display:block; } #bc44db3744006e50be5a9d0340976f3b.widget-smartsection *:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="text"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="email"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="tel"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection textarea:focus-visible { outline: none; } #SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c { display:none; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zrHohvhUc3EAAWLv6EsSMHpxc4hBVF08 { width:18.75rem;height:3.8125rem;top:8.125rem;left:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rk2FUUsI3huznfyrt9R2OA6lPJhrT4DU { display:block; }
 }@media only screen and (max-width: 763px) { #WMRqe97kFuaNxXQ8xPcNtlTdeBabO1f3 { top:10rem;left:35.25rem;width:12.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNulM9QKAh1TQb35hkSbMTpUwwS88fT { display:block; }
 }@media only screen and (max-width: 763px) { #vwO032MRgRiE7J90ZOqmC2Flw54AM3lk { top:8.1875rem;left:6.5rem;width:18.75rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT25qFProd0iq9x1TcDoqHBIRVuHvO4T { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ci6K4uG6eEsKOuqkCyP3W6OCMIiCGV7a > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9rsMBzu3V2siXKh9PtTF1vEBq0Th7y { top:3.125rem;left:4.625rem;width:10.75rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaHlOt8XHxdfD4QUZLRlGx0GeUfIQpTM { display:block; }
 }@media only screen and (max-width: 763px) { #pVeaw8uogvI2VJOXEvKevegBnhrKfsSp { top:3.125rem;left:5.375rem;width:9.1875rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6aLcC8RS7QpezwJqgNOzNRFVHr7sm03 { display:block; }
 }@media only screen and (max-width: 763px) { #Zm5C49XrqWA7CmHZbustv3IGmEr0Vp1H { top:3.125rem;left:5rem;width:10rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3pOyCIMLNSseZZW7hfD6KfU7akBNWWm { display:block; }
 }@media only screen and (max-width: 763px) { #VdumUDuaThId2tPWycPOS7fmvN8y6WlH { top:3.125rem;left:5.875rem;width:8.1875rem;height:2.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGXGVTbX5T1OiCcEZ2oQQfpygFxBseuG { display:block; }
 }@media only screen and (max-width: 763px) { #Klhokf9yBaJXI5aoSxpK5PhE9vZ3nznl { width:11.875rem;height:0;top:5.556640625rem;left:8.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMggmy73HeS5mX8f58mKZO3QFmJA6stu { width:12.4375rem;height:3.125rem;top:1.056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXtwedkRVPagOePZrF3mLTNd7c8C9s23 { top:8.798828125rem;left:3.75rem;width:12.5rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQOEWpwnAXywKu438NK2yvFt8cHdTVmb { display:block; }
 }@media only screen and (max-width: 763px) { #HGF6Vf75sqmUNzq7DEqC70UvFbnWH5Jw { top:0.587890625rem;left:15.25rem;width:4.75rem;height:4.0625rem;z-index:15060;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47b82122-2453-40b1-8abc-fa691d310af0/featuredimagelocksmith.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.adaptive-delivery-prevent-bg, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyload, #AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4.lazyloading { background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { background-color: transparent; background-image: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,38,38,0.95); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,38,38,0.95); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row > .video-iframe-container { display: none; }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfzrFtw2ExfRWCwduK0aZ5qllMrOUSt4 > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkvHHZQdaow2izufb4h0U0sOeekP0S6B { width:18.125rem;height:0;top:9rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kvIfgr2iyZ5681QU15Xgb4QnPWIiTli3 { width:20rem;height:4.21875rem;top:16rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW { width:13.75rem;height:3.2246125rem;top:20.875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fVWM9SgIcdT3LGc68T3S3Gy3Pls1qvsW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a06b257a62ad8c71a4efb8e873755cd580443dbc.svg); }
 }@media only screen and (max-width: 763px) { #G9klb3ikHKpdomzi25OS9KHBU7DmDCWn { width:20rem;height:1.8681625rem;top:47.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofqXPaNV139Qu0ii6S1i74rRxxQtIJ3F { width:20rem;height:32.75rem;top:45.9375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbHBcV0pny76B4gLbyqIhcCl12bbJEnt { width:20rem;height:1.0556625rem;top:49.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaQ9TTkoQlwGerUT6nUXTsJMsyM40QMv { width:19.375rem;height:25.0625rem;top:52.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLUPRd1PtEH8PORnAa2fyz4GgRIJg28x { width:18.75rem;height:4.625rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVLvqsatbVR4h4XqMSgDQBvRedc3yhb { width:12.1875rem;height:1.94921875rem;top:31.6875rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4zcbbPOygk9Qi6LmGAyPkhtLaezxtu { top:30.3125rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbgTl4OEXwDMvwMOUMv8gU6PwbKb4lx6 { display:block; }
 }@media only screen and (max-width: 763px) { #ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc { width:13.5625rem;height:3.2246125rem;top:24.75rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ogO7kQJ79tFoI9EhZvULhVRP2mcCMiCc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a76e506f855a540422afa0752dc424b7327b6d26.svg); }
 }@media only screen and (max-width: 763px) { #VntL0yLGgzLLZcm4N7TntP8Ru4kz6uqP { width:18.125rem;height:7.19825rem;top:8.0625rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #V2e41hWiqDZEdH3G9UuASiFPxlyabarw { width:5.4375rem;height:4.6875rem;top:37.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMd2pTKUnye3SzTObBAZ5502lWPNdML1 { width:6.375rem;height:6.9375rem;top:36.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxq8Pbg7q0F9RqrdCiA9J0p3ac1kq0ng { width:2.0625rem;height:4.125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR { display:block; }#Vc7wI6J1eoK9iq0WH36MzJzG4nHBaDVR > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4EXcHcS8oUXQ1027WvKpZgNJK8QfLCa { width:9.25rem;height:4rem;top:1.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfyBCitNkFbuZTlJXP6DT8178aZMTqT { width:8.4375rem;height:4.375rem;top:1.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwdrH8HRlHR2yIgE64y9DAVouPmUJRPJ { width:9.3125rem;height:4.4375rem;top:6.53125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx { display:block; }#BLHRpZCTiClfIDwyInwOFSX7TTKwQwTx > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxN9IZkZnO8332Up8pbodmoPyTS6dkzx { width:20rem;height:7.5rem;top:8.875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WXzqZT8gp1WiH3kxsnLJm0wNbsb1m4vo { width:20rem;height:5.07421875rem;top:3.1875rem;left:0rem;font-size:1.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ { width:9.5625rem;height:8.28125rem;top:18.0625rem;left:0rem;font-size:0.9375rem;display:block; }#lP2Gr0oD0AAAT5UzBDwZd2imz2mWpuCZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #sux6iDGupJFvPggerzXEoEWyhGX33hzE { width:9.75rem;height:8.28125rem;top:18.0625rem;left:10.25rem;font-size:0.9375rem;display:block; }#sux6iDGupJFvPggerzXEoEWyhGX33hzE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #UHRGi5MwlA00SOUhOnlP15PhQrLvT099 { width:18.625rem;height:3.125rem;top:34.8125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZ0GuEQhiZcq3LFVmsXLiKHW1PgWJJB { display:block; }
 }@media only screen and (max-width: 763px) { #iInnKEQe4FtdGbsJhmvBwzGQUP4pOB17 { width:18.75rem;height:4.625rem;top:28.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9reFFV5I8J7fB2TpRfHcGUJ32kx7mrJ { width:12.1875rem;height:1.94921875rem;top:30.1875rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEqn6mOJQMp0U02HZSWghI3V5g0dH0s { top:28.875rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGxg1OXTMJ9lquM88lzryb810uhd7h08 { display:block; }
 }@media only screen and (max-width: 763px) { #g5vQyxuhK0fWJ8uiTOcoQgO1nycVKeEZ { width:20rem;height:13.5rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK { display:block; }#vfHXvgaJcMSEJTnHJpOyB36sMLq2M2eK > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkOafRMMoTPO9WP8k2QR9odsIOr1vpCz { width:20rem;height:33.8125rem;top:5.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phxRvdhnlxITAdf8FpXLH6qM8aasmAfw { width:20rem;height:24.625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUiacpOqMOhm5LTTfdMhXJ3aORhx5Umg { width:20rem;height:1.0556625rem;top:9.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4JOy922NJdUtmfUp1sXA09EEKwVmyAg { width:20rem;height:1.7871125rem;top:7.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke { display:block; }#Wrh6wgHkBZtTqxeXNIBJp1u0w74Jqeke > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5g7eICfulTkMwFieQTFNTaiLhIG66Gz { width:17.8125rem;height:3.5996125rem;top:1.9375rem;left:1.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2piVWHMCzzeecl8nsLHKWWITfoSOx8F { width:20rem;height:7.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4AtI2TXvT8dN4qNgkfasMWHCPIhToM { display:flex;width:2.0625rem;height:2.0625rem;top:5.537109375rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod { display:block; }#rUQMWiwNJQXAHUAFTWnOCWB8TMUboUod > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3kPr75h7DJsq7HnQDspllew9tlu5uV2 { width:18.75rem;height:1.94921875rem;top:19.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCc6CEyrWHbOm6szgkowpsi3FI2ErZo { width:20rem;height:23.75rem;top:10.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #ff8c00);background-image: -moz-linear-gradient(180deg, #ffd700, #ff8c00);background-image: -ms-linear-gradient(180deg, #ffd700, #ff8c00);background-image: -o-linear-gradient(180deg, #ffd700, #ff8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ff8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ff8c00' );";background-image: linear-gradient(180deg, #ffd700, #ff8c00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ibHdZUB1isqAJQ3vST1cGoEkQWMet6tg { width:20rem;height:23.75rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2OI92UaLvSbck4dHuvnrmy9kDWcFN4E { width:20rem;height:23.75rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKTwlN8X3iZGmdpv4H2bLBBfGsBEu0I { width:15.0625rem;height:1.29980625rem;top:2.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIqmE9bBe37Mu2LOqKNzW7VT99Z5GNW { width:20rem;height:4.5rem;top:3.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.5;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk { width:12.6875rem;height:8.2470625rem;top:23.1875rem;left:3.65625rem;font-size:1rem;font-family:roboto;display:block; }#l4S3Lbi3rHb3g0k7KtDGcslXwqGfGGGk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke { width:14.625rem;height:8.2470625rem;top:78.75rem;left:2.6875rem;font-size:1rem;display:block; }#aJdpIfAntZKf3K8gRFQCDxLIPAOxm4Ke li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 { width:11.625rem;height:8.2470625rem;top:51.0625rem;left:4.1875rem;font-size:1rem;font-family:roboto;display:block; }#JrD53T3BWZMv3AzOloi3Nf2o7mAkaH62 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f0d59dcf-2589-445b-84cf-7a12460f1abe/checkmark2.png); }
 }@media only screen and (max-width: 763px) { #VzFd9IWS6gf12bqTtCKeoo0Pz2LMtO2z { display:flex;width:5.125rem;height:5.125rem;top:68.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #GehynXKoDQyCzA48c4OVQgT73p05b2k4 { display:flex;width:5.125rem;height:5.125rem;top:40.125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #rRTGw9QJLgJPxsqzgHe0xC7c8izd9bfL { width:6.625rem;height:6.625rem;top:11.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw656xVc53vpCJc270tCxaSKkmnQtAsX { display:flex;width:4.4375rem;height:4.4375rem;top:12.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ydQ7OvBgRGPyS5tGbAMkKar4IHD2xnTF { width:18.75rem;height:1.94921875rem;top:48rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebgJtZbBkTPnsNGrxpLbk8RSi3HaJD4 { width:18.75rem;height:1.94921875rem;top:75.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLNsdi8zBX6xZ46bDqWSu3rTM8xEuQU { width:6.625rem;height:6.625rem;top:39.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAxzeHaNUZDyviAhM2SrhW1SN77PGXd { width:6.625rem;height:6.625rem;top:67.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k34d3764a559a446684a7ed9ae101f93f7e9503d { background-color:#03141e;background-image:none;display:block; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { background-color: transparent; background-image: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row > .video-iframe-container { display: none; }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k34d3764a559a446684a7ed9ae101f93f7e9503d > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1ebd625cea35327c37a608f50ffebde1b30956 { width:20rem;height:7.7988125rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gk01FyPuyIN3nTeUWmvhFlb0X6Zeevi0 { width:14.0625rem;height:3.5rem;top:19.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84epNqeKW8i5Dv6yEPrGiz2fhA0A9K9 { display:block; }
 }@media only screen and (max-width: 763px) { #t0MB2vMo9cZOEsA0qxc7wacclIFp4zAq { width:18.75rem;height:4.625rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPyUVx3MkSBPPZF9PhO0xQ0RmATS7H5y { top:13.3125rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTIlasFTblheeJcpoKBq6gZixeh3GO6 { display:block; }
 }@media only screen and (max-width: 763px) { #h0dmEgp1sMOgr1KkDoizWxNR8q9kDSuV { width:12.1875rem;height:1.94921875rem;top:14.625rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wblUNOOwZTyXlqF8PDP7Zs1CoZMSTbJw { width:6.75rem;height:7.375rem;top:25.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGSaUPr46FWbOcdyITy0aoIvnhufZ47J { width:7rem;height:6.125rem;top:26.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVF94fNUHveeuQgJyFwap7zEkvk6THo { width:2.125rem;height:4.5rem;top:7.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x { display:block; }#W2ZkU6cDuUsZWs7vCLnoeEVgXPSm4R8x > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee4oAIm4p0I0wBFIHMFgTMgZRhzWKeaa { width:20rem;height:2.25rem;top:4.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:orbitron;display:block; }
 }@media only screen and (max-width: 763px) { #NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H { width:9.6875rem;height:20.625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }#NBPATcKeIPh3IOeinLTUXfz7Fz62Pq0H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
 }@media only screen and (max-width: 763px) { #v6Q6iWekx7tPxolUB66L5S4NGGMLUIry { width:9.6875rem;height:20.625rem;top:9.0625rem;left:10.3125rem;font-size:1rem;display:block; }#v6Q6iWekx7tPxolUB66L5S4NGGMLUIry li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab9e1345c0d28fd9ebe7df0c90bb35a8ecb6fa03.svg); }
 }@media only screen and (max-width: 763px) { #EZhwKe96QBy22scTfCEMWlp0nIIwPOrS { width:20rem;height:18.1875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 { display:block; }#GAk8Z1iUT9QramJKIkzqbEOZGVVPbht8 > .row .container { width:20rem;height:126.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLsdEbSEP7OfrwAfqEFzz0FUxUai2cgK { width:16.5625rem;height:1.29980625rem;top:3.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDyb9sHhlIG3k47UTAziRQdg9narzX96 { width:18.375rem;height:3.5996125rem;top:5rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RrK9vcePtfivT0yKfAoIC5TqU5JsKEv6 { width:4.1875rem;height:4.1875rem;top:13rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H38UyM10exgyFyhnlAyIXtNGlDTZZf1h { width:14.8125rem;height:4.19921875rem;top:18.8125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k33amemvnJIViflQ65lmoK3dR6EqiRro { width:17.8125rem;height:19.125rem;top:15rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXfdmkIc4BDo4T4OzRPHCwLvLUHROGO { width:14.8125rem;height:7.5rem;top:24.125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw44b3ywhUVfdOKgyL4fz2b1AXsM6DEh { width:4.1875rem;height:4.1875rem;top:38.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5oJZWwkPvTkH0vyITaPMQceDa1TdmGd { width:14.1875rem;height:4.199225rem;top:44.875rem;left:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TyWwakwA5lfxmX20UHGI7IfxrBa2ZN { width:17.5rem;height:18rem;top:40.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2T7QLn6faALzCkg83BrfQuy1suseHM { width:14.8125rem;height:5.59765625rem;top:50.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGGFnT5zJA1snahUsVRIT0hlksk78BgW { width:4.1875rem;height:4.1875rem;top:61.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yN54JOrDNqHmJguxGBwmO0oG6Xm20C { width:16.25rem;height:4.19921875rem;top:68.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdMPFAho6X33rFDJPv8RJBstGiBPDUc5 { width:17.5rem;height:19.1875rem;top:63.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6cwmogq7EuobSDeBcJoa5uCRQZO1FXA { width:14.8125rem;height:6.9970625rem;top:73.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDAKtRu2QCBdUi63H66nag0GMVJs5XwU { width:17.5rem;height:20.1875rem;top:89.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hL65Hg3q3JhtxORz31qxJzXZWST3P4 { width:14.8125rem;height:8.3965rem;top:99.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raURf73IgIqShzUIc3DZtVvdD4Rl5tbT { width:14.1875rem;height:4.199225rem;top:93.75rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSFNqHwzebDMzvS6083vxRposRQQRCxE { width:4.1875rem;height:4.1875rem;top:87.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOCsVJ35AsGIsTKF9BbHv3KftDN6rI2l { width:14.0625rem;height:3.5rem;top:120.375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3HyuU3appNTaR5QuLRl2QTNkdeqiiK { display:block; }
 }@media only screen and (max-width: 763px) { #xU6eQKw8Ma934QZ3brvnITgvE9Wwrbrm { width:18.75rem;height:4.625rem;top:114.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX26W42BdsOvcoKl3cPsvfmpKoUH3RJd { top:114.75rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb3FLIkkwqRr926Q7IbGAKcmqDzw50u { display:block; }
 }@media only screen and (max-width: 763px) { #A23yqEKgIkNwdfxxxXUXH2lX6QTAKTEs { width:12.1875rem;height:1.94921875rem;top:116.0625rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwsShyODMLdTp8lclbShcbyl3TZ1pTTv { width:2.125rem;height:4.5rem;top:110.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 { display:block; }#QyKSDw9B2ANy0wtvsbelKnX6x5Gepfc6 > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS6OSZd9Jx5wyZu6DQGFsRqKGcWyKJEA { width:20rem;height:1.79980625rem;top:3.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t22qzsSD3HnzPA88ZryC4sa8RmeneRIl { width:16.6875rem;height:16.375rem;top:5.9375rem;left:1.6875rem;font-size:1rem;display:block; }#t22qzsSD3HnzPA88ZryC4sa8RmeneRIl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #PlVVfzpMFFaltRaR0iVv794ruaEAQnGx { width:16.0625rem;height:14.25rem;top:23rem;left:1.6875rem;font-size:1rem;display:block; }#PlVVfzpMFFaltRaR0iVv794ruaEAQnGx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f1fac7a2eaafed0f3237652318f2922fcf0fd36.svg); }
 }@media only screen and (max-width: 763px) { #tCvT8dQyKTXo1GAJMNudrqwpasovIMF6 { width:14.0625rem;height:3.5rem;top:44.75rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILxK4kZEGPtXeOxR9s8SG8EJOzCQCquQ { display:block; }
 }@media only screen and (max-width: 763px) { #x3f3HF2ehmpD0zCFzPWEfTWkTVcISskS { width:18.75rem;height:4.625rem;top:39.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6apB4V1hX5bAarbt274fLSSus72iH1 { width:12.1875rem;height:1.94921875rem;top:40.375rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIMKhZa8VD23qk06mTJrbgyS8KCv43Lr { top:39.03125rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJITTUJLE8l8qncEEnMywR6ALOuoWMrH { display:block; }
 }@media only screen and (max-width: 763px) { #NnlSXRWxNRdJyH85hbbb7zy1FsPoeiB8 { width:20rem;height:13.4375rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 { display:block; }#BO3OVAF4n70Xe1wMh3OZRrRmXJGhzJl3 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1GkP3vEU5iydyErng0b0E4exKWTfHBl { width:20rem;height:1.5rem;top:3.5869140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u90PPcrQ3fWF8P51HtZxmdurLciQ3IIe { width:9.375rem;height:4.4375rem;top:8.7744140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRDIwRFivN4WJnBSQckhXcV5JNdgzrl { width:9.375rem;height:4.5rem;top:8.8994140625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUWmRCi2EByCMgaoTCZ4XudukzzymTHC { width:9.375rem;height:4.5rem;top:14.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbfogn0bH3FXiXVI33xnJuqfZWJdVkST { width:9.375rem;height:4.5rem;top:14.0244140625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOmegqGRS1zm7OpqII7nTPeNCNTvOzk { width:9.375rem;height:4.5rem;top:19.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLPWmzfFIfy5a4VeFMT7XqSRNBgTWswB { width:9.375rem;height:4.5rem;top:19.3369140625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuUziRdqmQC0EmybBDr3W6aqiTC6T4PT { width:9.375rem;height:4.5rem;top:24.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiwfRRQS2lyf51JssxqmRXRnFsRMo8T { width:9.375rem;height:4.5rem;top:24.6494140625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLS7XVRgOBSrKO4rAOWDAX5klEDP7Fx9 { display:flex;width:2.0625rem;height:2.0625rem;top:5.3369140625rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #NSLVTh9VutAOd4FMIRilf1lfCyswhwef { display:block; }#NSLVTh9VutAOd4FMIRilf1lfCyswhwef > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP { width:20rem;height:30.75rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }#lPaxl2inhn6fp6ZITZFBc6yOpbfWSFRP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af4ad350bd1fc69c965df4881a3adf668a82301e.svg); }
 }@media only screen and (max-width: 763px) { #yw6QNbTPkhKC9RPecEQZbeyXPV3dPV5T { width:20rem;height:6.3369375rem;top:4.6123046875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;color:#444444;display:block; }
 }@media only screen and (max-width: 763px) { #mLOlXBSs626cyz2kuRW1Rtubve3GX371 { width:14.8125rem;height:1.29980625rem;top:2.6865234375rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #O6sHqOzT4CbSEQdxAHqvz3S5JtgXTIGF { width:14.0625rem;height:3.5rem;top:52.8623046875rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFJmHCUrvmo6HT9wT23wbzsi4tSDPab { display:block; }
 }@media only screen and (max-width: 763px) { #TXG7BpmLl0fWfSGXsnz9lVwVNtOJgMRZ { width:18.75rem;height:4.625rem;top:47.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUVvTwedVgEnuNGyeGJzRiuuIJUHTmQy { width:12.1875rem;height:1.94921875rem;top:48.375rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPT2PP2WSLNtvR3RQEVUCNyvU6RvHuu8 { top:47rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfz1GJ4thIxdxTZwGCwGciCtMkC0S7oc { display:block; }
 }@media only screen and (max-width: 763px) { #nNCuDoCwyi423lQvmiHpBcGqtfxet6Se { width:20rem;height:17.25rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRdzpvdFv63PEvoCQxppL7t7DJhsTgb { width:7.0625rem;height:7.6875rem;top:59.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpesuHTTGQm9l57blZSMRshfkW3Hvk4 { width:6.9375rem;height:6.9375rem;top:58.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk { display:block; }#dvNDenH6bkJteL1d4WvTJTlv2AbQTPnk > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0P8gtufTg29qtMtzzoE7JEP6k8x9ezz { width:15.625rem;height:8.496125rem;top:33.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xZPlz1EwZ2sOkKDymicRvyD3SnMzNRcA { width:11.25rem;height:1.4619125rem;top:29rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSbzIui7sR1HgD15ARaNw1oF7ysk12zt { width:7.6875rem;height:1.3125rem;top:31.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzaZzri9QUOgptIkfUW7CHREqPW5aZH { width:17.0625rem;height:24.625rem;top:24.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh2Cg8EbhGGM5fvKwVg6xTJRMwmfT5e { width:1.875rem;height:1.875rem;top:44.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MioIOy5kTRl90XuM5yh8u9ULKZbiZtF9 { width:3.125rem;height:3.125rem;top:25.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovJLQ41kvismJqq9J73owBKGE31Dqrcs { width:17.0625rem;height:24.625rem;top:51.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLDZQngxrMBM9OPl5B5gQvzl96L3rGJq { width:15.9375rem;height:10.1953125rem;top:60.6875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vJkWOi0tqf06epXQKUoeTXbq7myogqik { width:1.875rem;height:1.875rem;top:72.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzOG2h0sIaalfzAhTIkbzB0TXLZUyHx { width:7.6875rem;height:1.3125rem;top:58.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTD1N8wEHcD5TVzBEa29aCaOJT1FC11 { width:11.25rem;height:1.4619125rem;top:55.9375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnWB7H7iJhlPtvMPCEt2MMTPn8LIqqIq { width:3.125rem;height:3.125rem;top:52.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2Vx9FT8slivr6AuDFenXg1WBQ84EMh { width:17.0625rem;height:24.625rem;top:78.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XWS22ndWVHRL2By8rP33OLi57HHQQV { width:15.9375rem;height:10.1953125rem;top:88.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qW1MvwXWaBlH1puQxonfxsFqyaQ8PoGy { width:1.875rem;height:1.875rem;top:100rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsd56QXRBv27UOikbLWJhE4Jp6PibPUw { width:7.6875rem;height:1.3125rem;top:86.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmyTVN03rS0OZEbe1PVNLammNw1AEz1r { width:11.25rem;height:1.4619125rem;top:83.375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBCrDpD6rXBSekGveAoB3IuboqKTfUb8 { width:3.125rem;height:3.125rem;top:79.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMR359e44y1lVP4r0KSC38IFqTAeGDk { width:16.8125rem;height:7.1982375rem;top:2.3125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EaUu8mP5Ud9AQ8eOiE6Vf1Tk6e7rg2lQ { display:flex;width:12.5rem;height:12.5rem;top:99.0625rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #UOH0rGtZlDKmDUsNRZX1GDsT6QvQZOLt { width:8.9375rem;height:9.5rem;top:11.125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rridGVk5gCLgvTKW8htZ2BQ1zCPWKsIC { width:14.8125rem;height:22.0625rem;top:0rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA { background-color:#03141e;background-image:none;display:block; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { background-color: transparent; background-image: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row > .video-iframe-container { display: none; }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoHe1WMGpr24RxWpc4moHe4uiL7NCAFA > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBHqXQriBkgLBttSsT0E6L1uR1qZW9pJ { width:20rem;height:7.3125rem;top:2.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lix8fDA5xr6xKHT2gBAGewiOP9aMS7w4 { width:14.0625rem;height:3.5rem;top:18.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTKoUWFxde1HKKckezgAlVXyxmOwJcq { display:block; }
 }@media only screen and (max-width: 763px) { #hRJINahJLqGgh4raJJhqCFeGqM2XTVSp { width:18.75rem;height:4.625rem;top:12.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxBCsJESauMahKE3BPr9LV4THq32oOE8 { top:12.375rem;left:0.625rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFbiue1wRxsl6MXUVXwiXU3bui7Q9Nwg { display:block; }
 }@media only screen and (max-width: 763px) { #Al9rATXgl9lvXIei9yxTF6JsJ3zJpLuk { width:12.1875rem;height:1.94921875rem;top:13.6875rem;left:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1INRqMS67BoqC9JOncikFwbTRARU7v { width:2.125rem;height:4.5rem;top:7.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi { display:block; } #bc44db3744006e50be5a9d0340976f3b.widget-smartsection *:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="text"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="email"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection input[type="tel"]:focus-visible, #bc44db3744006e50be5a9d0340976f3b.widget-smartsection textarea:focus-visible { outline: none; } #SZaAsQCeFAf17KAkDvnqT3dTBVmOXWCi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#2f2f2f;background-image:none;border-top:0.0625rem solid #cccccc;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; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container { background-color: transparent; background-image: none; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container > .video-iframe-container { display: none; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row > .video-iframe-container { display: none; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .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); }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container { border-width: 0; border-radius: 0; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wScmil0wLaGEaq30EIlB9lPxSZ3d6c5c > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrHohvhUc3EAAWLv6EsSMHpxc4hBVF08 { width:6.4375rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:1rem;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #rk2FUUsI3huznfyrt9R2OA6lPJhrT4DU { display:block; }
 }@media only screen and (max-width: 763px) { #WMRqe97kFuaNxXQ8xPcNtlTdeBabO1f3 { top:1.1875rem;left:6.625rem;width:13.375rem;height:2.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffd700, #ff8c00);background-image: -moz-linear-gradient(45deg, #ffd700, #ff8c00);background-image: -ms-linear-gradient(45deg, #ffd700, #ff8c00);background-image: -o-linear-gradient(45deg, #ffd700, #ff8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ff8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ff8c00' );";background-image: linear-gradient(45deg, #ffd700, #ff8c00);background-size:auto !important;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #wDNulM9QKAh1TQb35hkSbMTpUwwS88fT { display:block; }
 }@media only screen and (max-width: 763px) { #vwO032MRgRiE7J90ZOqmC2Flw54AM3lk { top:0.3125rem;left:0rem;width:20rem;height:4.6875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #JT25qFProd0iq9x1TcDoqHBIRVuHvO4T { display:block; }
 }