.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:222,225,236;--color-primary-1:146,155,193;--color-primary-2:36,54,130;--color-primary-3:18,27,65;--color-primary-4:5,8,20;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:107,107,107;--color-secondary-3:54,54,54;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { background-color: transparent; background-image: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .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); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { border-width: 0; border-radius: 0; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { color:#3a60ff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.9375rem;left:57.5rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:51.375rem;display:block; }
#RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.8125rem;left:53.75rem;overflow:hidden;display:block; }
#xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { box-sizing:content-box;height:0.875rem;width:0.875rem;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:15074;background-color:#50c878;background-image:none;top:4.8125rem;left:56.1875rem;display:block; }
#FdsuSmRz9mR73voSvNPwcVSTlMrdxpmE { 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:2.625rem;width:2.625rem;top:2.7998046875rem;left:42.75rem;overflow:hidden;display:block; }
#GmGupyZHJNo6bbl5qMIoWrSq30kt3bvh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.875rem;left:45.75rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:9rem;top:1.0625rem;left:1.25rem;overflow:hidden;display:block; }
#e9rSbAhsquED3vhb52aTtheN1mdIssDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.02490234375rem;left:58.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { 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:2.3125rem;width:2.3125rem;top:3.0185546875rem;left:32.375rem;overflow:hidden;display:block; }
#XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:2.875rem;left:35.21875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6uywGyNs5MUG5R4MwEB4Aw7UTrHEs2t { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:41rem;display:block; }
#Df2NgHyTGTVdQQwGDLB8ONw6UcVcVoMf { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:30.5625rem;display:block; }
#dyJecKSe0yXqTc6nsADaFXDyl3ktMHvL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.875rem;left:24.375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HNE0RHIlLwSamaBNykt233v4dQ67qNQR { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.8125rem;left:21.375rem;overflow:hidden;display:block; }
#XINoqbwQrmTdpcZRK53lhfEm6980kGsz { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15077;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:19.625rem;display:block; }
#FlGcLtaysSXnBNMt56AeBX7vqRE1i7qH { 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:4.625rem;width:4.625rem;top:1.875rem;left:60.375rem;overflow:hidden;display:none; }
#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 { position:relative;display:none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 { border-width: 0; border-radius: 0; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .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; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .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; }#r10OuKTF7HWTcrEOwS1b4psRMNqIqkVK { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#Xu2OZQMqu96IgA4tA0NHap8tgzi6DNlJ { 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:2.3125rem;width:2.3125rem;top:3.0185546875rem;left:32.375rem;overflow:hidden;display:none; }
#GGx4ne02tkMXgxl91gQqpwMoV0CTZUsy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:2.875rem;left:35.21875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hu1NtdXEtTXyGaaTFWDay2LrTn0vTimC { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#C5PBQH7ThM8uAVOfdwDF49WQeEi2TE49 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.8125rem;left:21.375rem;overflow:hidden;display:none; }
#l4PCM9L7To5CpGsRl9soEphwlsU79b2V { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:2.875rem;left:24.375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#opTcUH0fI7tEDJRHTEqhoxn2hOaIWZqJ { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#E9wAkboJVKeDxUexrdcIA6rKB9bhJwZV { 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:2.625rem;width:2.625rem;top:2.7998046875rem;left:42.75rem;overflow:hidden;display:none; }
#DklCTh4Di7U1T5eN4ax0PKXWFBGyITBv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.875rem;left:45.75rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#unAWcZegT6TpRTDb8l1eIEDGQSzX5GcF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.375rem;left:2.5rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yd9oASIR2bZCPFOweKv6dlqsyIK13seg { background-color:rgba(4,19,4,0.49);background-image:url("https://images.assets-landingi.com/uc/8ee68328-66a8-431d-9499-1737b3bce0c1/garagedemolition.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg.adaptive-delivery-prevent-bg, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyload, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyloading { background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { background-color: transparent; background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .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); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { border-width: 0; border-radius: 0; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;overflow:visible;position:relative;display:block; }#FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:1.25rem;height:2.25rem;font-style:normal;display:block; }
#XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.25rem;height:4.142575rem;font-style:normal;display:block; }
#KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.25rem;left:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { 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:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { 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:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:4.5244125rem;font-style:normal;display:block; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
#hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.38720703125rem;left:1.25rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { box-sizing:content-box;height:2.5rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MJCFoLxLJh0OFSXyNf4hCoAJGSN9c2wM { box-sizing:content-box;height:27.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wbn7tbnyxh7awL6bvw22V5EShFsz1vz8 { position:absolute;display:block;z-index:15014;height:16.4375rem;width:20rem;top:5rem;left:51.25rem;display:block; }
#K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.5rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:28.6875rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { 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:1.25rem;width:1.25rem;top:28.6875rem;left:33.75rem;overflow:hidden;display:block; }
#T79xJTon69eUd7M0WiN0zI05egekDfVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.6875rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:28.6875rem;left:2.5rem;overflow:hidden;display:block; }
#laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:28.6875rem;left:19.6875rem;height:1.2749rem;font-style:normal;display:block; }
#WupbkzWinnX4WyKT7QCyLbnDrTJO5st1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.25rem;height:4.142575rem;font-style:normal;display:none; }
#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.2);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; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { background-color: transparent; background-image: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container > .video-iframe-container { display: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container { display: none; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .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); }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { border-width: 0; border-radius: 0; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { box-sizing:content-box;height:21.25rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3abed128-e2d0-4087-9cde-4677a52e8c7a/asbestosgarageroof.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.adaptive-delivery-prevent-bg, #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.lazyload, #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am.lazyloading { background-image: none; }
#HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { color:rgba(var(--color-primary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:9.09863125rem;font-style:normal;display:block; }
#PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:22.5rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwJSfGkVhn0gnKAZJQR3THEuLA6E6W8Z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5rem;left:1.25rem;display:block; }
#qeiyg1C8CyggqJChJocJ85uqDZddMPoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);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; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container { background-color: transparent; background-image: none; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container > .video-iframe-container { display: none; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row > .video-iframe-container { display: none; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .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); }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container { border-width: 0; border-radius: 0; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;position:relative;display:block; }#pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17ecd347-29d6-4539-8aec-a2610dc8b413/25.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:12.5rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv.adaptive-delivery-prevent-bg, #pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv.lazyload, #pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv.lazyloading { background-image: none; }
#Xz0ZxLdaMdxmOUXwG1SeRFClsFWMOpmM { box-sizing:content-box;height:13.75rem;width:32.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LtOpikT2TvcCMTGCu1MyCUoxs2SyMQ8e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.3125rem;left:2.5625rem;height:1.23730625rem;font-style:normal;display:block; }
#f1lrPIlWXBuOt24aMJTTADUs8z2CtJMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.5625rem;height:6.499rem;font-style:normal;display:block; }
#Prf0QaCIt4VJpi5iOkp8d5a84xnxigV4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:36.25rem;left:2.5625rem;overflow:hidden;display:block; }
#JWF3TDoNCMfKwTDgTEypm2W3x88WRMN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:36.25rem;left:4.4375rem;height:1.2749rem;font-style:normal;display:block; }
#SzvsVS5SzeNEZDo3IfVKQsKtyioTNIZT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:36.1875rem;left:31.3125rem;overflow:hidden;display:block; }
#hRLVwhyks9IQHPmTgv5VvMhWgeTBtytR { box-sizing:content-box;height:13.75rem;width:32.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wDGZbP4w8w3IqTy8ThyJuLJIGxi7G0cr { position:absolute;display:block;z-index:15025;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.25rem;width:1.25rem;top:36.1875rem;left:71.25rem;overflow:hidden;display:block; }
#aDqxTtFM58I8JlxSd96xUs3TLdrH54gm { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28.1875rem;left:42.5rem;height:6.499rem;font-style:normal;display:block; }
#HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ade2ed78-8c0f-4b31-9539-2d40a9b3625c/52.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:41.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq.adaptive-delivery-prevent-bg, #HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq.lazyload, #HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq.lazyloading { background-image: none; }
#DUMecxnmxhXt9Q77UkmQqmL29rDm9U4g { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:26.3125rem;left:42.5rem;height:1.23730625rem;font-style:normal;display:block; }
#M5AfFoVxppTrF8Vnu7e8HeKz7neTJ4Jd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:36.25rem;left:44.375rem;height:1.2749rem;font-style:normal;display:block; }
#ri1aNthER3zUA9EbO5T4El5sKMSGEgmC { 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.25rem;width:1.25rem;top:36.25rem;left:42.5rem;overflow:hidden;display:block; }
#ozdx8vWUAph1BOOuzHlHTbZfy74QFlS4 { box-sizing:content-box;height:13.75rem;width:32.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.75rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bPuDDUAd1GghaqQ41gBLi6WptMvya06v { position:absolute;display:block;z-index:15025;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.25rem;width:1.25rem;top:64.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#HXLtPoq86A0R7QcWX2mPDsiHMI1iJa4a { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:56.9375rem;left:2.5625rem;height:6.499rem;font-style:normal;display:block; }
#tbzaUEK5df71dtTSZe7HXhNlxXpKvxsT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:65rem;left:4.4375rem;height:1.2749rem;font-style:normal;display:block; }
#uzG6kfiSeNWqZJkzh3nBFAmEK5og3ThO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:55.0625rem;left:2.5625rem;height:1.23730625rem;font-style:normal;display:block; }
#ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/33d40d71-97a7-4ad7-9d75-5eb5a62b3838/62.crop_1914x1075_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.25rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr.adaptive-delivery-prevent-bg, #ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr.lazyload, #ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr.lazyloading { background-image: none; }
#Trzxi62Gs98pVUi8gkzWNDh9MhoNTcEq { 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.25rem;width:1.25rem;top:65rem;left:2.5625rem;overflow:hidden;display:block; }
#DdszE3AiM1Sso3b2hwasGWgamwhzFuU1 { box-sizing:content-box;height:13.75rem;width:32.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.75rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iClLsTvnVdIDEsUcc0AOdkFg1eQyHMTd { position:absolute;display:block;z-index:15032;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.25rem;width:1.25rem;top:64.9375rem;left:71.25rem;overflow:hidden;display:block; }
#pNpsOQKks2tZ2DwoVfysOO8UX9TGG8Cc { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:56.9375rem;left:42.5rem;height:6.499rem;font-style:normal;display:block; }
#PTwtXmL8SZhE0vsEfTCTnbwGJDckQyFn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:65rem;left:44.375rem;height:1.2749rem;font-style:normal;display:block; }
#iDXhNG4TynlrztPMG6Cw9KFoe5eh60un { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:55.0625rem;left:42.5rem;height:1.23730625rem;font-style:normal;display:block; }
#tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf { box-sizing:content-box;height:12.5rem;width:32.5rem;position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0bf855ad-9d75-440d-82ef-493d876b6d1f/73.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.25rem;left:41.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf.adaptive-delivery-prevent-bg, #tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf.lazyload, #tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf.lazyloading { background-image: none; }
#D1XsTUL6wdbqaa6MsCfRnub6eD5aR0KE { position:absolute;display:block;z-index:15028;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.25rem;width:1.25rem;top:65rem;left:42.5rem;overflow:hidden;display:block; }
#dgeqlmNgOTaxk1qJ79ayKfaN11lk0IAS { color:rgba(var(--color-primary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QW69u1TueW3seJJdasiEi8TxciBiZdP3 { color:rgba(var(--color-secondary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.3125rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aBA9hosxc8Xt4TOvE1XAATyHoVG82lnu { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:70rem;left:18.8125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lS6WsWm7F2kHdaRPPn72fg2oeoCM5ZA2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:70.0625rem;left:1.3125rem;display:block; }
#OQ8fozt2gZheJceIxu6em7g8lpHTV9JH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GbiirLFCzLStJzORQrV9DX2952kaHOcL { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15119;line-height:1.2;letter-spacing:0;top:23.5625rem;left:2.25rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#alg08ZgJlQW25Gr0udehWC1H9Lsp8XIb { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15117;background-color:rgba(5,8,20,0.5);background-image:none;top:22.875rem;left:1.3125rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yurN0zLJzFAl6nXa5ev7fNozPcSOCRe4 { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15119;background-color:rgba(5,8,20,0.5);background-image:none;top:22.8125rem;left:28.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uWZWrJ6SomfKQ2iB0q9VaNeWmPihauCu { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:23.5rem;left:29.75rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fovzbTXwoh2QXvr0eCBkKV4urgZT73FS { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15121;background-color:rgba(5,8,20,0.5);background-image:none;top:22.8125rem;left:41.25rem;box-shadow: none;display:block; }
#zflsKoSZXkPKcqHAATmJQ1EsSmT3k949 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15123;line-height:1.2;letter-spacing:0;top:23.5rem;left:42.125rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FHV8KHKtfKZfqTCq2rnHxZKTXaB5IwlN { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15121;background-color:rgba(5,8,20,0.5);background-image:none;top:22.8125rem;left:68.75rem;box-shadow: none;display:block; }
#TvOcnLyIivvbIeyxPPJKBPffUuDTRGK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15123;line-height:1.2;letter-spacing:0;top:23.5rem;left:69.625rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sCea0R5iC7ru7b1pCsqNFHg1luVOrVys { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15123;background-color:rgba(5,8,20,0.5);background-image:none;top:51.5625rem;left:68.75rem;box-shadow: none;display:block; }
#uW9CFSSoT3Ub26wROi2WchxvyUM1Bmbd { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15125;line-height:1.2;letter-spacing:0;top:52.25rem;left:69.625rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ro93WXklHEunJ5IzHuVGggdSqByfeTI0 { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15127;background-color:rgba(5,8,20,0.5);background-image:none;top:51.5625rem;left:28.75rem;box-shadow: none;display:block; }
#foSkE4Rl8iHykk54dKOMqRnzUrUhBPuz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15129;line-height:1.2;letter-spacing:0;top:52.25rem;left:29.6875rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ffb7JqUBVKvk02yMIwrAuHDUKH9itApk { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15119;background-color:rgba(5,8,20,0.5);background-image:none;top:51.5625rem;left:1.3125rem;box-shadow: none;display:block; }
#zyO08CD4BGGZMUPNBBVeJROZSd16XSq9 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:52.25rem;left:2.1875rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AAF9P5qg5eTuFQPOoq1DvylTi9ICdwFd { box-sizing:content-box;height:2.1875rem;width:5rem;position:absolute;display:block;z-index:15121;background-color:rgba(5,8,20,0.5);background-image:none;top:51.5625rem;left:41.25rem;box-shadow: none;display:block; }
#qlGQwq73A3lnvaPpIR7cAb19B03VytgE { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15123;line-height:1.2;letter-spacing:0;top:52.25rem;left:42.125rem;height:0.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.12);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; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container { background-color: transparent; background-image: none; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container > .video-iframe-container { display: none; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row > .video-iframe-container { display: none; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .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); }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container { border-width: 0; border-radius: 0; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#HNJXVwla8SgpEIhQ1I9E3bF0TqKz7Ky6 { 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:4.375rem;width:7.9375rem;top:2rem;left:10.0625rem;overflow:hidden;display:block; }
#NIhBiXab0TWGxIrrOTe7tCXyMTlVzNL9 { 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:4.625rem;width:4.625rem;top:1.875rem;left:60.375rem;overflow:hidden;display:block; }
#zBMJ9vMlcg0OPkFTNcLT7OmNS5xvLpBC { 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.1875rem;width:6.0625rem;top:1.09375rem;left:34.46875rem;overflow:hidden;display:block; }
#SqJ1LreaV4D62eMuJFgBTw9CcKynPbTg { position:absolute;display:block;z-index:15065;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:4.375rem;width:5rem;top:2rem;left:23.3125rem;overflow:hidden;display:block; }
#QVEQmTNnsACIuMqcNXS1GT1yXrbXFTnp { position:absolute;display:block;z-index:15066;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:6rem;width:10rem;top:1.1875rem;left:45rem;overflow:hidden;display:block; }
#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);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; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { background-color: transparent; background-image: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container > .video-iframe-container { display: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container { display: none; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .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); }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { border-width: 0; border-radius: 0; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;position:relative;display:block; }#lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d203ace1-7e1a-49d2-9758-83c62e901f89/Payuponcompletion.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.adaptive-delivery-prevent-bg, #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.lazyload, #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I.lazyloading { background-image: none; }
#RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { box-sizing:content-box;height:16.25rem;width:20.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.75rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.23730625rem;font-style:normal;display:block; }
#yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.375rem;left:2.5rem;height:10.3984375rem;font-style:normal;display:block; }
#oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { box-sizing:content-box;height:16.25rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.75rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:28.125rem;left:28.75rem;height:10.3984375rem;font-style:normal;display:block; }
#NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3c3d2e8b-5e22-4f46-99fe-c8f57e8d9da3/teamduring.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.adaptive-delivery-prevent-bg, #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.lazyload, #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH.lazyloading { background-image: none; }
#zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:26.25rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { box-sizing:content-box;height:16.25rem;width:20.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.75rem;left:53.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#A4z1Syig1LffimallMpNPUs9Lz5Mc72W { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.125rem;left:55rem;height:7.79883125rem;font-style:normal;display:block; }
#M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/593d13dc-a5c1-40f4-a702-e666aa2ad49c/22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:53.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.adaptive-delivery-prevent-bg, #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.lazyload, #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS.lazyloading { background-image: none; }
#iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:26.25rem;left:55rem;height:1.23730625rem;font-style:normal;display:block; }
#gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:10rem;display:block; }
#XduxkaK5c0pfUiw0birz2MncU9WVTR6R { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15122;line-height:2;letter-spacing:0;top:23rem;left:10rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PMKizuCGlTMrbDruqUymD4F2muVhPtNh { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15124;line-height:2;letter-spacing:0;top:23rem;left:36.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:36.25rem;display:block; }
#H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15126;line-height:2;letter-spacing:0;top:23rem;left:62.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:62.5rem;display:block; }
#Rh00AeECuq0pCmFPzw2PnxqDvFl84cqI { box-sizing:content-box;height:16.25rem;width:20.0625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55rem;left:53.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kgfsJ3CuIBlpGfb7vgzGwc48s48TIsOa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:59.375rem;left:55rem;height:10.39841875rem;font-style:normal;display:block; }
#Ed8FNfr5nnHfysJRPMDxbGrvZrKrTirg { box-sizing:content-box;height:16.25rem;width:20rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RfJ4ZI38VDicEeJU1I7n70Tyaz6wDvS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:59.375rem;left:28.75rem;height:9.0986375rem;font-style:normal;display:block; }
#X0qVZ4PDfUqscSu7ybuo0xAxOiI4waE9 { box-sizing:content-box;height:16.25rem;width:20.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#DSl3RFRV7arXSuDHi1Et220e1CkdGXgK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:57.5rem;left:2.5rem;height:1.23730625rem;font-style:normal;display:block; }
#CFl2AxfvJxtaeGBEnJRlXZLngX3lofn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:59.625rem;left:2.5rem;height:9.0986375rem;font-style:normal;display:block; }
#Tlf5SIOStaDQv5eTF1SO9faAe86xJ27k { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:57.5rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#IgsS6QTSUv0m5SRH4aMhSaHamEbGfItD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:57.5rem;left:55rem;height:1.23730625rem;font-style:normal;display:block; }
#umroLQgdJy3QhEGAyERRavs5gt72RTxL { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.75rem;left:36.25rem;display:block; }
#fkASx9NOe2Nt1swqUbyWNprL5XXX6T15 { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.75rem;left:62.5rem;display:block; }
#bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f6008f9c-9325-44ff-b491-6b3d65fc286e/garageroofreplacementcompletionpack.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK.adaptive-delivery-prevent-bg, #bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK.lazyload, #bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK.lazyloading { background-image: none; }
#RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f0808fa2-ee6c-4019-921c-e3f7a8577d9b/teamroof.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf.adaptive-delivery-prevent-bg, #RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf.lazyload, #RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf.lazyloading { background-image: none; }
#W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4e0b6024-f62c-4a14-8e68-4546b9b2cbf4/team1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:53.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ.adaptive-delivery-prevent-bg, #W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ.lazyload, #W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ.lazyloading { background-image: none; }
#P4rKwXpf4O59oPCaJpVwViy5Hi8OUAqs { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15142;line-height:2;letter-spacing:0;top:54.25rem;left:36.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q7taxAJy8pDs5G0Z2IcsCTHvNVD3BmOw { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15144;line-height:2;letter-spacing:0;top:54.25rem;left:62.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MG92UMGSzF67a4T9ruKf9V5dQNVVUvcV { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.75rem;left:10rem;display:block; }
#LIRFZk7qrzQ1rV4RUKgdBDtJ6P6Cle7C { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15140;line-height:2;letter-spacing:0;top:54.25rem;left:10rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { color:rgba(var(--color-secondary-3),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omStnEQrPIZEq3FDvCymGMzFUD1nQpvK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:73.8125rem;left:24.375rem;display:block; }
#ATXi3aKGqeqxLdRR1EGzUVWzztaPQxBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwLms85TomThRwxE1HS3BMTOwE1sfZTB { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2.5;letter-spacing:0;top:73.75rem;left:41.875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { 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; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { background-color: transparent; background-image: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container > .video-iframe-container { display: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container { display: none; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .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); }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { border-width: 0; border-radius: 0; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { color:rgba(var(--color-secondary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CAJa758fkSmOuBtM39oMo6invfKBlfFG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:12.1875rem;left:2.1875rem; }
#NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:13.125rem;left:6.25rem;display:block; }
#K5s8Zr687zVzy821TkT26zETWsukqNn5 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:12.1875rem;left:29.6875rem; }
#aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:20.375rem;left:28.75rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:17.5rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:20.375rem;left:56.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:17.5rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:56.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:12.1875rem;left:57.1875rem; }
#cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:13.0625rem;left:33.75rem;display:block; }
#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.2);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; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container { background-color: transparent; background-image: none; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container > .video-iframe-container { display: none; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row > .video-iframe-container { display: none; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .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); }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container { border-width: 0; border-radius: 0; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#X4OFbZrgCXK7ouETTqxs59TPrzacgeCz { box-sizing:content-box;height:22.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4e0b6024-f62c-4a14-8e68-4546b9b2cbf4/team1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#X4OFbZrgCXK7ouETTqxs59TPrzacgeCz.adaptive-delivery-prevent-bg, #X4OFbZrgCXK7ouETTqxs59TPrzacgeCz.lazyload, #X4OFbZrgCXK7ouETTqxs59TPrzacgeCz.lazyloading { background-image: none; }
#kAPETdwU6KannkQaix11awnHZ5DdJ6PJ { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbmTy5vQXgES9ZXwxhZJwIPvskELThaE { color:rgba(var(--color-primary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.25rem;height:11.69824375rem;font-style:normal;display:block; }
#eAohMSGQJ0z2ISiagQBuGCeTGRANBoIM { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:23.6875rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHdgMEOb2AnvJdXH2TdHM3ZX4BRkJnub { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:23.6875rem;left:1.25rem;display:block; }
#V5pUqx7pth2PJ2gorW62eisPaZKRSitu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { background-color: transparent; background-image: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container > .video-iframe-container { display: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container { display: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .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); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { border-width: 0; border-radius: 0; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LeDFJLKdFwFtctQBZTe41H7Xt2JTtMJt { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TXvTBoO06FEABv8hbZ5u8v44x0muFRJs { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ns0XwJDCoA6sSA15RgDhr7OqyiKArTtz { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#wwJ5abpZg8gniZMcKgzMAgVoTXOXBurN { 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:5rem;width:5rem;top:16.25rem;left:41.25rem;overflow:hidden;display:block; }
#QaDhTBtUfGe39lyFL7oZTkQTsfGFIRLv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:21.75rem;left:40rem;height:4.1997rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmgCVenfAK9ycFN400yQ4TzvxtFN4dB2 { 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:16.25rem;left:28.75rem;overflow:hidden;display:block; }
#GLQcbLLEMFebkcwrwyDxD26OResIsCkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:21.875rem;left:27.5rem;height:4.1997rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWy8I3X7CvyGTcWTA4AzBkTgVpMAH9vo { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:2.5rem;left:1.1875rem;display:block; }
#NDtpHe4UGyTnELigMq9xvo5ftKm6dOlc { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:16.25rem;left:24.9375rem;display:block; }
#LrTnfxaXhnUH1F9oNBp9FwabNofZT4QX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:21.9375rem;left:15rem;height:4.1997rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lkD7znZR6AafNF8Ws7zF79Im5HUxT1q2 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:16.25rem;left:16.1875rem;overflow:hidden;display:block; }
#ugrDdmE96NiGF0dzkKV3g0inPBgzWLc3 { 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:5rem;width:5rem;top:16.25rem;left:53.75rem;overflow:hidden;display:block; }
#mgeQ5u6ppdHHSDNoN6Ifok1ll4kFZ4P7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:21.875rem;left:52.5rem;height:4.1997rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sqgEyTJsctlWq20PWZcGCq7nqqZ8TisM { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(116,116,116,0.1);background-image:none;top:16.25rem;left:37.4375rem;display:block; }
#Zrb15AxIprXEudn93zhJUIwaefU0NeZ5 { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15077;background-color:rgba(116,116,116,0.1);background-image:none;top:16.25rem;left:49.9375rem;display:block; }
#N2EyU8Dud7sCvda7kTT8EucSzxaflBbt { color:rgba(var(--color-secondary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.5625rem;left:21.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8ahgcOcS8pDoMvefyn7wkqaxyXssqq6 { color:rgba(var(--color-secondary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:8.9375rem;left:17.46875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TctUOxFMbuJCovXGsARmxZemhknG7uEi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.8125rem;left:29.3125rem;display:block; }
#uyhDf521L7ZZXBnMOPSVW5siK4gc1OCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bp8ErXlG4Z4IQabyOuIImQ8oTbttxLsd { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2.5;letter-spacing:0;top:31.25rem;left:29.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.2);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; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { background-color: transparent; background-image: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container > .video-iframe-container { display: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container { display: none; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .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); }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { border-width: 0; border-radius: 0; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdQu1i79TJxB0aTB8UbMDPaMFrgfrnmU { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrmVURQvOJU07CbnTmTv65Rq1imaUKKW { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:41.3125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOzMlW2cmvOAoF6EpSF2TNVcT9Fui3EO { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yWfXCqTRNzC2PvSpg3ZIEhXtokD9B2D0 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:41.3125rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:28.8125rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:18.125rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16.25rem;left:41.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:1.25rem;display:block; }
#Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:26.25rem;left:41.25rem;display:block; }
#lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:1.25rem;display:block; }
#BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,0,0,0.1);background-image:none;top:38.75rem;left:41.25rem;display:block; }
#RJuVBGTVQ4P6gLsXPz9Sxx7L2F2lL980 { box-sizing:content-box;height:38.75rem;width:0.0625rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.1);background-image:none;top:12.5rem;left:37.4375rem;display:block; }
#Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:1.25rem;display:block; }
#oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:13.75rem;left:41.25rem;display:block; }
#tLWgTgsK9rD3eD8ve2QuT09eLWRtaS4e { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0.1);background-image:none;top:50rem;left:1.25rem;display:block; }
#bDz3fpOgzXpt5WriJsuOQB1697oSuc30 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0.1);background-image:none;top:49.9375rem;left:40rem;display:block; }
#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.2);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; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { background-color: transparent; background-image: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container > .video-iframe-container { display: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container { display: none; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .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); }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { border-width: 0; border-radius: 0; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { box-sizing:content-box;height:23.8125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5709f2d-4001-4bef-81d3-3a36a16d0bf1/CoventryAfterJan24.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.adaptive-delivery-prevent-bg, #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.lazyload, #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl.lazyloading { background-image: none; }
#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#C58auv2dBtc0hVcw6la552xJ8OPgxAUa { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.75rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.75rem;left:25rem;display:block; }
#ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXam44hezlCCKRGhnqoXnwvva2WFJeP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07217dd6-6170-4f52-ae7c-7b8e1801e221/garagedemolition1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.adaptive-delivery-prevent-bg, #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.lazyload, #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.lazyloading { background-image: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { background-color: transparent; background-image: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container > .video-iframe-container { display: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row > .video-iframe-container { display: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .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); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { border-width: 0; border-radius: 0; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#zquLpa4EOHGZb2NtSmuchk21GcnJAhbm { box-sizing:content-box;height:30rem;width:25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TAROBEpIKV2hkTTTlbesXRc6ecZQsc8L { position:absolute;display:block;z-index:15016;height:20rem;width:22.5rem;top:5rem;left:2.5rem;display:block; }
#ZNiruS7rdTIqlrdGUuMb6L9psPnkF4S7 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCKaEM8NtbzFSXCJkTakhg4hmSDngC6C { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:11.3125rem;left:31.25rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.875rem;left:31.25rem;height:4.5244125rem;font-style:normal;display:block; }#DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
#S6falQUbSrzO97uXJwmOVWJRhvTRhtRy { box-sizing:content-box;height:8.75rem;width:32.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:31.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CgwXtNMofQN4ML8S2BxOwT7SpBfoqzta { position:absolute;display:block;z-index:15037;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.25rem;width:1.25rem;top:31.25rem;left:61.25rem;overflow:hidden;display:block; }
#ksInGHugXvtrGvgJslv0GRaloQZbCQdp { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:26.25rem;left:32.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Vb3Jev7eT9rusUrTpcEPc6IUwy6tNdtE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:31.1875rem;left:34.375rem;height:1.2749rem;font-style:normal;display:block; }
#psvW3CRrw3px1Tn2kdZcTduMGv1METv5 { position:absolute;display:block;z-index:15033;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.25rem;width:1.25rem;top:31.25rem;left:32.5rem;overflow:hidden;display:block; }
#wm5onDVqye3XJBp2Hxa6MtXiT7HP7pfu { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15092;line-height:1.7;letter-spacing:0;top:31.25rem;left:48.75rem;height:1.2749rem;font-style:normal;display:block; }
#b4VMzgTIUlK41Tm2UH8N8ngqgLN0fMf4 { box-sizing:content-box;height:2.5rem;width:23.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:3.8125rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pimuRiyaWZQF4DKWIDRbQMwwLIdODbpF { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:4.4375rem;left:32.5rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { 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; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { background-color: transparent; background-image: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .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); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { border-width: 0; border-radius: 0; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.625rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.1875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znpMHOOnd0agUp7StEs2tRFroENUTJ9V { 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:3rem;width:5.25rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:1.25rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:28.75rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:2.5rem;left:58.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E5B8pSmTTMnAgzo3bpJOBIMuhhQK2epO { 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:1.6875rem;width:10.5625rem;top:4rem;left:63.25rem;overflow:hidden;display:block; }
#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h { position:relative;display:none; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h { border-width: 0; border-radius: 0; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .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; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .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; }#KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.625rem;left:5.5625rem;display:none; }#KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea9fb83eaab912ba901a8a6bb96fb3279d2a6c33.svg); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { display:block; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { width:3.125rem;height:3.125rem;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { top:2.9375rem;left:31.4375rem;width:16.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { top:1.25rem;left:37.75rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { top:1.8125rem;left:40.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { top:4.8125rem;left:42.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdsuSmRz9mR73voSvNPwcVSTlMrdxpmE { top:2.75rem;left:29.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGupyZHJNo6bbl5qMIoWrSq30kt3bvh { top:2.875rem;left:32.125rem;width:4.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { width:9rem;height:5.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rSbAhsquED3vhb52aTtheN1mdIssDZ { width:13.875rem;height:0.9375rem;top:2rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { top:3rem;left:18.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { top:2.875rem;left:21.59375rem;width:4.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6uywGyNs5MUG5R4MwEB4Aw7UTrHEs2t { top:1.25rem;left:27.375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df2NgHyTGTVdQQwGDLB8ONw6UcVcVoMf { top:1.25rem;left:16.9375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyJecKSe0yXqTc6nsADaFXDyl3ktMHvL { top:2.875rem;left:10.75rem;width:4.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNE0RHIlLwSamaBNykt233v4dQ67qNQR { top:2.8125rem;left:7.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINoqbwQrmTdpcZRK53lhfEm6980kGsz { top:1.25rem;left:6rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGcLtaysSXnBNMt56AeBX7vqRE1i7qH { width:4.625rem;height:4.625rem;top:1.875rem;left:43.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 { display:none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r10OuKTF7HWTcrEOwS1b4psRMNqIqkVK { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xu2OZQMqu96IgA4tA0NHap8tgzi6DNlJ { top:3rem;left:18.75rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGx4ne02tkMXgxl91gQqpwMoV0CTZUsy { top:10.5625rem;left:0.75rem;width:3.75rem;height:2.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu1NtdXEtTXyGaaTFWDay2LrTn0vTimC { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5PBQH7ThM8uAVOfdwDF49WQeEi2TE49 { top:2.8125rem;left:7.75rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4PCM9L7To5CpGsRl9soEphwlsU79b2V { top:11.25rem;left:0rem;width:3.75rem;height:2.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #opTcUH0fI7tEDJRHTEqhoxn2hOaIWZqJ { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9wAkboJVKeDxUexrdcIA6rKB9bhJwZV { top:2.75rem;left:29.125rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DklCTh4Di7U1T5eN4ax0PKXWFBGyITBv { top:12.5rem;left:0rem;width:3.75rem;height:2.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #unAWcZegT6TpRTDb8l1eIEDGQSzX5GcF { width:15.0625rem;height:;top:1.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yd9oASIR2bZCPFOweKv6dlqsyIK13seg { display:block; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { top:7.5rem;left:0rem;width:41.875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { top:10.625rem;left:0rem;width:37.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { top:16.25rem;left:0rem;width:38.75rem;height:4.5rem;font-size:1rem;display:block; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { width:21.25rem;height:1.25rem;top:4.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { top:3.75rem;left:0rem;width:21.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJCFoLxLJh0OFSXyNf4hCoAJGSN9c2wM { top:3.75rem;left:22.75rem;width:25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbn7tbnyxh7awL6bvw22V5EShFsz1vz8 { top:5rem;left:27.75rem;width:20rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { top:22.5rem;left:0rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { top:28.6875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { top:28.6875rem;left:20.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79xJTon69eUd7M0WiN0zI05egekDfVJ { top:23.6875rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { top:28.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { top:28.6875rem;left:6.0625rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WupbkzWinnX4WyKT7QCyLbnDrTJO5st1 { top:8.75rem;left:0rem;width:20rem;height:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { display:block; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { top:3.75rem;left:16.5rem;width:31.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { top:3.75rem;left:0rem;width:33.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { top:10rem;left:0rem;width:33.6875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { top:22.5rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwJSfGkVhn0gnKAZJQR3THEuLA6E6W8Z { width:16.4375rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiyg1C8CyggqJChJocJ85uqDZddMPoH { display:block; }
 }@media only screen and (max-width: 763px) { #zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U { display:block; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv { top:12.5rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz0ZxLdaMdxmOUXwG1SeRFClsFWMOpmM { top:25rem;left:0rem;width:32.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtOpikT2TvcCMTGCu1MyCUoxs2SyMQ8e { top:26.3125rem;left:0rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1lrPIlWXBuOt24aMJTTADUs8z2CtJMQ { top:28.1875rem;left:0rem;width:30rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prf0QaCIt4VJpi5iOkp8d5a84xnxigV4 { top:36.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWF3TDoNCMfKwTDgTEypm2W3x88WRMN3 { top:36.25rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzvsVS5SzeNEZDo3IfVKQsKtyioTNIZT { top:36.1875rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRLVwhyks9IQHPmTgv5VvMhWgeTBtytR { top:25rem;left:15.125rem;width:32.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDGZbP4w8w3IqTy8ThyJuLJIGxi7G0cr { top:36.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDqxTtFM58I8JlxSd96xUs3TLdrH54gm { top:28.1875rem;left:17.75rem;width:30rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq { top:12.5rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUMecxnmxhXt9Q77UkmQqmL29rDm9U4g { top:26.3125rem;left:23.875rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5AfFoVxppTrF8Vnu7e8HeKz7neTJ4Jd { top:36.25rem;left:23.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri1aNthER3zUA9EbO5T4El5sKMSGEgmC { top:36.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdx8vWUAph1BOOuzHlHTbZfy74QFlS4 { top:53.75rem;left:0rem;width:32.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPuDDUAd1GghaqQ41gBLi6WptMvya06v { top:64.9375rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLtPoq86A0R7QcWX2mPDsiHMI1iJa4a { top:56.9375rem;left:0rem;width:30rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzaUEK5df71dtTSZe7HXhNlxXpKvxsT { top:65rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzG6kfiSeNWqZJkzh3nBFAmEK5og3ThO { top:55.0625rem;left:0rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr { top:41.25rem;left:0rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trzxi62Gs98pVUi8gkzWNDh9MhoNTcEq { top:65rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdszE3AiM1Sso3b2hwasGWgamwhzFuU1 { top:53.75rem;left:15.125rem;width:32.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iClLsTvnVdIDEsUcc0AOdkFg1eQyHMTd { top:64.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNpsOQKks2tZ2DwoVfysOO8UX9TGG8Cc { top:56.9375rem;left:17.75rem;width:30rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwtXmL8SZhE0vsEfTCTnbwGJDckQyFn { top:65rem;left:23.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDXhNG4TynlrztPMG6Cw9KFoe5eh60un { top:55.0625rem;left:23.875rem;width:21.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf { top:41.25rem;left:15.25rem;width:32.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1XsTUL6wdbqaa6MsCfRnub6eD5aR0KE { top:65rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgeqlmNgOTaxk1qJ79ayKfaN11lk0IAS { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW69u1TueW3seJJdasiEi8TxciBiZdP3 { top:6.875rem;left:0rem;width:40.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBA9hosxc8Xt4TOvE1XAATyHoVG82lnu { top:70rem;left:8.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS6WsWm7F2kHdaRPPn72fg2oeoCM5ZA2 { width:16.4375rem;height:2.5rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ8fozt2gZheJceIxu6em7g8lpHTV9JH { display:block; }
 }@media only screen and (max-width: 763px) { #GbiirLFCzLStJzORQrV9DX2952kaHOcL { width:3.1875rem;height:0.875rem;top:23.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alg08ZgJlQW25Gr0udehWC1H9Lsp8XIb { top:22.875rem;left:0rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yurN0zLJzFAl6nXa5ev7fNozPcSOCRe4 { top:22.8125rem;left:18.875rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWZWrJ6SomfKQ2iB0q9VaNeWmPihauCu { width:3.1875rem;height:0.875rem;top:23.5rem;left:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fovzbTXwoh2QXvr0eCBkKV4urgZT73FS { top:22.8125rem;left:23.875rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zflsKoSZXkPKcqHAATmJQ1EsSmT3k949 { width:3.1875rem;height:0.875rem;top:23.5rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHV8KHKtfKZfqTCq2rnHxZKTXaB5IwlN { top:22.8125rem;left:42.75rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOcnLyIivvbIeyxPPJKBPffUuDTRGK8 { width:3.1875rem;height:0.875rem;top:23.5rem;left:44.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCea0R5iC7ru7b1pCsqNFHg1luVOrVys { top:51.5625rem;left:42.75rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW9CFSSoT3Ub26wROi2WchxvyUM1Bmbd { width:3.1875rem;height:0.875rem;top:52.25rem;left:44.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro93WXklHEunJ5IzHuVGggdSqByfeTI0 { top:51.5625rem;left:18.875rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foSkE4Rl8iHykk54dKOMqRnzUrUhBPuz { width:3.1875rem;height:0.875rem;top:52.25rem;left:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffb7JqUBVKvk02yMIwrAuHDUKH9itApk { top:51.5625rem;left:0rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyO08CD4BGGZMUPNBBVeJROZSd16XSq9 { width:3.1875rem;height:0.875rem;top:52.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAF9P5qg5eTuFQPOoq1DvylTi9ICdwFd { top:51.5625rem;left:23.875rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlGQwq73A3lnvaPpIR7cAb19B03VytgE { width:3.1875rem;height:0.875rem;top:52.25rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 { display:none; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HNJXVwla8SgpEIhQ1I9E3bF0TqKz7Ky6 { width:7.9375rem;height:4.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIhBiXab0TWGxIrrOTe7tCXyMTlVzNL9 { width:4.625rem;height:4.625rem;top:1.875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBMJ9vMlcg0OPkFTNcLT7OmNS5xvLpBC { width:6.0625rem;height:6.1875rem;top:1.0625rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqJ1LreaV4D62eMuJFgBTw9CcKynPbTg { width:5rem;height:4.375rem;top:2rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVEQmTNnsACIuMqcNXS1GT1yXrbXFTnp { width:10rem;height:6rem;top:1.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { display:block; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { top:11.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { top:23.75rem;left:0rem;width:20.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { top:26.25rem;left:0rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { top:28.375rem;left:0rem;width:17.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { top:23.75rem;left:11.75rem;width:20rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { top:28.125rem;left:14.1875rem;width:17.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { top:11.25rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { top:26.25rem;left:14.125rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { top:23.75rem;left:27.5625rem;width:20.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4z1Syig1LffimallMpNPUs9Lz5Mc72W { top:28.125rem;left:30.0625rem;width:17.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { top:11.25rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { top:26.25rem;left:30rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { top:22.5rem;left:5.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduxkaK5c0pfUiw0birz2MncU9WVTR6R { width:2.5rem;height:1.5rem;top:23rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMKizuCGlTMrbDruqUymD4F2muVhPtNh { width:2.5rem;height:1.5rem;top:23rem;left:22.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { top:22.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { width:2.5rem;height:1.5rem;top:23rem;left:39.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { top:22.5rem;left:39.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh00AeECuq0pCmFPzw2PnxqDvFl84cqI { top:55rem;left:27.5625rem;width:20.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfsJ3CuIBlpGfb7vgzGwc48s48TIsOa { top:59.375rem;left:30.0625rem;width:17.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed8FNfr5nnHfysJRPMDxbGrvZrKrTirg { top:55rem;left:11.75rem;width:20rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJ4ZI38VDicEeJU1I7n70Tyaz6wDvS3 { top:59.375rem;left:14.1875rem;width:17.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0qVZ4PDfUqscSu7ybuo0xAxOiI4waE9 { top:55rem;left:0rem;width:20.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSl3RFRV7arXSuDHi1Et220e1CkdGXgK { top:57.5rem;left:0rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFl2AxfvJxtaeGBEnJRlXZLngX3lofn6 { top:59.625rem;left:0rem;width:17.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlf5SIOStaDQv5eTF1SO9faAe86xJ27k { top:57.5rem;left:14.125rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsS6QTSUv0m5SRH4aMhSaHamEbGfItD { top:57.5rem;left:30rem;width:17.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umroLQgdJy3QhEGAyERRavs5gt72RTxL { top:53.75rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkASx9NOe2Nt1swqUbyWNprL5XXX6T15 { top:53.75rem;left:39.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK { top:42.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf { top:42.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ { top:42.5rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rKwXpf4O59oPCaJpVwViy5Hi8OUAqs { width:2.5rem;height:1.5rem;top:54.25rem;left:22.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7taxAJy8pDs5G0Z2IcsCTHvNVD3BmOw { width:2.5rem;height:1.5rem;top:54.25rem;left:39.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG92UMGSzF67a4T9ruKf9V5dQNVVUvcV { top:53.75rem;left:5.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIRFZk7qrzQ1rV4RUKgdBDtJ6P6Cle7C { width:2.5rem;height:1.5rem;top:54.25rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { top:3.75rem;left:0rem;width:42.5rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omStnEQrPIZEq3FDvCymGMzFUD1nQpvK { width:16.4375rem;height:2.5rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATXi3aKGqeqxLdRR1EGzUVWzztaPQxBN { display:block; }
 }@media only screen and (max-width: 763px) { #wwLms85TomThRwxE1HS3BMTOwE1sfZTB { top:73.75rem;left:16.625rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { display:block; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { top:3.75rem;left:0rem;width:32.875rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { top:11.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJa758fkSmOuBtM39oMo6invfKBlfFG { top:12.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { top:13.125rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5s8Zr687zVzy821TkT26zETWsukqNn5 { top:17.5rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { top:20.375rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { top:11.25rem;left:15.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { top:12.1875rem;left:16.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { top:20.375rem;left:15.125rem;width:17.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { top:17.5rem;left:15.125rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { top:20.375rem;left:30.25rem;width:17.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { top:17.5rem;left:31.4375rem;width:16.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { top:11.25rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { top:12.1875rem;left:43.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { top:13.0625rem;left:20.125rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM { display:block; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4OFbZrgCXK7ouETTqxs59TPrzacgeCz { top:3.6875rem;left:12.75rem;width:35rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPETdwU6KannkQaix11awnHZ5DdJ6PJ { top:3.6875rem;left:0rem;width:33.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbmTy5vQXgES9ZXwxhZJwIPvskELThaE { top:9.9375rem;left:0rem;width:33.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAohMSGQJ0z2ISiagQBuGCeTGRANBoIM { top:23.6875rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHdgMEOb2AnvJdXH2TdHM3ZX4BRkJnub { width:16.4375rem;height:2.5rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5pUqx7pth2PJ2gorW62eisPaZKRSitu { display:block; }
 }@media only screen and (max-width: 763px) { #o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ { display:block; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDFJLKdFwFtctQBZTe41H7Xt2JTtMJt { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X { width:3.125rem;height:3.125rem;display:none; }
#HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TXvTBoO06FEABv8hbZ5u8v44x0muFRJs { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns0XwJDCoA6sSA15RgDhr7OqyiKArTtz { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwJ5abpZg8gniZMcKgzMAgVoTXOXBurN { top:16.25rem;left:27.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDhTBtUfGe39lyFL7oZTkQTsfGFIRLv { top:21.75rem;left:26.375rem;width:7.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmgCVenfAK9ycFN400yQ4TzvxtFN4dB2 { top:16.25rem;left:15.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLQcbLLEMFebkcwrwyDxD26OResIsCkJ { top:21.875rem;left:13.875rem;width:7.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWy8I3X7CvyGTcWTA4AzBkTgVpMAH9vo { top:2.5rem;left:0rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDtpHe4UGyTnELigMq9xvo5ftKm6dOlc { top:16.25rem;left:11.3125rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTnfxaXhnUH1F9oNBp9FwabNofZT4QX { top:21.9375rem;left:1.375rem;width:7.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkD7znZR6AafNF8Ws7zF79Im5HUxT1q2 { top:16.25rem;left:2.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugrDdmE96NiGF0dzkKV3g0inPBgzWLc3 { top:16.25rem;left:40.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgeQ5u6ppdHHSDNoN6Ifok1ll4kFZ4P7 { top:21.875rem;left:38.875rem;width:7.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgEyTJsctlWq20PWZcGCq7nqqZ8TisM { top:16.25rem;left:23.8125rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrb15AxIprXEudn93zhJUIwaefU0NeZ5 { top:16.25rem;left:36.3125rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2EyU8Dud7sCvda7kTT8EucSzxaflBbt { top:2.5625rem;left:7.4375rem;width:32.875rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ahgcOcS8pDoMvefyn7wkqaxyXssqq6 { top:8.9375rem;left:3.84375rem;width:40.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctUOxFMbuJCovXGsARmxZemhknG7uEi { width:16.4375rem;height:2.5rem;top:28.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyhDf521L7ZZXBnMOPSVW5siK4gc1OCp { display:block; }
 }@media only screen and (max-width: 763px) { #Bp8ErXlG4Z4IQabyOuIImQ8oTbttxLsd { top:31.25rem;left:15.6875rem;width:16.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { display:block; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { top:7.5rem;left:0rem;width:40.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { top:16.25rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { top:18.125rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { top:30.6875rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { top:28.8125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQu1i79TJxB0aTB8UbMDPaMFrgfrnmU { top:43.1875rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmVURQvOJU07CbnTmTv65Rq1imaUKKW { top:41.3125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOzMlW2cmvOAoF6EpSF2TNVcT9Fui3EO { top:43.1875rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWfXCqTRNzC2PvSpg3ZIEhXtokD9B2D0 { top:41.3125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { top:30.6875rem;left:15.25rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { top:28.8125rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { top:18.125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { top:16.25rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { top:26.25rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { top:26.25rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { top:38.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { top:38.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuVBGTVQ4P6gLsXPz9Sxx7L2F2lL980 { top:12.5rem;left:23.8125rem;width:0.0625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { top:13.75rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { top:13.75rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWgTgsK9rD3eD8ve2QuT09eLWRtaS4e { top:50rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDz3fpOgzXpt5WriJsuOQB1697oSuc30 { top:49.9375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { display:block; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { top:3.75rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58auv2dBtc0hVcw6la552xJ8OPgxAUa { top:8.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { top:11.25rem;left:5.125rem;width:38.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { width:25rem;height:2.5rem;top:18.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block; }
 }@media only screen and (max-width: 763px) { #aXam44hezlCCKRGhnqoXnwvva2WFJeP0 { top:22.4375rem;left:15.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 { display:block; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zquLpa4EOHGZb2NtSmuchk21GcnJAhbm { top:3.75rem;left:0rem;width:25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAROBEpIKV2hkTTTlbesXRc6ecZQsc8L { top:5rem;left:0rem;width:22.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNiruS7rdTIqlrdGUuMb6L9psPnkF4S7 { top:7.5625rem;left:10.6875rem;width:37.0625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCKaEM8NtbzFSXCJkTakhg4hmSDngC6C { top:11.3125rem;left:11.5rem;width:36.25rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h { top:17.875rem;left:9rem;width:38.75rem;height:;font-size:1rem;display:block; }#DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #S6falQUbSrzO97uXJwmOVWJRhvTRhtRy { top:25rem;left:15.25rem;width:32.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgwXtNMofQN4ML8S2BxOwT7SpBfoqzta { top:31.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksInGHugXvtrGvgJslv0GRaloQZbCQdp { top:26.25rem;left:17.75rem;width:30rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb3Jev7eT9rusUrTpcEPc6IUwy6tNdtE { top:31.1875rem;left:20.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvW3CRrw3px1Tn2kdZcTduMGv1METv5 { top:31.25rem;left:18.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm5onDVqye3XJBp2Hxa6MtXiT7HP7pfu { top:31.25rem;left:35.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4VMzgTIUlK41Tm2UH8N8ngqgLN0fMf4 { top:3.8125rem;left:17.625rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimuRiyaWZQF4DKWIDRbQMwwLIdODbpF { width:22rem;height:1.1875rem;top:4.4375rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { display:block; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { top:12.625rem;left:36.0625rem;width:8.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { top:12.625rem;left:37.125rem;width:10.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znpMHOOnd0agUp7StEs2tRFroENUTJ9V { top:1.25rem;left:0rem;width:5.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { top:5.125rem;left:0rem;width:20rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { top:2.5625rem;left:15.125rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { top:2.5rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5B8pSmTTMnAgzo3bpJOBIMuhhQK2epO { top:4rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h { display:none; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 { top:1.625rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }#KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea9fb83eaab912ba901a8a6bb96fb3279d2a6c33.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { background-color: transparent; background-image: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { display: none; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .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); }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { border-width: 0; border-radius: 0; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWJwv50aAJwREgHi8HVxkhb0vxJFlpuQ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcgVTfKl4HOaETqQU1Tvi44RrXg8SO3i { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#ELglqnZNDXhq1E9L3OTbiFEbhzLHbbxk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #eHEvHzlnwl3UbKGZEoW9Eb8qmO4g5UkU { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PcVdle6lwNSFKgMSt7Xu32Xrfwu6QEVw { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x92b3tQGN5ba4VN6qXeQbULwvlhHIfN4 { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Hw9dR1POEDBtQvrCTs4rbZhPeuEv7H3U { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDE2AXa8dbluqN62NyG1CMC6ZWSTTmcr { width:3.75rem;height:3.75rem;top:1.8125rem;left:8.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #xt6VBN87KHFfBCsypaKRlWPax4X0NMAR { width:0.875rem;height:0.875rem;top:4.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdsuSmRz9mR73voSvNPwcVSTlMrdxpmE { width:3.75rem;height:3.625rem;top:7.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmGupyZHJNo6bbl5qMIoWrSq30kt3bvh { width:3.75rem;height:0;top:11.3125rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Gnqo95pnqpVgqVUa9qeu2Cl1yA1dC0mP { width:6.875rem;height:3.6875rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rSbAhsquED3vhb52aTtheN1mdIssDZ { width:13.875rem;height:auto;top:2rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GkxGknPGTPSIA0LmMdTSWfGThuBiyQZM { width:3.75rem;height:3.75rem;top:7.5625rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhOOevVO3N0aiSBNCRIAw4AitDsAkARn { width:3.75rem;height:0;top:11.3125rem;left:15rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #K6uywGyNs5MUG5R4MwEB4Aw7UTrHEs2t { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Df2NgHyTGTVdQQwGDLB8ONw6UcVcVoMf { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyJecKSe0yXqTc6nsADaFXDyl3ktMHvL { width:3.75rem;height:0;top:11.25rem;left:8.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HNE0RHIlLwSamaBNykt233v4dQ67qNQR { width:3.75rem;height:3.75rem;top:7.5rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XINoqbwQrmTdpcZRK53lhfEm6980kGsz { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlGcLtaysSXnBNMt56AeBX7vqRE1i7qH { width:4.0625rem;height:4.0625rem;top:1.25rem;left:12.5rem;overflow:hidden;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 { background-color:rgba(var(--color-tertiary-2),0.44);background-image:url("https://images.assets-landingi.com/uc/0b3f1975-7c69-473f-8484-eb40c32193de/newroof.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0.adaptive-delivery-prevent-bg, #CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0.lazyload, #CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0.lazyloading { background-image: none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container { background-color: transparent; background-image: none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container > .video-iframe-container { display: none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row > .video-iframe-container { display: none; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .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); }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container { border-width: 0; border-radius: 0; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiF5R8pUGzz36vRv0fS0iIwIxglsBJb0 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r10OuKTF7HWTcrEOwS1b4psRMNqIqkVK { width:5rem;height:7.1875rem;top:7.8125rem;left:13.8125rem;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xu2OZQMqu96IgA4tA0NHap8tgzi6DNlJ { width:2.5rem;height:2.5rem;top:8.4375rem;left:15rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #GGx4ne02tkMXgxl91gQqpwMoV0CTZUsy { width:3.75rem;height:2.625rem;top:11.5625rem;left:14.375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hu1NtdXEtTXyGaaTFWDay2LrTn0vTimC { width:5rem;height:7.1875rem;top:7.8125rem;left:7.5rem;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.1);display:block; }
 }@media only screen and (max-width: 763px) { #C5PBQH7ThM8uAVOfdwDF49WQeEi2TE49 { width:2.5rem;height:2.5rem;top:8.5rem;left:8.75rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l4PCM9L7To5CpGsRl9soEphwlsU79b2V { width:3.75rem;height:2.625rem;top:11.5625rem;left:8.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #opTcUH0fI7tEDJRHTEqhoxn2hOaIWZqJ { width:5rem;height:7.1875rem;top:7.8125rem;left:1.25rem;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9wAkboJVKeDxUexrdcIA6rKB9bhJwZV { width:2.5rem;height:2.5rem;top:8.4375rem;left:2.5rem;z-index:15077;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DklCTh4Di7U1T5eN4ax0PKXWFBGyITBv { width:3.75rem;height:2.625rem;top:11.4375rem;left:1.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #unAWcZegT6TpRTDb8l1eIEDGQSzX5GcF { width:15.0625rem;height:0;top:1.83740234375rem;left:1.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(var(--color-tertiary-0),1);z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #yd9oASIR2bZCPFOweKv6dlqsyIK13seg { background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/e0e84b29-c7ed-4966-8bec-e10079053e51/team5.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg.adaptive-delivery-prevent-bg, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyload, #yd9oASIR2bZCPFOweKv6dlqsyIK13seg.lazyloading { background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { background-color: transparent; background-image: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row > .video-iframe-container { display: none; }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .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); }#yd9oASIR2bZCPFOweKv6dlqsyIK13seg > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGM7hTGF27dfKXaNQ0cIoFAxZntSTHR9 { width:20rem;height:3.5996125rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XNNGuSIfyl7RQJBew6Ot6IS87bDew3no { width:20rem;height:0;top:8.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KmduFLUBbHP7sFarfDJRGblTVFNmqk3Q { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCxwhuQn8PMedDTkfrOpfnQLxKUlZMEJ { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #PkZIIFsK3tiP1pUSSBpixAZshy8l9Svs { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #goprHxtpZrAMl8zGn0cXimc1hfCcqyt9 { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #tIVEsszfIh4V0oC3ddNEtahFIiRWnNOM { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #O1BHZewNcCOwWHTWlIr6QclbV62eWXvC { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA { width:20rem;height:0;top:16.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#JmTn3HkoHZKeNMg8Oa6gERkviur4pdQA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #hHIAJwEsVnpT1CHlFBnBTLWzwXsfpCAA { width:17.5rem;height:1.2749rem;top:1.6005859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #r0fkKTzMITLwumotHcQT9laZ9cvqxTfd { width:17.5rem;height:1.875rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MJCFoLxLJh0OFSXyNf4hCoAJGSN9c2wM { width:20rem;height:25rem;top:13.75rem;left:-0.125rem;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #Wbn7tbnyxh7awL6bvw22V5EShFsz1vz8 { width:17.375rem;height:16.4375rem;top:15.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3CbQedMxGTx3Ox66I8ADGTgRDBbaOFb { width:20rem;height:11.25rem;top:41.25rem;left:0rem;z-index:15010;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZHCfAeA4q2VRED6hkx0JvUTokmFXv7qN { width:10.6875rem;height:1.2749rem;top:50rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OLMLnah9Z3JTKSyuLPT4bk9aSI1wZXXU { width:1.25rem;height:1.25rem;top:50rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79xJTon69eUd7M0WiN0zI05egekDfVJ { width:17.5625rem;height:6.499rem;top:42.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WNWpRygpnX87ncNLvC2CU7iIVcThZpsi { width:1.25rem;height:1.25rem;top:50rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #laxaD8fF4ETbPSp31u4TMgIyI01oHqr3 { width:10.625rem;height:0;top:66.2255859375rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #WupbkzWinnX4WyKT7QCyLbnDrTJO5st1 { width:20rem;height:3.8994125rem;top:8.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #W2lsfNLl5KtL5rN8KsHI30ple7Gym29R { display:block; }#W2lsfNLl5KtL5rN8KsHI30ple7Gym29R > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBtdG7AiyV9pkt0hR6K3C5aHzABgM4Am { width:20rem;height:12.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfJJGukp6LRdp6CcApJRgES2KwhAhIEZ { width:20rem;height:5.60595625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwFIUcTH4xehQgFeuStQeH6WHNox1HXa { width:20rem;height:14.29780625rem;top:23.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PvJGhoBpC7kbDzlowaUHcpx9EmSClWGx { width:20rem;height:1.29980625rem;top:43rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uwJSfGkVhn0gnKAZJQR3THEuLA6E6W8Z { width:20rem;height:2.5rem;top:39.9375rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qeiyg1C8CyggqJChJocJ85uqDZddMPoH { display:block; }
 }@media only screen and (max-width: 763px) { #zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U { display:block; }#zX1JhHPbpgpnE7KevrzlDOaraOAoBz5U > .row .container { width:20rem;height:156.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRw4oxFgPqJ8KvTMlWBs2iO3KPB4JWsv { width:20rem;height:12.5rem;top:14.9375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz0ZxLdaMdxmOUXwG1SeRFClsFWMOpmM { width:20rem;height:17.5rem;top:27.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LtOpikT2TvcCMTGCu1MyCUoxs2SyMQ8e { width:17.625rem;height:1.19970625rem;top:28.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f1lrPIlWXBuOt24aMJTTADUs8z2CtJMQ { width:17.5625rem;height:10.3984375rem;top:30.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Prf0QaCIt4VJpi5iOkp8d5a84xnxigV4 { width:1.25rem;height:1.25rem;top:42.5rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JWF3TDoNCMfKwTDgTEypm2W3x88WRMN3 { width:14.5rem;height:1.2749rem;top:42.5rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SzvsVS5SzeNEZDo3IfVKQsKtyioTNIZT { width:1.25rem;height:1.25rem;top:42.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRLVwhyks9IQHPmTgv5VvMhWgeTBtytR { width:20rem;height:18.75rem;top:93.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wDGZbP4w8w3IqTy8ThyJuLJIGxi7G0cr { width:1.25rem;height:1.25rem;top:76.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDqxTtFM58I8JlxSd96xUs3TLdrH54gm { width:17.5rem;height:11.69825rem;top:96.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HiChEDg5e2XtUN57sMvzgPuVaE1ZTXJq { width:20rem;height:12.5rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUMecxnmxhXt9Q77UkmQqmL29rDm9U4g { width:17.5rem;height:1.19970625rem;top:95rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M5AfFoVxppTrF8Vnu7e8HeKz7neTJ4Jd { width:14.5rem;height:1.2749rem;top:109.9375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ri1aNthER3zUA9EbO5T4El5sKMSGEgmC { width:1.25rem;height:1.25rem;top:109.9375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ozdx8vWUAph1BOOuzHlHTbZfy74QFlS4 { width:20rem;height:18.75rem;top:60rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #bPuDDUAd1GghaqQ41gBLi6WptMvya06v { width:1.25rem;height:1.25rem;top:109.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLtPoq86A0R7QcWX2mPDsiHMI1iJa4a { width:17.5rem;height:11.69825rem;top:63.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tbzaUEK5df71dtTSZe7HXhNlxXpKvxsT { width:14.5rem;height:1.2749rem;top:76.1875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uzG6kfiSeNWqZJkzh3nBFAmEK5og3ThO { width:17.625rem;height:1.19970625rem;top:61.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ms0b8bvkJ9snzoa0d1JQVrThvXHzanHr { width:20rem;height:12.5rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trzxi62Gs98pVUi8gkzWNDh9MhoNTcEq { width:1.25rem;height:1.25rem;top:76.1875rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DdszE3AiM1Sso3b2hwasGWgamwhzFuU1 { width:20rem;height:18.75rem;top:127.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #iClLsTvnVdIDEsUcc0AOdkFg1eQyHMTd { width:1.25rem;height:1.25rem;top:143.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNpsOQKks2tZ2DwoVfysOO8UX9TGG8Cc { width:17.5rem;height:11.69825rem;top:130.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PTwtXmL8SZhE0vsEfTCTnbwGJDckQyFn { width:13.25rem;height:1.2749rem;top:143.6875rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iDXhNG4TynlrztPMG6Cw9KFoe5eh60un { width:18.3125rem;height:1.19970625rem;top:128.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tSdLNmmLwL5zVa6ZxScmxCCVhnuCk4Jf { width:20rem;height:12.5rem;top:114.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1XsTUL6wdbqaa6MsCfRnub6eD5aR0KE { width:1.25rem;height:1.25rem;top:143.6875rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dgeqlmNgOTaxk1qJ79ayKfaN11lk0IAS { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QW69u1TueW3seJJdasiEi8TxciBiZdP3 { width:20rem;height:5.19921875rem;top:7.5rem;left:0rem;font-size:1rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #aBA9hosxc8Xt4TOvE1XAATyHoVG82lnu { width:16.25rem;height:1.29980625rem;top:151.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lS6WsWm7F2kHdaRPPn72fg2oeoCM5ZA2 { width:20rem;height:2.5rem;top:148.6875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OQ8fozt2gZheJceIxu6em7g8lpHTV9JH { display:block; }
 }@media only screen and (max-width: 763px) { #GbiirLFCzLStJzORQrV9DX2952kaHOcL { width:3.1875rem;height:0.9746125rem;top:25.9375rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #alg08ZgJlQW25Gr0udehWC1H9Lsp8XIb { width:5rem;height:2.1875rem;top:25.3125rem;left:0rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #yurN0zLJzFAl6nXa5ev7fNozPcSOCRe4 { width:5rem;height:2.1875rem;top:25.3125rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #uWZWrJ6SomfKQ2iB0q9VaNeWmPihauCu { width:3.1875rem;height:0.9746125rem;top:26rem;left:15.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #fovzbTXwoh2QXvr0eCBkKV4urgZT73FS { width:5rem;height:2.1875rem;top:91.5rem;left:0rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #zflsKoSZXkPKcqHAATmJQ1EsSmT3k949 { width:3.1875rem;height:0.9746125rem;top:92.1875rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #FHV8KHKtfKZfqTCq2rnHxZKTXaB5IwlN { width:5rem;height:2.1875rem;top:125.25rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #TvOcnLyIivvbIeyxPPJKBPffUuDTRGK8 { width:3.1875rem;height:0.9746125rem;top:125.9375rem;left:15.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #sCea0R5iC7ru7b1pCsqNFHg1luVOrVys { width:5rem;height:2.1875rem;top:57.8125rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #uW9CFSSoT3Ub26wROi2WchxvyUM1Bmbd { width:3.1875rem;height:0.9746125rem;top:58.5rem;left:15.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #ro93WXklHEunJ5IzHuVGggdSqByfeTI0 { width:5rem;height:2.1875rem;top:91.5rem;left:15rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #foSkE4Rl8iHykk54dKOMqRnzUrUhBPuz { width:3.1875rem;height:0.9746125rem;top:92.1875rem;left:15.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #Ffb7JqUBVKvk02yMIwrAuHDUKH9itApk { width:5rem;height:2.1875rem;top:57.8125rem;left:0rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #zyO08CD4BGGZMUPNBBVeJROZSd16XSq9 { width:3.1875rem;height:0.9746125rem;top:58.5rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #AAF9P5qg5eTuFQPOoq1DvylTi9ICdwFd { width:5rem;height:2.1875rem;top:125.25rem;left:0rem;box-shadow: none;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #qlGQwq73A3lnvaPpIR7cAb19B03VytgE { width:3.1875rem;height:0.9746125rem;top:125.9375rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 { display:block; }#TuFTAqdfzv2GhpBL4gVrluTgUpLw0ru3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNJXVwla8SgpEIhQ1I9E3bF0TqKz7Ky6 { width:5.6875rem;height:3.125rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NIhBiXab0TWGxIrrOTe7tCXyMTlVzNL9 { width:3.5625rem;height:3.5625rem;top:1.40625rem;left:15.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zBMJ9vMlcg0OPkFTNcLT7OmNS5xvLpBC { width:4.125rem;height:4.125rem;top:0.90625rem;left:7.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SqJ1LreaV4D62eMuJFgBTw9CcKynPbTg { width:5rem;height:4.375rem;top:43.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVEQmTNnsACIuMqcNXS1GT1yXrbXFTnp { width:10rem;height:6rem;top:28.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr { display:block; }#cTadWfCbE4UaFMOfKVPq9zTJ63mbTTIr > .row .container { width:20rem;height:197.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTiXU9luc9s6MHBPbZfFfk1anKfuXN4I { width:20rem;height:12.5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtsxcbQqgoPHmTlNIE6rFexmPvexue24 { width:20rem;height:16.25rem;top:22.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QhTi6cH5MSBlZgRTcMgLcywQdsn7nkCD { width:17.625rem;height:1.19970625rem;top:24.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yJmyTyOWWMTU224ZR8HKgiqzU8B6A78c { width:17.5625rem;height:10.3984375rem;top:27.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #oCxiA3FXOcVNIzTeXw7zX9E0lrQpaHKC { width:20rem;height:16.25rem;top:53.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SvxINEfT6EX1kCtwqwWbNL4L3ra6zP9l { width:17.5625rem;height:10.3984375rem;top:58.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NAymdNUsweRLwqJrkHmPI7Ek4HUGk8iH { width:20rem;height:12.5rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0bKUfbCSd5H8xNCSPn6DVXuZEriHkL { width:17.625rem;height:1.19970625rem;top:56.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BL11dexkXTkPCRTSSDG0SDbyvmks2pbw { width:20rem;height:13.75rem;top:84.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #A4z1Syig1LffimallMpNPUs9Lz5Mc72W { width:17.5625rem;height:7.79883125rem;top:89.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #M0bWzTcvBwlV0VDtGwJBe3Kz8VD18fBS { width:20rem;height:12.5rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJSRXnp0AQPQPbO8SpKr3zizHTmhuPy { width:17.625rem;height:1.19970625rem;top:87.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gOLms8v9CRmUcXxlKbTJbla7PaWIwdTh { width:2.5rem;height:2.5rem;top:21.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XduxkaK5c0pfUiw0birz2MncU9WVTR6R { width:2.5rem;height:0.9746125rem;top:21.875rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #PMKizuCGlTMrbDruqUymD4F2muVhPtNh { width:2.5rem;height:0.9746125rem;top:53.125rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #UegAxQxfDPrtwl66ZHr7fvseIq3VqFxd { width:2.5rem;height:2.5rem;top:52.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ice4Gu7ZGAPTZLtZ2yCsM5ddFffcoL { width:2.5rem;height:0.9746125rem;top:84.375rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #S8fQ4eFBaZnUWsxM3uyk0EBnoyyHzLU0 { width:2.5rem;height:2.5rem;top:83.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh00AeECuq0pCmFPzw2PnxqDvFl84cqI { width:20rem;height:16.25rem;top:172.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kgfsJ3CuIBlpGfb7vgzGwc48s48TIsOa { width:17.5625rem;height:10.39841875rem;top:176.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Ed8FNfr5nnHfysJRPMDxbGrvZrKrTirg { width:20rem;height:15rem;top:143.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RfJ4ZI38VDicEeJU1I7n70Tyaz6wDvS3 { width:17.5625rem;height:9.0986375rem;top:148.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #X0qVZ4PDfUqscSu7ybuo0xAxOiI4waE9 { width:20rem;height:16.25rem;top:113.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DSl3RFRV7arXSuDHi1Et220e1CkdGXgK { width:17.625rem;height:1.19970625rem;top:116.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CFl2AxfvJxtaeGBEnJRlXZLngX3lofn6 { width:17.5625rem;height:9.0986375rem;top:118.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Tlf5SIOStaDQv5eTF1SO9faAe86xJ27k { width:17.625rem;height:1.19970625rem;top:146.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IgsS6QTSUv0m5SRH4aMhSaHamEbGfItD { width:17.625rem;height:1.19970625rem;top:174.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #umroLQgdJy3QhEGAyERRavs5gt72RTxL { width:2.5rem;height:2.5rem;top:142.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkASx9NOe2Nt1swqUbyWNprL5XXX6T15 { width:2.5rem;height:2.5rem;top:171.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPmncH6OzDXvC2cDWovS2OJPgyKhkdK { width:20rem;height:12.5rem;top:101.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDboG2lMrgHdoaonr4fqIQBNaSB4kVAf { width:20rem;height:12.5rem;top:131.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5T2AoiCM36dpCmURPlKyhPtNTT1KybZ { width:20rem;height:12.5rem;top:159.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rKwXpf4O59oPCaJpVwViy5Hi8OUAqs { width:2.5rem;height:0.9746125rem;top:143.125rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #q7taxAJy8pDs5G0Z2IcsCTHvNVD3BmOw { width:2.5rem;height:0.9746125rem;top:171.875rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #MG92UMGSzF67a4T9ruKf9V5dQNVVUvcV { width:2.5rem;height:2.5rem;top:112.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIRFZk7qrzQ1rV4RUKgdBDtJ6P6Cle7C { width:2.5rem;height:0.9746125rem;top:113.125rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #paxGAvZTstXymMsTOVU3OW6Bptr4vfMM { width:20rem;height:5.60595625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omStnEQrPIZEq3FDvCymGMzFUD1nQpvK { width:20rem;height:2.5rem;top:189.9375rem;left:-0.1875rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ATXi3aKGqeqxLdRR1EGzUVWzztaPQxBN { display:block; }
 }@media only screen and (max-width: 763px) { #wwLms85TomThRwxE1HS3BMTOwE1sfZTB { width:20rem;height:1.29980625rem;top:193.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU { display:block; }#TJHhaUF6LzT9SvpIJ7XTWd6PtUz2PdgU > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2brIHphTv4U5InKC4b5i74w1NGcWZ9Z { width:20rem;height:5.60595625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVHiTOAyfsDmvbrU8Tyd4P82EfafdfS { width:3.75rem;height:3.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJa758fkSmOuBtM39oMo6invfKBlfFG { display:flex;width:1.875rem;height:1.875rem;top:10.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NMOqVb7dFkF6pXfs9NutU0Ckugyl2lRF { width:0.0625rem;height:7.5rem;top:24.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5s8Zr687zVzy821TkT26zETWsukqNn5 { width:13.875rem;height:1.29980625rem;top:9.9375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MOMvPpbNJTLN7wc6htDQ2SU7aALDv9z5 { width:15.0625rem;height:2.5996125rem;top:11.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gRrmsvG0o1aQWF44TrLtRI1pTm9ydF { width:3.75rem;height:3.75rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOiVEVTcHdTx7mlvhFAZDJIQkhZJXNU { display:flex;width:1.875rem;height:1.875rem;top:20.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aDdtB5GFbtMb4ZWxTtC42SdhdPNbLQg4 { width:15.0625rem;height:6.499rem;top:21.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoeQAwqtZkRZbMqS8Qk1HHbxeM4JmkPs { width:15rem;height:1.29980625rem;top:19.9375rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k3bcuzTXSv9RbDMS83XSTgwKiiPTXiTf { width:15rem;height:6.499rem;top:34.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWWSO6n0URhQEeLd7pyMtm4HoUHJRQsd { width:15.0625rem;height:1.29980625rem;top:32.4375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BT880t6zmTd7n2kL1g3IrA8WiCCHK1Ue { width:3.75rem;height:3.75rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIt19rH6KA3vqFh4CuZ5K5JFtgbv7RZg { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cyxm3QIDqH4etSKuq5L0S3hbWFCKTlck { width:0.0625rem;height:5rem;top:14.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM { display:block; }#Tw4WTJnOMyaOn1mh5Nb0GI1q0MP5fvpM > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4OFbZrgCXK7ouETTqxs59TPrzacgeCz { width:20rem;height:12.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPETdwU6KannkQaix11awnHZ5DdJ6PJ { width:20rem;height:5.60595625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbmTy5vQXgES9ZXwxhZJwIPvskELThaE { width:20rem;height:18.19724375rem;top:23.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eAohMSGQJ0z2ISiagQBuGCeTGRANBoIM { width:20rem;height:1.29980625rem;top:48rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JHdgMEOb2AnvJdXH2TdHM3ZX4BRkJnub { width:20rem;height:2.5rem;top:44.9375rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V5pUqx7pth2PJ2gorW62eisPaZKRSitu { display:block; }
 }@media only screen and (max-width: 763px) { #o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { background-color: transparent; background-image: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container > .video-iframe-container { display: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container { display: none; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .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); }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { border-width: 0; border-radius: 0; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0FqbmvETyiXQksDxkO3QhiubBHJL6PJ > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDFJLKdFwFtctQBZTe41H7Xt2JTtMJt { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#HsQBLCrvwDZuQP3DcyG5sfeOPx5aVu5X > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TXvTBoO06FEABv8hbZ5u8v44x0muFRJs { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ns0XwJDCoA6sSA15RgDhr7OqyiKArTtz { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wwJ5abpZg8gniZMcKgzMAgVoTXOXBurN { width:5rem;height:4.8125rem;top:20rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDhTBtUfGe39lyFL7oZTkQTsfGFIRLv { width:5rem;height:3.14941875rem;top:25.625rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wmgCVenfAK9ycFN400yQ4TzvxtFN4dB2 { width:5rem;height:5rem;top:31.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLQcbLLEMFebkcwrwyDxD26OResIsCkJ { width:5rem;height:3.14941875rem;top:36.875rem;left:12.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sWy8I3X7CvyGTcWTA4AzBkTgVpMAH9vo { width:0.0625rem;height:5rem;top:2.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDtpHe4UGyTnELigMq9xvo5ftKm6dOlc { width:0.0625rem;height:10rem;top:16.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrTnfxaXhnUH1F9oNBp9FwabNofZT4QX { width:5rem;height:3.14941875rem;top:25.625rem;left:12.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lkD7znZR6AafNF8Ws7zF79Im5HUxT1q2 { width:5rem;height:5rem;top:20rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugrDdmE96NiGF0dzkKV3g0inPBgzWLc3 { width:5rem;height:5rem;top:31.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgeQ5u6ppdHHSDNoN6Ifok1ll4kFZ4P7 { width:5rem;height:3.14941875rem;top:36.875rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sqgEyTJsctlWq20PWZcGCq7nqqZ8TisM { width:0.0625rem;height:10rem;top:16.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrb15AxIprXEudn93zhJUIwaefU0NeZ5 { width:0.0625rem;height:10rem;top:16.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2EyU8Dud7sCvda7kTT8EucSzxaflBbt { width:20rem;height:5.60595625rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8ahgcOcS8pDoMvefyn7wkqaxyXssqq6 { width:20rem;height:7.7988125rem;top:9.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TctUOxFMbuJCovXGsARmxZemhknG7uEi { width:20rem;height:2.5rem;top:41.5rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uyhDf521L7ZZXBnMOPSVW5siK4gc1OCp { display:block; }
 }@media only screen and (max-width: 763px) { #Bp8ErXlG4Z4IQabyOuIImQ8oTbttxLsd { width:15.125rem;height:1.29980625rem;top:45.0244125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o { display:block; }#pOOJ15MniHPDrGnOwBKiFTrT7N7eHm2o > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWrGmWDbENnrSUXXCybvdyvFwRT9mR8A { width:20rem;height:3.73730625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVpyIp42CGHT7siVo2zQDl98emodQ0l4 { width:20rem;height:2.5996125rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKQ2dN4lTfhxVUqUTPPFHleTnKqpQt9 { width:20rem;height:2.5996125rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdViXTzg9Zw5Gqcu2N3G98Q3uKfHmLmZ { width:20rem;height:7.7988125rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6l2LPOzsTuloLoMebImbP8V3xHtGxNb { width:20rem;height:9.098625rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0JSD9ldN8XZkNHE6MVSBX76cmxNTrAH { width:20rem;height:2.5996125rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdQu1i79TJxB0aTB8UbMDPaMFrgfrnmU { width:20rem;height:5.19921875rem;top:44.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmVURQvOJU07CbnTmTv65Rq1imaUKKW { width:20rem;height:1.3808625rem;top:42.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOzMlW2cmvOAoF6EpSF2TNVcT9Fui3EO { width:20rem;height:6.499rem;top:80.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWfXCqTRNzC2PvSpg3ZIEhXtokD9B2D0 { width:20rem;height:1.3808625rem;top:78.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmvVSgkToc4VzntWDuHsDE3fkpw9CTAA { width:20rem;height:9.098625rem;top:66.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQ3qPakpJTKgXnRZ1NpV4SLRwxe8c2A { width:20rem;height:1.3808625rem;top:63.55615234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8P0OWCV4mZWVTO1iLcRKTWlNRIwfbe { width:20rem;height:5.19921875rem;top:56.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEHJzyxl54sM9AkTVxbTQB4n3UfQqxCw { width:20rem;height:2.76171875rem;top:53.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDkJgykhadXLc3EEA2tqpRZXsv8UbQhq { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg5vAwWTKuHFaxOVH33J4mZbr7eXlzg7 { width:20rem;height:0.0625rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr06m2wxuk3BHo1QfWFsLdALVTp5w3T { width:20rem;height:0.0625rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8LPuaC5wglUaHsST5z6DtGSkwopc1e { width:20rem;height:0.0625rem;top:89.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuVBGTVQ4P6gLsXPz9Sxx7L2F2lL980 { width:0.0625rem;height:37.5rem;top:89.8735625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix5GeuAZ4r0qdt4Lck0Ot4pZF3vdG1lQ { width:20rem;height:0.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFtKP8iEskvn9fS6OePMgkq5NtfU5Tc8 { width:20rem;height:0.0625rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWgTgsK9rD3eD8ve2QuT09eLWRtaS4e { width:20rem;height:0.0625rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDz3fpOgzXpt5WriJsuOQB1697oSuc30 { width:20rem;height:0.0625rem;top:132.5610625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 { display:block; }#HQuyMGOxEV4oyIifmwX4LVGWD3TOZUv2 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lde0oFkoEIvwPLhKrPoUt1Cw4Wrhnizl { width:20rem;height:28.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C58auv2dBtc0hVcw6la552xJ8OPgxAUa { width:15rem;height:3.73730625rem;top:5.1875rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #impDB9h0maNSvsaL3xAJRdtzVm4lIeCH { width:15.0625rem;height:11.69825rem;top:10.1875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e55pBgZN0ZXyW6pqOmISsexE0cTHbLTn { width:17.5rem;height:2.5rem;top:24.5rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ruC2nQw6oF8cv2QOymIlFaTW2e7UATMu { display:block; }
 }@media only screen and (max-width: 763px) { #aXam44hezlCCKRGhnqoXnwvva2WFJeP0 { width:17.5rem;height:1.29980625rem;top:27.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07217dd6-6170-4f52-ae7c-7b8e1801e221/garagedemolition1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.adaptive-delivery-prevent-bg, #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.lazyload, #JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9.lazyloading { background-image: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { background-color: transparent; background-image: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container > .video-iframe-container { display: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row > .video-iframe-container { display: none; }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .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); }#JseF5HP2xO4RZQvEbpuqnTQVSTcyzLe9 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zquLpa4EOHGZb2NtSmuchk21GcnJAhbm { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAROBEpIKV2hkTTTlbesXRc6ecZQsc8L { width:17.5rem;height:20rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNiruS7rdTIqlrdGUuMb6L9psPnkF4S7 { width:20rem;height:1.86865rem;top:32.5rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCKaEM8NtbzFSXCJkTakhg4hmSDngC6C { width:20rem;height:7.7988125rem;top:35.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h { width:20rem;height:5.82421875rem;top:44.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#DcSlZeVndq52IiSA8TPzbkCwdx7mDS7h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #S6falQUbSrzO97uXJwmOVWJRhvTRhtRy { width:20rem;height:11.25rem;top:52.4375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CgwXtNMofQN4ML8S2BxOwT7SpBfoqzta { width:1.25rem;height:1.25rem;top:61.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksInGHugXvtrGvgJslv0GRaloQZbCQdp { width:17.5rem;height:5.19921875rem;top:53.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Vb3Jev7eT9rusUrTpcEPc6IUwy6tNdtE { width:14.5rem;height:1.2749rem;top:61.1875rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #psvW3CRrw3px1Tn2kdZcTduMGv1METv5 { width:1.25rem;height:1.25rem;top:61.1875rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wm5onDVqye3XJBp2Hxa6MtXiT7HP7pfu { width:10.625rem;height:0;top:57.89065rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #b4VMzgTIUlK41Tm2UH8N8ngqgLN0fMf4 { width:20rem;height:2.5rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pimuRiyaWZQF4DKWIDRbQMwwLIdODbpF { width:20rem;height:auto;top:4.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi { background-color:#f5f5f5;background-image:none;display:block; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { background-color: transparent; background-image: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row > .video-iframe-container { display: none; }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .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); }#cbBCKwIELtGSB9aCFVIcC5fw2BOgfeJi > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkH5WAvliSM8qkLd8Rk4RQ0uDwhdIfGU { width:20rem;height:1.13720625rem;top:27.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #u9XT9Xvx9mzi4n5xMBDHplT1Q8k6Tgw2 { width:5.125rem;height:0.9624rem;top:29.0625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HXgJkVL870EeAntkTOrqZWVVtacRX1Sd { width:6.5rem;height:0.9624rem;top:29.0625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #G52vDGcWJ9dDGhtylvrcwPNuUgFhtuvB { width:5rem;height:0.9624rem;top:29.0625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #znpMHOOnd0agUp7StEs2tRFroENUTJ9V { width:6.375rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OhGm1gCWbF8ESg1xRnzT2ciSteu7DJLx { width:20rem;height:4.4619125rem;top:6.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #G9SkpicMlrvQK9Cm5oZ4iJOXEFyzHmRs { width:20rem;height:7.43653125rem;top:12.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bT18NvRoRw3K9TKRFe5MPOlsiw5pp09r { width:15rem;height:1.2246125rem;top:22.39990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E5B8pSmTTMnAgzo3bpJOBIMuhhQK2epO { width:10.5625rem;height:1.6875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container { background-color: transparent; background-image: none; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container > .video-iframe-container { display: none; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row > .video-iframe-container { display: none; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .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); }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container { border-width: 0; border-radius: 0; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f06zhXLlHiGnJ3EsIFs9x7sc3CHN4M6h > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 { top:0.625rem;left:3.125rem;width:14.75rem;height:2.4375rem;z-index:15000;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);font-size:1.625rem;line-height:1.5;color:#ffffff;display:block; }#KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KpvEZMZtdd1DCgNqzrp0eE1k1EJKTkt4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea9fb83eaab912ba901a8a6bb96fb3279d2a6c33.svg); }
 }