.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,214,216;--color-primary-1:254,133,139;--color-primary-2:253,51,61;--color-primary-3:252,0,13;--color-primary-4:100,3,4;--color-secondary-0:255,231,231;--color-secondary-1:184,164,164;--color-secondary-2:136,103,103;--color-secondary-3:82,62,62;--color-secondary-4:56,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:167,167,167;--color-tertiary-2:88,88,88;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@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:#121012;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { background-color: transparent; background-image: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container > .video-iframe-container { display: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container { display: none; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .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); }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { border-width: 0; border-radius: 0; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#CVoUGFb8ohINqe4gI66gpWwP823JU400 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10.4375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#IRdTRH3IWMPOTl60RAd8hgzFnhIafCBh { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #9e0b0c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(120deg, #9e0b0c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(120deg, #9e0b0c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(120deg, #9e0b0c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0b0c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0b0c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(120deg, #9e0b0c, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:2rem;left:61.0625rem;display:block; }
#x9BHlIMDdC0zgJ47igpDLGOF8Z0ZMbTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EproEODcoV9OAlcZ6bQFs3bZbx5Whr0d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:2.9375rem;left:26.875rem;display:block; }
#QaRkTXXhpkRzAPrM5IGayQ5GvrHuz3sC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMwD9qBstzvqkxJffTTJet8zkdfJzaGT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:2.9375rem;left:34.3125rem;display:block; }
#GGpzpf4lSCdToGfUcs877TCc2QXe4n9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z92TAtDyoIgQTFmz9MgT8cZbb0BUMUl3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:2.9375rem;left:41.8125rem;display:block; }
#yqmvm2VlT1SdEbEZdyFNOAvlBX9KEUMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OABXKsQ5mi6RbOP6tk8TFXwF7wdUr4Qr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:2.9375rem;left:49.3125rem;display:block; }
#mTyDQrp9TSFAZ9atPwc2nQKEWdCDLNgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IyEIolLJ4mfAfXsO3Lo5UxT1cxTc7Udq { position:absolute;display:block;z-index:15051;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:5.375rem;top:31.5625rem;left:21.6875rem;overflow:hidden;display:none; }
#QEWot2tZl26taMHrBJCJ2fsGxTP1DRbb { position:absolute;display:block;z-index:15052;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:5.1875rem;top:31.5625rem;left:28.6875rem;overflow:hidden;display:none; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6433477f-6a24-46d8-87a1-d3a7a88e837a/contractorsinstallinginsulatinggaragedoorgaragedoorsealgaragedoorreplacementgaragedoorrepaircontractorsinstalling109176493.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#f8f9fb;display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.14);top:9.2861328125rem;left:0rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { color:rgba(var(--color-tertiary-0),0.61);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:7.25rem;left:50.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { position:absolute;display:block;z-index:15042;height:30rem;width:23.625rem;top:11.625rem;left:49.6875rem;display:block; }
#CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(244,232,232,0.33) ;height:34.375rem;width:27.0625rem;top:7.8125rem;left:47.8125rem;display:block; }
#W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:6.5rem;overflow:hidden;display:block; }#W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_326ceee83f3f8651ab437f772c4165de9ba60a67.svg); }
#iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { background-color:#f89b23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"titillium web";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.1875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:27.537502288818rem;left:2.0625rem;display:none; }
#CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEX0itUCqQsvOtFqQmrEqEEfltlJxsyl { position:absolute;display:block;z-index:15056;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.625rem;width:18.75rem;top:31.5625rem;left:0rem;overflow:hidden;display:block; }
#cXoiWxSdL3grdGlVXJiBy6JSIPgahCVi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:32.994140625rem;left:5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av { color:rgba(var(--color-tertiary-1),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:18.6875rem;left:17.4375rem;height:4.1875rem;overflow:hidden;display:block; }#SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ccab98da13abb8cfaf6c152f4868e580c2871998.svg); }
#K9avLA7cH18gkbm8KCGCRiZ5O9a8kx52 { position:absolute;display:block;z-index:15052;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:5.1875rem;top:31.5625rem;left:28.6875rem;overflow:hidden;display:block; }
#TQ2B0FwKO8OJUDnJJVEkMm0vuR3RmDvn { position:absolute;display:block;z-index:15051;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:5.375rem;top:31.5625rem;left:21.6875rem;overflow:hidden;display:block; }
#dT771R8C1aOHFMRTd0LBQeJ7UJw5WO0V { box-sizing:content-box;height:7.125rem;width:27.1875rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.8125rem;left:47.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AFobWmywSvaD4TZzJtxZ7eZKRF6xOvfn { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5rem;left:49.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LeC42Jbr9VaTcvEeiDmM4OIrEnUtaug3 { box-sizing:content-box;height:2rem;width:8.875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#vQ30QTtnHu4wTsO48vnxZuQvTJBsvJXR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.724609375rem;left:1.09375rem;height:1.4619125rem;display:block; }
#NJSibXKyHq2x3xTbPv6zShg5RA6tJJiM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:6.75rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:31.5rem;left:0rem;display:block; }
#hJQKQeLGyxw6ERkEBO3nvU2wDGb5yO0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS { 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; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container { background-color: transparent; background-image: none; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container > .video-iframe-container { display: none; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row > .video-iframe-container { display: none; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .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); }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container { border-width: 0; border-radius: 0; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#QtOcud9EXAvp1q2B7QWHIfXZK5ou5FNb { position:absolute;display:block;z-index:15002;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.4375rem;width:75rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#DcIhyexhW9bewBih4PHuvZsup85cIeyq { position:absolute;display:block;z-index:15002;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.5rem;width:75rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#bP7WKHloBaiInBuaEsBGA9kv0Tfce1N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:17.46875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #380b0b, #780809);background-image: -moz-linear-gradient(120deg, #380b0b, #780809);background-image: -ms-linear-gradient(120deg, #380b0b, #780809);background-image: -o-linear-gradient(120deg, #380b0b, #780809);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#380b0b', endColorstr='#780809' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#380b0b', endColorstr='#780809' );";background-image: linear-gradient(120deg, #380b0b, #780809);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container { background-color: transparent; background-image: none; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container > .video-iframe-container { display: none; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row > .video-iframe-container { display: none; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .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); }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container { border-width: 0; border-radius: 0; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#L63On1uZZmOhfwoqeVRWENTWEBovv1CN { color:rgba(var(--color-primary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.5rem;left:10.375rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#rdkcA6L7G19WmHV9zCxsrFD0TXnHg6ai { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:33.25rem;left:0.9375rem;display:block; }
#LZFsqDbtFATfwBpukJfGr7mLTnhRWplC { color:rgba(var(--color-primary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.625rem;left:5.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#LZFsqDbtFATfwBpukJfGr7mLTnhRWplC li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#LZFsqDbtFATfwBpukJfGr7mLTnhRWplC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#TtEmpREWipmvIbHdoV3XXBJNfDC90eXq { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e395709-cc11-4aa9-a57e-2803dc2cf968/1.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;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:18.4375rem;left:0.9375rem;display:block; }#TtEmpREWipmvIbHdoV3XXBJNfDC90eXq.adaptive-delivery-prevent-bg, #TtEmpREWipmvIbHdoV3XXBJNfDC90eXq.lazyload, #TtEmpREWipmvIbHdoV3XXBJNfDC90eXq.lazyloading { background-image: none; }
#UGlVTS7MHgwhotHWKzdOupJwo4veyACu { position:absolute;display:block;z-index:15002;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:15.0625rem;left:0.9375rem;display:block; }
#TvfwRoBBA05lWAB8WC0vIUTUEDRd74Mh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:16rem;left:4.75rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtpW4VTCGLZN3Vmso59bbWIsbPLTu9Hf { position:absolute;display:block;z-index:15005;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:33.25rem;left:25.9375rem;display:block; }
#hSx44TvWT9zl5KkifPPHu3RGHoa2qihu { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.625rem;left:30.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#hSx44TvWT9zl5KkifPPHu3RGHoa2qihu li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSx44TvWT9zl5KkifPPHu3RGHoa2qihu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#PdxleeTbmbNhe8BQH4iuWqxZF2pN0gEK { position:absolute;display:block;z-index:15007;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:15.0625rem;left:25.9375rem;display:block; }
#bFA73IMObv5RVaATQZdmXs4z0Gepf37b { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:16rem;left:26.75rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVrKTKXB7SEBuMSO0onBg4LillPg2yIb { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81266cbd-f854-4ef4-b39f-cdbde2a23354/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:18.5rem;left:25.9375rem;display:block; }#bVrKTKXB7SEBuMSO0onBg4LillPg2yIb.adaptive-delivery-prevent-bg, #bVrKTKXB7SEBuMSO0onBg4LillPg2yIb.lazyload, #bVrKTKXB7SEBuMSO0onBg4LillPg2yIb.lazyloading { background-image: none; }
#mzewT2POu0ltTeVkGgg3gEMrZP0mLf3K { position:absolute;display:block;z-index:15010;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:33.3125rem;left:50.9375rem;display:block; }
#IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.6875rem;left:55.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#DJC5rR9tvqtKURefiQnPIh5lMN4b1mmn { position:absolute;display:block;z-index:15012;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:15.125rem;left:50.9375rem;display:block; }
#NPqxMexnTmyU03bG785az5VvZbLGoats { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:16.0625rem;left:51.75rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#otESMLu9giPVT3Lq75c4itThO5ywgBkR { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cadcd4bb-423e-4b89-aa14-be7379735f60/3.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;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:18.5rem;left:50.9375rem;display:block; }#otESMLu9giPVT3Lq75c4itThO5ywgBkR.adaptive-delivery-prevent-bg, #otESMLu9giPVT3Lq75c4itThO5ywgBkR.lazyload, #otESMLu9giPVT3Lq75c4itThO5ywgBkR.lazyloading { background-image: none; }
#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(240deg, #780809, #380b0b);background-image: -moz-linear-gradient(240deg, #780809, #380b0b);background-image: -ms-linear-gradient(240deg, #780809, #380b0b);background-image: -o-linear-gradient(240deg, #780809, #380b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#780809', endColorstr='#380b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#780809', endColorstr='#380b0b' );";background-image: linear-gradient(240deg, #780809, #380b0b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container { background-color: transparent; background-image: none; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container > .video-iframe-container { display: none; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row > .video-iframe-container { display: none; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .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); }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container { border-width: 0; border-radius: 0; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;position:relative;display:block; }#F63idr8dM5mHwb56RQ1grqHLF18J6S3N { background-color:transparent;background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-3),1);border-left:0.125rem dashed rgba(var(--color-primary-3),1);border-right:0.125rem dashed rgba(var(--color-primary-3),1);border-bottom:0.125rem dashed rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:54.4375rem;left:11.125rem;display:block; }
#UMouVMHSMEoaFSxa3nQGRHeahPvpRzke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIA1uqvaq9lJWyeD5LhQOZ9lq54yqaaO { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;top:46.6875rem;left:10.1875rem;overflow:hidden;display:block; }
#SIcuGEMH7V2wfhNGI1AIyUzx3ml2RhXq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:6.75rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:46.625rem;left:10.1875rem;display:block; }
#AvMBF93ufDXTDDrwNQpDOf9OwrFOSQOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qizS0B6A8CvcdeXhCUlMEEfmEbHzprsP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:48.125rem;left:15.1875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1lJgidBMc8vmSZTSohGPaaCL3ruMe6V { box-sizing:content-box;height:22.6875rem;width:55.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.1875rem;left:8.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.66) ;display:block; }
#rM44ZnPBV3peNu6BnVQ4UELfrmcfH0iQ { color:#9e0b0c;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15067;line-height:1.4;letter-spacing:0;top:43.9375rem;left:35.8125rem;height:2.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gpbqcqE0LyqGlz9DUwR2d6tRD2o5DXBG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:47.125rem;left:32.875rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#va29yEyVsRB1dSwC8Tzhp0cTsAETCumu { 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; }
#qd31AAxiOBT16EXu4pDwzexgkeR6BuVr { position:absolute;display:block;z-index:15025;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:20.5rem;left:50.9375rem;display:block; }
#uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.875rem;left:55.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#SPd3kiACbFlhnrS7mUXxy0ARhzTKgVvQ { position:absolute;display:block;z-index:15020;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:20.4375rem;left:25.9375rem;display:block; }
#gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#nUfmNf2PFyEWciadMTEnKCBZVDooRboK { position:absolute;display:block;z-index:15015;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.18) ;height:13.4375rem;width:23.125rem;top:20.4375rem;left:0.9375rem;display:block; }
#VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz { color:rgba(var(--color-primary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.8125rem;left:5.875rem;height:10.6465rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
#gk8XySsaTJcltzhT3Ut5v7R1olZ169gI { position:absolute;display:block;z-index:15027;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:2.3125rem;left:50.9375rem;display:block; }
#rO4OGDfCvAfUMVOTFSqPwlf8ClEPV10a { position:absolute;display:block;z-index:15017;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:2.25rem;left:0.9375rem;display:block; }
#CF5MrHEydsTCHxJuLTxP2gv9aRxWJdDe { position:absolute;display:block;z-index:15022;background-color:#9e0b0c;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.4375rem;width:23.125rem;top:2.25rem;left:25.9375rem;display:block; }
#oBIRZyTgNSdvTkioLx5PRnLgEQtbPHe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:3.25rem;left:51.75rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnLkh7oTuv16V0UzDIwCX5ONAkJf4iy7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:3.25rem;left:4.125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fuf7p6zMW2XEsxuQBdvpyp67bttzmgt0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:3.1875rem;left:26.75rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ { position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbde7f5a-b21c-4d00-a01f-2f5ef8f5e2dd/4.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;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:5.6875rem;left:0.9375rem;display:block; }#hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ.adaptive-delivery-prevent-bg, #hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ.lazyload, #hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ.lazyloading { background-image: none; }
#z18tXP8UnD4yI3SKqL7BtuU8TNESs46R { position:absolute;display:block;z-index:15070;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ca1a74f-02a1-4814-b4b6-c407261fbee6/openerinstallation.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;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:5.6875rem;left:25.9375rem;display:block; }#z18tXP8UnD4yI3SKqL7BtuU8TNESs46R.adaptive-delivery-prevent-bg, #z18tXP8UnD4yI3SKqL7BtuU8TNESs46R.lazyload, #z18tXP8UnD4yI3SKqL7BtuU8TNESs46R.lazyloading { background-image: none; }
#MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L { position:absolute;display:block;z-index:15071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef183802-dbc9-4d06-858f-80a1ae028db5/springreplacement.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;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.52) ;height:14.8125rem;width:23.125rem;top:5.75rem;left:50.9375rem;display:block; }#MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L.adaptive-delivery-prevent-bg, #MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L.lazyload, #MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L.lazyloading { background-image: none; }
#q5z9V6C2RnTdNBJMp2Db5XUl7nDAVRe3 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:35.75rem;top:53.3125rem;left:31.3125rem;overflow:hidden;display:block; }
#pwABdODlMNE1PfNogXGDBT3mneqhNNfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container { background-color: transparent; background-image: none; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container > .video-iframe-container { display: none; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row > .video-iframe-container { display: none; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .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); }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container { border-width: 0; border-radius: 0; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#PKFashsTbAqvdctWJEIBiP4U4FLMSDnn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.5rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#K8FtyLl5rx1eHU583fvaAvHQIOfvTZT3 { 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:31.8125rem;width:41.875rem;top:8.4375rem;left:31.8125rem;overflow:hidden;display:block; }
#XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:15.53125rem;left:3.5rem;height:17.625rem;overflow:hidden;display:block; }#XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
#gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:15.53125rem;left:17.5rem;height:15.0625rem;overflow:hidden;display:block; }#gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
#xTQZ3ZULpnryi32OiGAIWT0WNJ078hrv { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-0),0.3), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-0),0.3), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-0),0.3), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-0),0.3), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.3)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.3)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-0),0.3), rgba(var(--color-primary-4),1));background-size:auto !important;top:12.46875rem;left:0rem;display:block; }
#G5t0epNRcOPP3dubWEvXDMQspO4GJMVV { background-color:transparent;background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-3),1);border-left:0.125rem dashed rgba(var(--color-primary-3),1);border-right:0.125rem dashed rgba(var(--color-primary-3),1);border-bottom:0.125rem dashed rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.625rem;left:20.0625rem;display:block; }
#uT61KXAJroepyzvVws3Odbanye8XVWwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfl8LtpLf4I7TOxSaL2udGfyhqQNWdBr { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;top:40.3125rem;left:0rem;overflow:hidden;display:block; }
#PsCLrP331rq0pwWBPG1llLKGuTzOziBJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:6.75rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:40.25rem;left:0rem;display:block; }
#IaT9xKkgp9qRelVdL83wOZOUgw3RCys9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gi1uKLTkbE7EBS3aUuoIcVt7e3AWey8D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:41.75rem;left:5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container { background-color: transparent; background-image: none; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container > .video-iframe-container { display: none; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row > .video-iframe-container { display: none; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .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); }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container { border-width: 0; border-radius: 0; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#WMOiDtr5hFXoBeKUW53yZC5LeVXL4ouW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:18.4375rem;left:0rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leCEEryozJzfLT89pecGGcSfJ6cITAJN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.5rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.17;top:10.125rem;left:3.75rem; }
#VkFn1dggLk8rJsRJb9AHrTAoT9gXDwTE { box-sizing:content-box;height:26.125rem;width:17.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.8125rem;left:18.0625rem;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; }
#tf0Tp6yM1nZ9hsZLbkbhzIGvBVCoUDwE { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:14.125rem;left:19.65625rem;height:13.125rem;display:block; }
#isPwmIJVXWNTAw3oPmBWtkW13Vfy7dZs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.2353515625rem;left:22.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#Q6cDglLRg5uTWgAxRh0py9b9bzNM5lLB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.5986328125rem;left:32.09375rem;overflow:hidden;display:block; }
#swRKkV26csyM4yFgmWtRgUI2iFdfDTbD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.125rem;top:12rem;left:19.65625rem;overflow:hidden;display:block; }
#aA20XfdLgCZd2yJqq0shC2qyySM6bdof { 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:2.6875rem;width:2.6875rem;top:8.3125rem;left:19.65625rem;overflow:hidden;display:block; }
#VpzcIv8uBAmoqxKnSmt0kPK6weOauCek { box-sizing:content-box;height:26.125rem;width:17.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.8125rem;left:37.875rem;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; }
#i3iHiw7bS7dZC3LQ5JiaDAhC8iAHKi00 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:14.125rem;left:39.5rem;height:14.4375rem;display:block; }
#JgSizcPCnkwmBqsbpbgKPgHItbQVycwT { 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.5625rem;width:8.125rem;top:12rem;left:39.5rem;overflow:hidden;display:block; }
#V2zCGoverrm2P0bGAT77d8iyqbKWbRbk { 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:2.6875rem;width:2.6875rem;top:8.3125rem;left:39.5rem;overflow:hidden;display:block; }
#HxVUxeT10dzAeip8Wa8DZh5QH9XRksoO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:42.75rem;height:1.29980625rem;font-style:normal;display:block; }
#atw3IXVpGwUuhQk0xmUVAUZ0equ8tzT4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.625rem;left:51.9375rem;overflow:hidden;display:block; }
#sIfsaAUw6BhwH2B95BtDIaNDm7hvRN0L { box-sizing:content-box;height:26.125rem;width:17.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.8125rem;left:57.5625rem;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; }
#dPZGgcMXEg4JPSQnGkQTCKXTwoDDA8Ns { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.125rem;left:59.1875rem;height:11.8125rem;display:block; }
#e46XlacmAU5fgpakEqocXN4dMndSzVus { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.125rem;top:12rem;left:59.1875rem;overflow:hidden;display:block; }
#InV83Nb17UgfhrMsmMdt3X02AtmKZwC8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:8.3125rem;left:59.1875rem;overflow:hidden;display:block; }
#UQUBXbbySfCgqgHlO2ndSdFT9ms24rp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.25rem;left:62.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#NQmgv5gOUewTPvC7nadWUKs2qub0v3Cm { 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.875rem;width:1.875rem;top:8.625rem;left:71.625rem;overflow:hidden;display:block; }
#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC { 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; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container { background-color: transparent; background-image: none; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container > .video-iframe-container { display: none; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row > .video-iframe-container { display: none; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .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); }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container { border-width: 0; border-radius: 0; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#EGhvTAt5zJIh8aaRa9OJUGZznBU6xdtA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#TRm2IdUMsyO3wWsDn9pqTcA27OI8fH3D { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.125rem;height:1.4619125rem;display:block; }
#Q2DU8o9lFVgxZehCpBchrkEAIorz3uAO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.125rem;height:1.4619125rem;display:block; }
#pdcq4qBkWUuxC6XocrrRo8r9gDTddpqe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#aor8VN7dtEbVvk7qRbw7dKccVdqtz3yE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.0625rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#THfMC1kTSGdODlWlwmhLGDTQigry6kdX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.875rem;left:4.125rem;height:1.4619125rem;display:block; }
#RlM7oozhe1P5oxwPZWSVJxTuXHrGET2T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.875rem;left:23.625rem;height:1.4619125rem;display:block; }
#tlkk0O5S8Jab6DaTkV2xl87tzTPuXOmK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.625rem;height:1.4619125rem;display:block; }
#JibViAaW1XknqxSq47RyWfkHABgPyyMv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.875rem;left:19.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#rGhvNsvQtztxEBhEsbqHCGOt7VPeoFtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:23.625rem;height:1.4619125rem;display:block; }
#ei6XqnrvSBdFHRhs9AzsuXHOOIGedduF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14rem;left:19.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#hsp99Ne6UMIqZJZJZScEdB3sUt9EQO27 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.0625rem;left:19.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(100,3,4,0.37)); }
#yQgPSkMVrGrvmIhG6TvdpiB5IoHZAGru { background-color:transparent;background-image:none;border-top:0.125rem dashed rgba(var(--color-primary-3),1);border-left:0.125rem dashed rgba(var(--color-primary-3),1);border-right:0.125rem dashed rgba(var(--color-primary-3),1);border-bottom:0.125rem dashed rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.0625rem;left:20.0625rem;display:block; }
#fM3Vt0C6scTdpe7CpcrnC7309MsFtudS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTPbToRB4XXXyOB23ExTVrqwxFmfPtNA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;top:26.75rem;left:0rem;overflow:hidden;display:block; }
#Jti3zkTH8J9wTxo1eUTW8a7sJideQQRU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:6.75rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:26.6875rem;left:0rem;display:block; }
#ZpTnDydwtsIRMUd2aV4O6gC9SEqtcoJp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmEPSXLkgw4NMFiHqSVBMwD3SrorkD4o { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:28.1875rem;left:5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRX3s22pvsQGxl4uGbe2NcyAK737SbmS { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:29.75rem;top:5.9375rem;left:45.25rem;overflow:hidden;display:block; }
#hxmxnzoef362fvkxk3PT53HrCS77fUva { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U { 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; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container { background-color: transparent; background-image: none; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container > .video-iframe-container { display: none; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row > .video-iframe-container { display: none; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .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); }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container { border-width: 0; border-radius: 0; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#hIlZxvXFuNV2c8BlhfR3vApKkNAqqM1N { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.125rem;top:18.4375rem;left:1.9375rem;display:block; }
#OOh8J0N2D6pUXXfuJpZCmqXIeLAZuigy { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.1875rem;left:11.96875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CH35FTrrkLVFArso0TMhPV5xA87sKlka { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.5625rem;left:3.15625rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3J7wFaTSh4W4BytRGMPFShNMyOZlgGI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#NRCDzVALmCcR02TWZkHxoiCRiLETaEKL { color:#747474;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:10.3125rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSuqT5425hzx6Cf2oKITerUtzb3yJ4SZ { 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:15012;opacity:1;top:22.5rem;left:8.0625rem; }
#L4oCarsr7rbyVpPGGLn7W1AIT3yxXRRT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:14.63671875rem;left:8.90625rem;overflow:hidden;display:block; }
#Nfi8awqJOwBgJPhCdUESx9P5Ja4KiHal { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.125rem;top:18.4375rem;left:26.9375rem;display:block; }
#E4orQ5lAiqxutR0QsVRKBX1ifkHA4eBL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.5625rem;left:28.1875rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NfJsMJCrP8pfZdRma4TNRTyyi7X7hqES { 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:15017;opacity:1;top:22.5rem;left:30.5rem; }
#XUiqT18NrFuI6iVlFqWtczls39fAEgHX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.205078125rem;left:33.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xhTL6kT3Jzy6VCI3wccm7I4DiW6gg1HL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:14.625rem;left:33.9375rem;overflow:hidden;display:block; }
#hskhXzAmQGHo2eqzrbT18wKrPnIvGbDP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:21.125rem;top:18.4375rem;left:51.9375rem;display:block; }
#peSKBUpIFylTWD9oylSm2cyv6rDu8P9a { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:26.5625rem;left:53.15625rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dUnQQFKheBmiPcqTmfQxQyTosZxRFIAk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.2939453125rem;left:58.6875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MIo0DVlaAnRaGDTyEAiE7uWAR1uAXFBe { 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:15022;opacity:1;top:22.5rem;left:55.0625rem; }
#k9AFOf5w5KVlGhTd8Nt5sLQmWCdZLoZI { 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:7.1875rem;width:7.1875rem;top:14.625rem;left:58.9375rem;overflow:hidden;display:block; }
#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container { background-color: transparent; background-image: none; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container > .video-iframe-container { display: none; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row > .video-iframe-container { display: none; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .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); }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container { border-width: 0; border-radius: 0; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:75rem;position:relative;display:block; }#Z42VmqkZ7AVIHd7x61hBPOMPIF0H9p0Q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:16.125rem;left:2rem;display:block; }
#C9eG61dBxRCdAsnMsr3dsCIDuUTsMm5a { 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:9rem;width:13.625rem;top:12.9375rem;left:5.75rem;overflow:hidden;display:block; }
#dgGd63hOH7tsqkmycGZgbdxxLyXxlgyR { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.1875rem;left:2rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3Xi8zQnDxM3uGHKN0dXtEbQGVXT8n0w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:25.75rem;left:3.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnJ5q3BJnrUJdyt1H7UNcQTPu9cm7pAc { color:#292929;display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.72);top:6.3125rem;left:16.4375rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#cr0NwMdkLpNFnU4BTw5TTZDqVxl7eSne { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:16.1875rem;left:26.875rem;display:block; }
#VJGDl6gSQEB6QAXG9DLfugrsE7zAukuq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:15.0625rem;top:13.4375rem;left:30.625rem;overflow:hidden;display:block; }
#d1yQPeNmBJIrafM0s70LioWL1B9FL4cW { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.1875rem;left:26.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CygzXvMDW54JkH18OPf5ZiK8zc4EMgU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:25.75rem;left:28.1875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxpwySWmkIrZrLlLNzHCu3zUaQsKr9A8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:16.125rem;left:51.9375rem;display:block; }
#E2TcUSyF951CnLxvFe8msaTyBRq0U58o { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:12rem;left:58rem;overflow:hidden;display:block; }
#x9CJvxuz2UxPI7SQfJgnZXbtCeLf683d { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.1875rem;left:51.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksKE8S0LRaXsx6CKgOot7PQ9z0rUazcX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.75rem;left:53.1875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yy0vw1FOhqLx4u1ENOre3TWy94WvmgE6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:46.125rem;left:2.1875rem;display:block; }
#xwNBR6JXHVoIZmH8mrGKiT5psw3y7CnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:56.25rem;left:3.375rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XNPJp8Qq2KlnlRl0LBB2HST9Uls1hz7A { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.6875rem;left:2.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JB1fa3aQhrKpP6dk1C5t6ICd6zTxXhRu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:21.875rem;top:41.4375rem;left:1.75rem;overflow:hidden;display:block; }
#pkguW9QxNVHzGSId8SPN32USFPFAUdTp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:46.1875rem;left:27.0625rem;display:block; }
#qmHQg51hd2uBwARbqOQK9AiePTv4ns7d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:56.25rem;left:28.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e72m0TvI4qxBi6fFBKPaTVTmQu4muX47 { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.6875rem;left:27.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pRrDJ4hu4FJNI2sxQ2fufyl87U9984Lb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:17.5625rem;top:42.9375rem;left:29.5625rem;overflow:hidden;display:block; }
#zPeuoZBDXNwcRVlT3bShOWbHv0GFkhgF { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:21.875rem;width:21.125rem;top:46.1875rem;left:52rem;display:block; }
#hF1PToBSwEDzuwEJsv05VV2crw2T5PJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:56.25rem;left:53.375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeLcvN9XAoMPTvybAFNaFr3URTXiJAb6 { color:#9e0b0c;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:53.6875rem;left:52.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZScwuE7oCM5AU38unyaRDNohnZBw1SR { 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:12.0625rem;width:12.0625rem;top:41.75rem;left:55.6875rem;overflow:hidden;display:block; }
#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { background-color: transparent; background-image: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container > .video-iframe-container { display: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row > .video-iframe-container { display: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .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); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { border-width: 0; border-radius: 0; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#fFoJCunPzQB19GI3aVvxQoqsLUni5XbB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#hCkdiAK3QpLkABspKoBuo1staRSqb5aQ { color:rgba(var(--color-secondary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:9.625rem;left:0rem;height:3.1484375rem;font-style:normal;display:block; }
#B5kiK328Maz1e4MbbWLCfmCnzshWOiV4 { background-color:transparent;background-image:none;border-top:0.125rem dashed rgba(var(--color-secondary-0),1);border-left:0.125rem dashed rgba(var(--color-secondary-0),1);border-right:0.125rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.125rem dashed rgba(var(--color-secondary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:4rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:15.75rem;left:20.625rem;display:block; }
#TDzFJn8XyLDVUbb8gIdONtMXcHTU2V3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4BJuerCug5nVWQALNOy8K00bQphCCuS { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;top:15.3125rem;left:0rem;overflow:hidden;display:block; }
#ToOJ87qZuua2Tku32dq2XoDlLE3qFaqE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:6.75rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.25rem;left:0rem;display:block; }
#sk6lNbUf2rWFgAlzx8tWZf4Qou12FmET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVn5dSQrVVJM59XTuqmOGGUaofVGPAxz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.75rem;left:5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eB6v4r6pXJpcNbIhVBV2ZX2tCs2bO9Zg { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:33.6875rem;top:1.8125rem;left:41.3125rem;overflow:hidden;display:block; }
#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container { background-color: transparent; background-image: none; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container > .video-iframe-container { display: none; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row > .video-iframe-container { display: none; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .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); }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container { border-width: 0; border-radius: 0; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#CyzmM6MJw5PiITqiSvlF612Lb5ZzBBak { position:absolute;display:block;z-index:15047;height:30rem;width:23.625rem;top:2.9375rem;left:12.1875rem;display:block; }
#F8Sk2IzFlINaWVvwyic6VdUcMnSHBWNZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),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;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-4),0.39) ;height:32.5rem;width:26.875rem;top:1.6875rem;left:10.5625rem;display:block; }
#uybrEGrXhDsJLSgdXA4TZsZXv7dLFwu3 { color:rgba(var(--color-tertiary-0),0.61);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:15.875rem;left:39.25rem;height:3.1484375rem;text-align:left;text-align-last:left;display:block; }
#N5lgRmHoLbuWxTZmKbEBxRurATH9XAPr { box-sizing:content-box;height:26.25rem;width:27.1875rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5rem;left:37.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TszWyXHIMHOrKCcXwTNfdpq6OQJSgLQd { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:10.55078125rem;left:39.28125rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObiXr5cabC4ScrnzMEKudKNtPW0pKNiq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:6.25rem;left:35.125rem; }
#tQUmDCGZhmDwyDfbKkkQppoxGDHdT9TV { position:absolute;display:block;z-index:15067;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.0625rem;width:5.0625rem;top:2.5625rem;left:58.625rem;overflow:hidden;display:block; }
#UZxTxapzhzsMFawQspPbst1FTe4kFOxh { position:absolute;display:block;z-index:15068;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:5.1875rem;top:2.59375rem;left:51.9287109375rem;overflow:hidden;display:block; }
#aDaGWQwIfhCKmJoT8Xg5mJiLADzutZSh { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:27.3125rem;top:21.6875rem;left:37.375rem;overflow:hidden;display:block; }
#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { background-color: transparent; background-image: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container > .video-iframe-container { display: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row > .video-iframe-container { display: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .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); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { border-width: 0; border-radius: 0; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#f41918adf51a20977afb85159a5b9b4641757145 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.80859375rem;left:22.28125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R { position:relative;display:none; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R { border-width: 0; border-radius: 0; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .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; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .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:5.125rem;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; }#VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#H6lcfnohnX3ipVBe05s555tXrdcSUy4V { 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; }
#QftD3qezM8iWuabyvuuHEbZH7ZUaL2cL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3rem;left:8.75rem;display:none; }
#PGZZx2FbpBKn4vg52nc4B57TvaxGkmf7 { box-sizing:content-box;height:12.5rem;width:12.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:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZV8BKJ06FvQCQw95iyQyVSBGgxFgqHmp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.1875rem;left:8.6875rem;display:none; }
#Z8kBVNQAyZpo89uiRuzCT4BQ3P3QFoZM { 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; }
#A3EaAbsRZlk6D7p7gVZ2nJEAbHBmM6SD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IZCX6HdVk6cs4on2f3ZyipMJTypHp7E6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { display:block; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVoUGFb8ohINqe4gI66gpWwP823JU400 { top:1.25rem;left:0rem;width:10.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRdTRH3IWMPOTl60RAd8hgzFnhIafCBh { width:13.9375rem;height:3.75rem;top:2rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9BHlIMDdC0zgJ47igpDLGOF8Z0ZMbTE { display:block; }
 }@media only screen and (max-width: 763px) { #EproEODcoV9OAlcZ6bQFs3bZbx5Whr0d { width:7.5rem;height:1.875rem;top:2.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaRkTXXhpkRzAPrM5IGayQ5GvrHuz3sC { display:block; }
 }@media only screen and (max-width: 763px) { #fMwD9qBstzvqkxJffTTJet8zkdfJzaGT { width:7.5rem;height:1.875rem;top:2.9375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGpzpf4lSCdToGfUcs877TCc2QXe4n9D { display:block; }
 }@media only screen and (max-width: 763px) { #Z92TAtDyoIgQTFmz9MgT8cZbb0BUMUl3 { width:7.5rem;height:1.875rem;top:2.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqmvm2VlT1SdEbEZdyFNOAvlBX9KEUMf { display:block; }
 }@media only screen and (max-width: 763px) { #OABXKsQ5mi6RbOP6tk8TFXwF7wdUr4Qr { width:7.5rem;height:1.875rem;top:2.9375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTyDQrp9TSFAZ9atPwc2nQKEWdCDLNgp { display:block; }
 }@media only screen and (max-width: 763px) { #IyEIolLJ4mfAfXsO3Lo5UxT1cxTc7Udq { top:31.5625rem;left:8.0625rem;width:5.375rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEWot2tZl26taMHrBJCJ2fsGxTP1DRbb { top:31.5625rem;left:15.0625rem;width:5.1875rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:39.9375rem;height:7.75rem;top:9.25rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { top:7.25rem;left:26.1875rem;width:21.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { top:11.625rem;left:24.125rem;width:23.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { width:27.0625rem;height:34.375rem;top:7.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 { top:18.6875rem;left:0rem;width:17.4375rem;height:6.5rem;font-size:1rem;display:block; }#W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_326ceee83f3f8651ab437f772c4165de9ba60a67.svg); }
 }@media only screen and (max-width: 763px) { #iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { width:20.1875rem;height:3.1875rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block; }
 }@media only screen and (max-width: 763px) { #kEX0itUCqQsvOtFqQmrEqEEfltlJxsyl { top:31.5625rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoiWxSdL3grdGlVXJiBy6JSIPgahCVi { top:32.9375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av { top:18.6875rem;left:3.8125rem;width:17.4375rem;height:4.1875rem;font-size:1rem;display:block; }#SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ccab98da13abb8cfaf6c152f4868e580c2871998.svg); }
 }@media only screen and (max-width: 763px) { #K9avLA7cH18gkbm8KCGCRiZ5O9a8kx52 { top:31.5625rem;left:15.0625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2B0FwKO8OJUDnJJVEkMm0vuR3RmDvn { top:31.5625rem;left:8.0625rem;width:5.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT771R8C1aOHFMRTd0LBQeJ7UJw5WO0V { top:3.8125rem;left:20.5625rem;width:27.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFobWmywSvaD4TZzJtxZ7eZKRF6xOvfn { top:5rem;left:23.625rem;width:24.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeC42Jbr9VaTcvEeiDmM4OIrEnUtaug3 { top:6.5rem;left:0rem;width:8.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ30QTtnHu4wTsO48vnxZuQvTJBsvJXR { top:6.6875rem;left:0rem;width:6.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSibXKyHq2x3xTbPv6zShg5RA6tJJiM { width:18.75rem;height:6.75rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJQKQeLGyxw6ERkEBO3nvU2wDGb5yO0a { display:block; }
 }@media only screen and (max-width: 763px) { #WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS { display:block; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtOcud9EXAvp1q2B7QWHIfXZK5ou5FNb { top:10.625rem;left:0rem;width:47.75rem;height:3.461875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcIhyexhW9bewBih4PHuvZsup85cIeyq { top:5.1875rem;left:0rem;width:47.75rem;height:3.5016666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7WKHloBaiInBuaEsBGA9kv0Tfce1N5 { top:2.125rem;left:3.84375rem;width:40.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g { display:block; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L63On1uZZmOhfwoqeVRWENTWEBovv1CN { top:3.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdkcA6L7G19WmHV9zCxsrFD0TXnHg6ai { top:33.25rem;left:0rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZFsqDbtFATfwBpukJfGr7mLTnhRWplC { top:34.625rem;left:1.3125rem;width:13.25rem;height:10.625rem;font-size:1rem;display:block; }#LZFsqDbtFATfwBpukJfGr7mLTnhRWplC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #TtEmpREWipmvIbHdoV3XXBJNfDC90eXq { top:18.4375rem;left:0rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGlVTS7MHgwhotHWKzdOupJwo4veyACu { top:15.0625rem;left:0rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfwRoBBA05lWAB8WC0vIUTUEDRd74Mh { top:16rem;left:0.1875rem;width:15.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpW4VTCGLZN3Vmso59bbWIsbPLTu9Hf { top:33.25rem;left:8.625rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSx44TvWT9zl5KkifPPHu3RGHoa2qihu { top:34.625rem;left:17.1875rem;width:14.25rem;height:;font-size:1rem;display:block; }#hSx44TvWT9zl5KkifPPHu3RGHoa2qihu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #PdxleeTbmbNhe8BQH4iuWqxZF2pN0gEK { top:15.0625rem;left:8.625rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFA73IMObv5RVaATQZdmXs4z0Gepf37b { top:16rem;left:10.25rem;width:21.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrKTKXB7SEBuMSO0onBg4LillPg2yIb { top:18.5rem;left:8.625rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzewT2POu0ltTeVkGgg3gEMrZP0mLf3K { top:33.3125rem;left:24.5rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv { top:34.6875rem;left:33.0625rem;width:14.25rem;height:;font-size:1rem;display:block; }#IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #DJC5rR9tvqtKURefiQnPIh5lMN4b1mmn { top:15.125rem;left:24.5rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqxMexnTmyU03bG785az5VvZbLGoats { top:16.0625rem;left:26.125rem;width:21.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otESMLu9giPVT3Lq75c4itThO5ywgBkR { top:18.5rem;left:24.5rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe { display:block; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F63idr8dM5mHwb56RQ1grqHLF18J6S3N { width:18.75rem;height:4rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMouVMHSMEoaFSxa3nQGRHeahPvpRzke { display:block; }
 }@media only screen and (max-width: 763px) { #LIA1uqvaq9lJWyeD5LhQOZ9lq54yqaaO { top:46.6875rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIcuGEMH7V2wfhNGI1AIyUzx3ml2RhXq { width:18.75rem;height:6.75rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMBF93ufDXTDDrwNQpDOf9OwrFOSQOg { display:block; }
 }@media only screen and (max-width: 763px) { #qizS0B6A8CvcdeXhCUlMEEfmEbHzprsP { top:48.125rem;left:3.375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1lJgidBMc8vmSZTSohGPaaCL3ruMe6V { top:41.1875rem;left:0rem;width:47.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM44ZnPBV3peNu6BnVQ4UELfrmcfH0iQ { top:43.9375rem;left:4.9375rem;width:26.8125rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbqcqE0LyqGlz9DUwR2d6tRD2o5DXBG { top:47.125rem;left:2.0625rem;width:29.6875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #va29yEyVsRB1dSwC8Tzhp0cTsAETCumu { display:none; }
 }@media only screen and (max-width: 763px) { #qd31AAxiOBT16EXu4pDwzexgkeR6BuVr { top:20.5rem;left:24.5rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG { top:21.875rem;left:33.0625rem;width:14.25rem;height:;font-size:1rem;display:block; }#uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #SPd3kiACbFlhnrS7mUXxy0ARhzTKgVvQ { top:20.4375rem;left:8.625rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P { top:21.8125rem;left:17.1875rem;width:14.25rem;height:;font-size:1rem;display:block; }#gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #nUfmNf2PFyEWciadMTEnKCBZVDooRboK { top:20.4375rem;left:0rem;width:23.125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz { top:21.8125rem;left:1.3125rem;width:13.25rem;height:10.625rem;font-size:1rem;display:block; }#VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #gk8XySsaTJcltzhT3Ut5v7R1olZ169gI { top:2.3125rem;left:24.5rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO4OGDfCvAfUMVOTFSqPwlf8ClEPV10a { top:2.25rem;left:0rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF5MrHEydsTCHxJuLTxP2gv9aRxWJdDe { top:2.25rem;left:8.625rem;width:23.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIRZyTgNSdvTkioLx5PRnLgEQtbPHe9 { top:3.25rem;left:26.125rem;width:21.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnLkh7oTuv16V0UzDIwCX5ONAkJf4iy7 { top:3.25rem;left:0rem;width:16.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuf7p6zMW2XEsxuQBdvpyp67bttzmgt0 { top:3.1875rem;left:10.25rem;width:21.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ { top:5.6875rem;left:0rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18tXP8UnD4yI3SKqL7BtuU8TNESs46R { top:5.6875rem;left:8.625rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L { top:5.75rem;left:24.5rem;width:23.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5z9V6C2RnTdNBJMp2Db5XUl7nDAVRe3 { top:53.3125rem;left:0rem;width:35.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwABdODlMNE1PfNogXGDBT3mneqhNNfd { display:block; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKFashsTbAqvdctWJEIBiP4U4FLMSDnn { top:8.75rem;left:0rem;width:23.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8FtyLl5rx1eHU583fvaAvHQIOfvTZT3 { top:8.4375rem;left:5.875rem;width:41.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D { top:15.5rem;left:0rem;width:12.5rem;height:17.625rem;font-size:1rem;display:block; }#XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
 }@media only screen and (max-width: 763px) { #gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm { top:15.5rem;left:3.875rem;width:12.5rem;height:15.0625rem;font-size:1rem;display:block; }#gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
 }@media only screen and (max-width: 763px) { #xTQZ3ZULpnryi32OiGAIWT0WNJ078hrv { top:12.4375rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5t0epNRcOPP3dubWEvXDMQspO4GJMVV { width:17.5rem;height:4rem;top:41.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT61KXAJroepyzvVws3Odbanye8XVWwz { display:block; }
 }@media only screen and (max-width: 763px) { #rfl8LtpLf4I7TOxSaL2udGfyhqQNWdBr { top:40.3125rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCLrP331rq0pwWBPG1llLKGuTzOziBJ { width:18.75rem;height:6.75rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaT9xKkgp9qRelVdL83wOZOUgw3RCys9 { display:block; }
 }@media only screen and (max-width: 763px) { #Gi1uKLTkbE7EBS3aUuoIcVt7e3AWey8D { top:41.75rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM { display:block; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMOiDtr5hFXoBeKUW53yZC5LeVXL4ouW { top:18.4375rem;left:0rem;width:18.125rem;height:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leCEEryozJzfLT89pecGGcSfJ6cITAJN { top:10.125rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFn1dggLk8rJsRJb9AHrTAoT9gXDwTE { top:6.8125rem;left:4.4375rem;width:17.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0Tp6yM1nZ9hsZLbkbhzIGvBVCoUDwE { top:14.125rem;left:6.03125rem;width:14.25rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isPwmIJVXWNTAw3oPmBWtkW13Vfy7dZs { top:9.1875rem;left:9.28125rem;width:8.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6cDglLRg5uTWgAxRh0py9b9bzNM5lLB { top:8.5625rem;left:18.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRKkV26csyM4yFgmWtRgUI2iFdfDTbD { top:12rem;left:6.03125rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA20XfdLgCZd2yJqq0shC2qyySM6bdof { top:8.3125rem;left:6.03125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpzcIv8uBAmoqxKnSmt0kPK6weOauCek { top:6.8125rem;left:24.25rem;width:17.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3iHiw7bS7dZC3LQ5JiaDAhC8iAHKi00 { top:14.125rem;left:25.875rem;width:14.25rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSizcPCnkwmBqsbpbgKPgHItbQVycwT { top:12rem;left:25.875rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zCGoverrm2P0bGAT77d8iyqbKWbRbk { top:8.3125rem;left:25.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVUxeT10dzAeip8Wa8DZh5QH9XRksoO { top:9.25rem;left:29.125rem;width:8.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atw3IXVpGwUuhQk0xmUVAUZ0equ8tzT4 { top:8.625rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfsaAUw6BhwH2B95BtDIaNDm7hvRN0L { top:6.8125rem;left:30.3125rem;width:17.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZGgcMXEg4JPSQnGkQTCKXTwoDDA8Ns { top:14.125rem;left:33.5rem;width:14.25rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46XlacmAU5fgpakEqocXN4dMndSzVus { top:12rem;left:39.625rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InV83Nb17UgfhrMsmMdt3X02AtmKZwC8 { top:8.3125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUBXbbySfCgqgHlO2ndSdFT9ms24rp5 { top:9.25rem;left:39.375rem;width:8.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQmgv5gOUewTPvC7nadWUKs2qub0v3Cm { top:8.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3Mx4vsA03m3RBF40VMved6XoEgXbPC { display:block; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGhvTAt5zJIh8aaRa9OJUGZznBU6xdtA { top:9.875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRm2IdUMsyO3wWsDn9pqTcA27OI8fH3D { top:10.6875rem;left:0rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DU8o9lFVgxZehCpBchrkEAIorz3uAO { top:14.8125rem;left:0rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdcq4qBkWUuxC6XocrrRo8r9gDTddpqe { top:14rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aor8VN7dtEbVvk7qRbw7dKccVdqtz3yE { top:18.0625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfMC1kTSGdODlWlwmhLGDTQigry6kdX { top:18.875rem;left:0rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlM7oozhe1P5oxwPZWSVJxTuXHrGET2T { top:18.875rem;left:10rem;width:20.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlkk0O5S8Jab6DaTkV2xl87tzTPuXOmK { top:14.8125rem;left:10rem;width:19.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibViAaW1XknqxSq47RyWfkHABgPyyMv { top:9.875rem;left:5.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGhvNsvQtztxEBhEsbqHCGOt7VPeoFtJ { top:10.6875rem;left:10rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei6XqnrvSBdFHRhs9AzsuXHOOIGedduF { top:14rem;left:5.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsp99Ne6UMIqZJZJZScEdB3sUt9EQO27 { top:18.0625rem;left:5.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQgPSkMVrGrvmIhG6TvdpiB5IoHZAGru { width:17.5rem;height:4rem;top:28.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM3Vt0C6scTdpe7CpcrnC7309MsFtudS { display:block; }
 }@media only screen and (max-width: 763px) { #qTPbToRB4XXXyOB23ExTVrqwxFmfPtNA { top:26.75rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jti3zkTH8J9wTxo1eUTW8a7sJideQQRU { width:18.75rem;height:6.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTnDydwtsIRMUd2aV4O6gC9SEqtcoJp { display:block; }
 }@media only screen and (max-width: 763px) { #lmEPSXLkgw4NMFiHqSVBMwD3SrorkD4o { top:28.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRX3s22pvsQGxl4uGbe2NcyAK737SbmS { top:5.9375rem;left:18rem;width:29.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmxnzoef362fvkxk3PT53HrCS77fUva { top:5.3125rem;left:0rem;width:46.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U { display:block; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIlZxvXFuNV2c8BlhfR3vApKkNAqqM1N { width:21.125rem;height:25rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOh8J0N2D6pUXXfuJpZCmqXIeLAZuigy { width:5.0625rem;height:1.75rem;top:23.1875rem;left:7.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH35FTrrkLVFArso0TMhPV5xA87sKlka { width:18.6875rem;height:14.375rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3J7wFaTSh4W4BytRGMPFShNMyOZlgGI { width:47.75rem;height:;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRCDzVALmCcR02TWZkHxoiCRiLETaEKL { width:47.75rem;height:2rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSuqT5425hzx6Cf2oKITerUtzb3yJ4SZ { top:22.5rem;left:3.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4oCarsr7rbyVpPGGLn7W1AIT3yxXRRT { top:14.625rem;left:4.34375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfi8awqJOwBgJPhCdUESx9P5Ja4KiHal { width:21.125rem;height:25rem;top:18.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4orQ5lAiqxutR0QsVRKBX1ifkHA4eBL { width:18.6875rem;height:14.375rem;top:26.5625rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfJsMJCrP8pfZdRma4TNRTyyi7X7hqES { top:22.5rem;left:16.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUiqT18NrFuI6iVlFqWtczls39fAEgHX { width:10.1875rem;height:1.75rem;top:23.1875rem;left:20.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTL6kT3Jzy6VCI3wccm7I4DiW6gg1HL { top:14.625rem;left:20.25rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskhXzAmQGHo2eqzrbT18wKrPnIvGbDP { width:21.125rem;height:25rem;top:18.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSKBUpIFylTWD9oylSm2cyv6rDu8P9a { width:18.6875rem;height:14.375rem;top:26.5625rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUnQQFKheBmiPcqTmfQxQyTosZxRFIAk { width:11.1875rem;height:3.5625rem;top:22.25rem;left:35.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIo0DVlaAnRaGDTyEAiE7uWAR1uAXFBe { top:22.5rem;left:32.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9AFOf5w5KVlGhTd8Nt5sLQmWCdZLoZI { top:14.625rem;left:36.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ { display:block; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z42VmqkZ7AVIHd7x61hBPOMPIF0H9p0Q { width:21.125rem;height:21.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9eG61dBxRCdAsnMsr3dsCIDuUTsMm5a { width:13.625rem;height:9rem;top:12.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGd63hOH7tsqkmycGZgbdxxLyXxlgyR { width:21.25rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Xi8zQnDxM3uGHKN0dXtEbQGVXT8n0w { width:18.6875rem;height:7.5rem;top:25.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnJ5q3BJnrUJdyt1H7UNcQTPu9cm7pAc { width:43.375rem;height:3.25rem;top:6.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr0NwMdkLpNFnU4BTw5TTZDqVxl7eSne { width:21.125rem;height:21.875rem;top:16.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJGDl6gSQEB6QAXG9DLfugrsE7zAukuq { width:15.0625rem;height:6.5625rem;top:13.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1yQPeNmBJIrafM0s70LioWL1B9FL4cW { width:21.25rem;height:1.625rem;top:23.1875rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygzXvMDW54JkH18OPf5ZiK8zc4EMgU6 { width:18.6875rem;height:9rem;top:25.75rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpwySWmkIrZrLlLNzHCu3zUaQsKr9A8 { width:21.125rem;height:21.875rem;top:16.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TcUSyF951CnLxvFe8msaTyBRq0U58o { width:10.875rem;height:10.875rem;top:12rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9CJvxuz2UxPI7SQfJgnZXbtCeLf683d { width:21.25rem;height:1.625rem;top:23.1875rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksKE8S0LRaXsx6CKgOot7PQ9z0rUazcX { width:18.6875rem;height:9rem;top:25.75rem;left:28.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy0vw1FOhqLx4u1ENOre3TWy94WvmgE6 { width:21.125rem;height:21.875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwNBR6JXHVoIZmH8mrGKiT5psw3y7CnQ { width:18.6875rem;height:9rem;top:56.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPJp8Qq2KlnlRl0LBB2HST9Uls1hz7A { width:21.25rem;height:1.625rem;top:53.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1fa3aQhrKpP6dk1C5t6ICd6zTxXhRu { width:21.875rem;height:11.75rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkguW9QxNVHzGSId8SPN32USFPFAUdTp { width:21.125rem;height:21.875rem;top:46.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHQg51hd2uBwARbqOQK9AiePTv4ns7d { width:18.6875rem;height:6rem;top:56.25rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72m0TvI4qxBi6fFBKPaTVTmQu4muX47 { width:21.25rem;height:1.625rem;top:53.6875rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRrDJ4hu4FJNI2sxQ2fufyl87U9984Lb { width:17.5625rem;height:8.75rem;top:42.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeuoZBDXNwcRVlT3bShOWbHv0GFkhgF { width:21.125rem;height:21.875rem;top:46.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF1PToBSwEDzuwEJsv05VV2crw2T5PJ5 { width:18.6875rem;height:10.5rem;top:56.25rem;left:28.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLcvN9XAoMPTvybAFNaFr3URTXiJAb6 { width:21.25rem;height:1.625rem;top:53.6875rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZScwuE7oCM5AU38unyaRDNohnZBw1SR { width:12.0625rem;height:12.0625rem;top:41.75rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW { display:block; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFoJCunPzQB19GI3aVvxQoqsLUni5XbB { top:2.5625rem;left:0rem;width:35.9375rem;height:5.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCkdiAK3QpLkABspKoBuo1staRSqb5aQ { top:9.625rem;left:0rem;width:27.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kiK328Maz1e4MbbWLCfmCnzshWOiV4 { width:13.4375rem;height:4rem;top:15.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDzFJn8XyLDVUbb8gIdONtMXcHTU2V3l { display:block; }
 }@media only screen and (max-width: 763px) { #c4BJuerCug5nVWQALNOy8K00bQphCCuS { top:15.3125rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOJ87qZuua2Tku32dq2XoDlLE3qFaqE { width:18.75rem;height:6.75rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6lNbUf2rWFgAlzx8tWZf4Qou12FmET { display:block; }
 }@media only screen and (max-width: 763px) { #LVn5dSQrVVJM59XTuqmOGGUaofVGPAxz { top:16.75rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6v4r6pXJpcNbIhVBV2ZX2tCs2bO9Zg { top:1.8125rem;left:14.0625rem;width:33.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy { display:block; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyzmM6MJw5PiITqiSvlF612Lb5ZzBBak { top:2.9375rem;left:0rem;width:23.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Sk2IzFlINaWVvwyic6VdUcMnSHBWNZ { width:26.875rem;height:32.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybrEGrXhDsJLSgdXA4TZsZXv7dLFwu3 { top:15.875rem;left:24.5625rem;width:23.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lgRmHoLbuWxTZmKbEBxRurATH9XAPr { top:5rem;left:20.5625rem;width:27.1875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszWyXHIMHOrKCcXwTNfdpq6OQJSgLQd { top:10.5rem;left:24.375rem;width:23.375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObiXr5cabC4ScrnzMEKudKNtPW0pKNiq { top:6.25rem;left:21.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQUmDCGZhmDwyDfbKkkQppoxGDHdT9TV { top:2.5625rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZxTxapzhzsMFawQspPbst1FTe4kFOxh { top:2.5625rem;left:38.3037109375rem;width:5.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDaGWQwIfhCKmJoT8Xg5mJiLADzutZSh { top:21.6875rem;left:20.4375rem;width:27.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 { display:block; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41918adf51a20977afb85159a5b9b4641757145 { top:1.75rem;left:8.65625rem;width:30.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15uotlQiKGwB3eqEsABpvMXM2IyGH0R { display:block; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF { display:none; }
 }@media only screen and (max-width: 763px) { #H6lcfnohnX3ipVBe05s555tXrdcSUy4V { display:none; }
 }@media only screen and (max-width: 763px) { #QftD3qezM8iWuabyvuuHEbZH7ZUaL2cL { top:3rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGZZx2FbpBKn4vg52nc4B57TvaxGkmf7 { display:none; }
 }@media only screen and (max-width: 763px) { #ZV8BKJ06FvQCQw95iyQyVSBGgxFgqHmp { top:2.1875rem;left:0rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8kBVNQAyZpo89uiRuzCT4BQ3P3QFoZM { display:none; }
 }@media only screen and (max-width: 763px) { #A3EaAbsRZlk6D7p7gVZ2nJEAbHBmM6SD { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IZCX6HdVk6cs4on2f3ZyipMJTypHp7E6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts { position:relative;z-index:auto;display:block; }#VFUxVKZOChg2rSsk2nPQ1mwKnRi0F5Ts > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVoUGFb8ohINqe4gI66gpWwP823JU400 { width:8.875rem;height:4.4375rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRdTRH3IWMPOTl60RAd8hgzFnhIafCBh { width:8rem;height:2.5625rem;top:0.9375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9BHlIMDdC0zgJ47igpDLGOF8Z0ZMbTE { display:block; }
 }@media only screen and (max-width: 763px) { #EproEODcoV9OAlcZ6bQFs3bZbx5Whr0d { width:5.6875rem;height:1.875rem;top:4.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaRkTXXhpkRzAPrM5IGayQ5GvrHuz3sC { display:block; }
 }@media only screen and (max-width: 763px) { #fMwD9qBstzvqkxJffTTJet8zkdfJzaGT { width:5.6875rem;height:1.875rem;top:7.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGpzpf4lSCdToGfUcs877TCc2QXe4n9D { display:block; }
 }@media only screen and (max-width: 763px) { #Z92TAtDyoIgQTFmz9MgT8cZbb0BUMUl3 { width:7.5rem;height:1.875rem;top:10.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqmvm2VlT1SdEbEZdyFNOAvlBX9KEUMf { display:block; }
 }@media only screen and (max-width: 763px) { #OABXKsQ5mi6RbOP6tk8TFXwF7wdUr4Qr { width:7.5rem;height:1.875rem;top:13.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTyDQrp9TSFAZ9atPwc2nQKEWdCDLNgp { display:block; }
 }@media only screen and (max-width: 763px) { #IyEIolLJ4mfAfXsO3Lo5UxT1cxTc7Udq { width:3.8125rem;height:3.6875rem;top:1.21875rem;left:12.125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #QEWot2tZl26taMHrBJCJ2fsGxTP1DRbb { width:3.5rem;height:3.5rem;top:1.3125rem;left:16.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6433477f-6a24-46d8-87a1-d3a7a88e837a/contractorsinstallinginsulatinggaragedoorgaragedoorsealgaragedoorreplacementgaragedoorrepaircontractorsinstalling109176493.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:20rem;height:7.21875rem;top:6.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lb75g6uAiDdCyv7eNrbrUyU8ZOFtmDk6 { width:18.4375rem;height:2.44921875rem;top:39.0625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BsoIv73Co8Nogpp0J9riwt0P1mI2GItE { width:20rem;height:30rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbnTJcAVvsw6TRKgUyR6Hx7NFTacSXqv { width:20rem;height:34.375rem;top:40.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 { width:13.375rem;height:5.07324375rem;top:14.875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }#W5aVCBnhl3RB38wvXiWvzKQLRAeJK2Z7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_326ceee83f3f8651ab437f772c4165de9ba60a67.svg); }
 }@media only screen and (max-width: 763px) { #iH8HtewgJgkxQUDfpRQky8eFKS1KigA3 { width:20rem;height:3.1875rem;top:22.555469512939rem;left:0rem;z-index:15050;background-color:#ff5500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CKd1cgtJuM7ss6EWCJPwR5ePI8aOFtSc { display:block; }
 }@media only screen and (max-width: 763px) { #kEX0itUCqQsvOtFqQmrEqEEfltlJxsyl { width:18.75rem;height:6.625rem;top:26.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoiWxSdL3grdGlVXJiBy6JSIPgahCVi { width:12.5rem;height:1.94921875rem;top:27.6875rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av { width:14.3125rem;height:3.236325rem;top:20.4375rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }#SrkqiyM9VLzoIm2dmoacm5K3mNCpB3Av li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ccab98da13abb8cfaf6c152f4868e580c2871998.svg); }
 }@media only screen and (max-width: 763px) { #K9avLA7cH18gkbm8KCGCRiZ5O9a8kx52 { width:5.1875rem;height:5.1875rem;top:100.67285rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ2B0FwKO8OJUDnJJVEkMm0vuR3RmDvn { width:5.375rem;height:5.1875rem;top:94.23535rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT771R8C1aOHFMRTd0LBQeJ7UJw5WO0V { width:20rem;height:6.75rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFobWmywSvaD4TZzJtxZ7eZKRF6xOvfn { width:20rem;height:2.0996125rem;top:36.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LeC42Jbr9VaTcvEeiDmM4OIrEnUtaug3 { width:7.6875rem;height:2rem;top:3.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ30QTtnHu4wTsO48vnxZuQvTJBsvJXR { width:6.8125rem;height:1.21875rem;top:3.75rem;left:6.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJSibXKyHq2x3xTbPv6zShg5RA6tJJiM { width:20rem;height:6.75rem;top:26.1875rem;left:0rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #hJQKQeLGyxw6ERkEBO3nvU2wDGb5yO0a { display:block; }
 }@media only screen and (max-width: 763px) { #WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS { display:block; }#WpC6ObLdeOduQL4aRBVJcM9seVw0mVIS > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtOcud9EXAvp1q2B7QWHIfXZK5ou5FNb { width:20rem;height:1.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcIhyexhW9bewBih4PHuvZsup85cIeyq { width:20rem;height:1.4375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP7WKHloBaiInBuaEsBGA9kv0Tfce1N5 { width:20rem;height:2.923825rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g { display:block; }#TkCcPavaDV26BUvs8ERWMTX6ls1o8t8g > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L63On1uZZmOhfwoqeVRWENTWEBovv1CN { width:20rem;height:6.2988125rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdkcA6L7G19WmHV9zCxsrFD0TXnHg6ai { width:20rem;height:12.8125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZFsqDbtFATfwBpukJfGr7mLTnhRWplC { width:12.125rem;height:10.2715rem;top:33.9375rem;left:3.9375rem;font-size:1rem;line-height:1.4;display:block; }#LZFsqDbtFATfwBpukJfGr7mLTnhRWplC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #TtEmpREWipmvIbHdoV3XXBJNfDC90eXq { width:20rem;height:14.8125rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGlVTS7MHgwhotHWKzdOupJwo4veyACu { width:20rem;height:3.4375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfwRoBBA05lWAB8WC0vIUTUEDRd74Mh { width:15.9375rem;height:1.3496125rem;top:15.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtpW4VTCGLZN3Vmso59bbWIsbPLTu9Hf { width:20rem;height:13.4375rem;top:68rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSx44TvWT9zl5KkifPPHu3RGHoa2qihu { width:9.3125rem;height:10.2715rem;top:69.58203125rem;left:5.34375rem;font-size:1rem;line-height:1.4;display:block; }#hSx44TvWT9zl5KkifPPHu3RGHoa2qihu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #PdxleeTbmbNhe8BQH4iuWqxZF2pN0gEK { width:20rem;height:3.4375rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFA73IMObv5RVaATQZdmXs4z0Gepf37b { width:20rem;height:1.3496125rem;top:50.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrKTKXB7SEBuMSO0onBg4LillPg2yIb { width:20rem;height:14.8125rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzewT2POu0ltTeVkGgg3gEMrZP0mLf3K { width:20rem;height:13.4375rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv { width:11.0625rem;height:10.2715rem;top:105.625rem;left:4.5rem;font-size:1rem;line-height:1.4;display:block; }#IOIBbGWxXz8vTSqHBZgC3rJBWO3MAOJv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #DJC5rR9tvqtKURefiQnPIh5lMN4b1mmn { width:20rem;height:3.4375rem;top:85.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqxMexnTmyU03bG785az5VvZbLGoats { width:20rem;height:1.3496125rem;top:86.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otESMLu9giPVT3Lq75c4itThO5ywgBkR { width:20rem;height:14.8125rem;top:89.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe { display:block; }#eLk9hBZzTh1UIezWuVHqHxyWa9HmZQFe > .row .container { width:20rem;height:150.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F63idr8dM5mHwb56RQ1grqHLF18J6S3N { width:17.5rem;height:4rem;top:131.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMouVMHSMEoaFSxa3nQGRHeahPvpRzke { display:block; }
 }@media only screen and (max-width: 763px) { #LIA1uqvaq9lJWyeD5LhQOZ9lq54yqaaO { width:18.75rem;height:6.625rem;top:123.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIcuGEMH7V2wfhNGI1AIyUzx3ml2RhXq { width:18.75rem;height:6.75rem;top:123.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMBF93ufDXTDDrwNQpDOf9OwrFOSQOg { display:block; }
 }@media only screen and (max-width: 763px) { #qizS0B6A8CvcdeXhCUlMEEfmEbHzprsP { width:12.5rem;height:1.94921875rem;top:124.875rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1lJgidBMc8vmSZTSohGPaaCL3ruMe6V { width:20rem;height:36rem;top:110.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM44ZnPBV3peNu6BnVQ4UELfrmcfH0iQ { width:20rem;height:4.548825rem;top:111.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gpbqcqE0LyqGlz9DUwR2d6tRD2o5DXBG { width:18.4375rem;height:4.19824375rem;top:117.0625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #va29yEyVsRB1dSwC8Tzhp0cTsAETCumu { display:flex;top:105.8125rem;left:8.5rem;width:3.125rem;height:3.125rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #qd31AAxiOBT16EXu4pDwzexgkeR6BuVr { width:20rem;height:13.4375rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG { width:11.5rem;height:10.2715rem;top:91rem;left:4.25rem;font-size:1rem;line-height:1.4;display:block; }#uWJ7FSQbR9qGunkx2sT0k47gKUlqupwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #SPd3kiACbFlhnrS7mUXxy0ARhzTKgVvQ { width:20rem;height:12.8125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P { width:10.25rem;height:10.2715rem;top:55.58203125rem;left:4.875rem;font-size:1rem;line-height:1.4;display:block; }#gl43f0XfT8Bsu68W0o7i3w6IDJOLUf6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #nUfmNf2PFyEWciadMTEnKCBZVDooRboK { width:20rem;height:13.4375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz { width:12.375rem;height:10.2715rem;top:19.8125rem;left:3.8125rem;font-size:1rem;line-height:1.4;display:block; }#VwsBSIaUb2cH0tMLqb9tlw5B0tTTlwgz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ca4d2d1122a245f86a6df0044959cb701c20eb4.svg); }
 }@media only screen and (max-width: 763px) { #gk8XySsaTJcltzhT3Ut5v7R1olZ169gI { width:20rem;height:3.4375rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO4OGDfCvAfUMVOTFSqPwlf8ClEPV10a { width:20rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF5MrHEydsTCHxJuLTxP2gv9aRxWJdDe { width:20rem;height:3.4375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIRZyTgNSdvTkioLx5PRnLgEQtbPHe9 { width:20rem;height:1.3496125rem;top:72.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnLkh7oTuv16V0UzDIwCX5ONAkJf4iy7 { width:16.75rem;height:1.3496125rem;top:1.04296875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuf7p6zMW2XEsxuQBdvpyp67bttzmgt0 { width:20rem;height:1.3496125rem;top:37rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgFrwuwdavS2HH8TzzoHnokBp4FgJ3iQ { width:20rem;height:14.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18tXP8UnD4yI3SKqL7BtuU8TNESs46R { width:20rem;height:14.8125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBOWMeHi1qFU6WvhlQEJuGT4EopMqf5L { width:20rem;height:14.8125rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5z9V6C2RnTdNBJMp2Db5XUl7nDAVRe3 { width:20rem;height:6.1181625rem;top:138.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwABdODlMNE1PfNogXGDBT3mneqhNNfd { display:block; }#pwABdODlMNE1PfNogXGDBT3mneqhNNfd > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKFashsTbAqvdctWJEIBiP4U4FLMSDnn { width:20rem;height:1.94921875rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8FtyLl5rx1eHU583fvaAvHQIOfvTZT3 { width:20rem;height:15.1875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D { width:9.5625rem;height:12.375rem;top:25.0625rem;left:0.625rem;font-size:1rem;line-height:1.5;display:block; }#XPe1rDfaWKRUR83J9LGbHfkQdqK2Cd2D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
 }@media only screen and (max-width: 763px) { #gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm { width:9rem;height:10.5625rem;top:25.03125rem;left:10.75rem;font-size:1rem;line-height:1.5;display:block; }#gtwfA3d96gamPQy4Kf8KHBX1cnZDX2Vm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b286775a6837b417d318c97cc14993071635fa2d.svg); }
 }@media only screen and (max-width: 763px) { #xTQZ3ZULpnryi32OiGAIWT0WNJ078hrv { width:20rem;height:31.3125rem;top:8.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(100,3,4,0.59), #640304);background-image: -moz-linear-gradient(180deg, rgba(100,3,4,0.59), #640304);background-image: -ms-linear-gradient(180deg, rgba(100,3,4,0.59), #640304);background-image: -o-linear-gradient(180deg, rgba(100,3,4,0.59), #640304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#64030496', endColorstr='#640304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#64030496', endColorstr='#640304' );";background-image: linear-gradient(180deg, rgba(100,3,4,0.59), #640304);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G5t0epNRcOPP3dubWEvXDMQspO4GJMVV { width:17.5rem;height:4rem;top:52.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT61KXAJroepyzvVws3Odbanye8XVWwz { display:block; }
 }@media only screen and (max-width: 763px) { #rfl8LtpLf4I7TOxSaL2udGfyhqQNWdBr { width:18.75rem;height:6.625rem;top:44.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCLrP331rq0pwWBPG1llLKGuTzOziBJ { width:18.75rem;height:6.75rem;top:44.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaT9xKkgp9qRelVdL83wOZOUgw3RCys9 { display:block; }
 }@media only screen and (max-width: 763px) { #Gi1uKLTkbE7EBS3aUuoIcVt7e3AWey8D { width:12.5rem;height:1.94921875rem;top:46.375rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM { display:block; }#TmAxiG2i1Wyk1zMJyi13Ek4inV6gCqTM > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMOiDtr5hFXoBeKUW53yZC5LeVXL4ouW { width:20rem;height:8.3994375rem;top:6.818359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #leCEEryozJzfLT89pecGGcSfJ6cITAJN { display:flex;width:9.8125rem;height:9.8125rem;top:1.630859375rem;left:5.09375rem;opacity:.12; }
 }@media only screen and (max-width: 763px) { #VkFn1dggLk8rJsRJb9AHrTAoT9gXDwTE { width:17.4375rem;height:26.125rem;top:19.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0Tp6yM1nZ9hsZLbkbhzIGvBVCoUDwE { width:14.25rem;height:13.125rem;top:26.625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isPwmIJVXWNTAw3oPmBWtkW13Vfy7dZs { width:8.375rem;height:1.29980625rem;top:21.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6cDglLRg5uTWgAxRh0py9b9bzNM5lLB { width:1.875rem;height:1.875rem;top:21.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRKkV26csyM4yFgmWtRgUI2iFdfDTbD { width:8.125rem;height:1.5625rem;top:24.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA20XfdLgCZd2yJqq0shC2qyySM6bdof { width:2.6875rem;height:2.6875rem;top:20.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpzcIv8uBAmoqxKnSmt0kPK6weOauCek { width:17.4375rem;height:26.125rem;top:46.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3iHiw7bS7dZC3LQ5JiaDAhC8iAHKi00 { width:14.25rem;height:14.4375rem;top:54rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSizcPCnkwmBqsbpbgKPgHItbQVycwT { width:8.125rem;height:1.5625rem;top:51.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zCGoverrm2P0bGAT77d8iyqbKWbRbk { width:2.6875rem;height:2.6875rem;top:48.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxVUxeT10dzAeip8Wa8DZh5QH9XRksoO { width:8.375rem;height:1.29980625rem;top:49.125rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atw3IXVpGwUuhQk0xmUVAUZ0equ8tzT4 { width:1.875rem;height:1.875rem;top:48.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfsaAUw6BhwH2B95BtDIaNDm7hvRN0L { width:17.4375rem;height:26.125rem;top:74.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPZGgcMXEg4JPSQnGkQTCKXTwoDDA8Ns { width:14.25rem;height:11.8125rem;top:81.375rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46XlacmAU5fgpakEqocXN4dMndSzVus { width:8.125rem;height:1.5625rem;top:79.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InV83Nb17UgfhrMsmMdt3X02AtmKZwC8 { width:2.6875rem;height:2.6875rem;top:75.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUBXbbySfCgqgHlO2ndSdFT9ms24rp5 { width:8.375rem;height:1.29980625rem;top:76.5rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQmgv5gOUewTPvC7nadWUKs2qub0v3Cm { width:1.875rem;height:1.875rem;top:75.875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC3Mx4vsA03m3RBF40VMved6XoEgXbPC { display:block; }#uC3Mx4vsA03m3RBF40VMved6XoEgXbPC > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGhvTAt5zJIh8aaRa9OJUGZznBU6xdtA { display:flex;width:3.0625rem;height:3.0625rem;top:10.125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #TRm2IdUMsyO3wWsDn9pqTcA27OI8fH3D { width:9.625rem;height:2.5996125rem;top:14.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DU8o9lFVgxZehCpBchrkEAIorz3uAO { width:9.375rem;height:2.5996125rem;top:22.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdcq4qBkWUuxC6XocrrRo8r9gDTddpqe { display:flex;width:3.0625rem;height:3.0625rem;top:18.875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #aor8VN7dtEbVvk7qRbw7dKccVdqtz3yE { display:flex;width:3.0625rem;height:3.0625rem;top:28.375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #THfMC1kTSGdODlWlwmhLGDTQigry6kdX { width:9.375rem;height:2.5996125rem;top:32.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlM7oozhe1P5oxwPZWSVJxTuXHrGET2T { width:9.375rem;height:3.8994125rem;top:32.5625rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlkk0O5S8Jab6DaTkV2xl87tzTPuXOmK { width:9.375rem;height:3.8994125rem;top:22.6875rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JibViAaW1XknqxSq47RyWfkHABgPyyMv { display:flex;width:3.0625rem;height:3.0625rem;top:10.125rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #rGhvNsvQtztxEBhEsbqHCGOt7VPeoFtJ { width:9.375rem;height:1.29980625rem;top:14.125rem;left:10.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ei6XqnrvSBdFHRhs9AzsuXHOOIGedduF { display:flex;width:3.0625rem;height:3.0625rem;top:18.875rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #hsp99Ne6UMIqZJZJZScEdB3sUt9EQO27 { display:flex;width:3.0625rem;height:3.0625rem;top:28.375rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #yQgPSkMVrGrvmIhG6TvdpiB5IoHZAGru { width:17.5rem;height:4rem;top:66.857421875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM3Vt0C6scTdpe7CpcrnC7309MsFtudS { display:block; }
 }@media only screen and (max-width: 763px) { #qTPbToRB4XXXyOB23ExTVrqwxFmfPtNA { width:18.75rem;height:6.625rem;top:58.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jti3zkTH8J9wTxo1eUTW8a7sJideQQRU { width:18.75rem;height:6.75rem;top:58.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTnDydwtsIRMUd2aV4O6gC9SEqtcoJp { display:block; }
 }@media only screen and (max-width: 763px) { #lmEPSXLkgw4NMFiHqSVBMwD3SrorkD4o { width:12.5rem;height:1.94921875rem;top:60.0625rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRX3s22pvsQGxl4uGbe2NcyAK737SbmS { width:20rem;height:13.5625rem;top:40.0751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmxnzoef362fvkxk3PT53HrCS77fUva { width:20rem;height:3.8984375rem;top:3.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U { display:block; }#deGiTrEVDMg5wLC0vpN5SXk4T7OJeB8U > .row .container { width:20rem;height:110.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIlZxvXFuNV2c8BlhfR3vApKkNAqqM1N { width:20rem;height:24.25rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOh8J0N2D6pUXXfuJpZCmqXIeLAZuigy { width:5.1875rem;height:1.625rem;top:21.25rem;left:9.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH35FTrrkLVFArso0TMhPV5xA87sKlka { width:17.5rem;height:14.3965rem;top:23.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3J7wFaTSh4W4BytRGMPFShNMyOZlgGI { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#383435;display:block; }
 }@media only screen and (max-width: 763px) { #NRCDzVALmCcR02TWZkHxoiCRiLETaEKL { width:20rem;height:4.5rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#3f4046;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZSuqT5425hzx6Cf2oKITerUtzb3yJ4SZ { display:flex;width:3.125rem;height:3.125rem;top:20.5rem;left:5.5625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #L4oCarsr7rbyVpPGGLn7W1AIT3yxXRRT { width:6.25rem;height:6.25rem;top:13.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfi8awqJOwBgJPhCdUESx9P5Ja4KiHal { width:20rem;height:25rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4orQ5lAiqxutR0QsVRKBX1ifkHA4eBL { width:18.6875rem;height:14.3965rem;top:56.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfJsMJCrP8pfZdRma4TNRTyyi7X7hqES { display:flex;width:3.125rem;height:3.125rem;top:52.5rem;left:3.5625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #XUiqT18NrFuI6iVlFqWtczls39fAEgHX { width:10.1875rem;height:1.7871125rem;top:53.1875rem;left:7rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTL6kT3Jzy6VCI3wccm7I4DiW6gg1HL { width:7.1875rem;height:7.1875rem;top:77.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskhXzAmQGHo2eqzrbT18wKrPnIvGbDP { width:20rem;height:25.1875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peSKBUpIFylTWD9oylSm2cyv6rDu8P9a { width:18.6875rem;height:14.3965rem;top:89.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUnQQFKheBmiPcqTmfQxQyTosZxRFIAk { width:11.1875rem;height:3.57421875rem;top:85.25rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIo0DVlaAnRaGDTyEAiE7uWAR1uAXFBe { display:flex;width:3.125rem;height:3.125rem;top:85.4375rem;left:3.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #k9AFOf5w5KVlGhTd8Nt5sLQmWCdZLoZI { width:7.1875rem;height:7.1875rem;top:45.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ { display:block; }#eBBsOvPgcBqasUmU2keXyuV6GRxHw2ZZ > .row .container { width:20rem;height:191.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z42VmqkZ7AVIHd7x61hBPOMPIF0H9p0Q { width:20rem;height:18.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9eG61dBxRCdAsnMsr3dsCIDuUTsMm5a { width:9.9375rem;height:6.625rem;top:9.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGd63hOH7tsqkmycGZgbdxxLyXxlgyR { width:18.75rem;height:1.625rem;top:16.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3Xi8zQnDxM3uGHKN0dXtEbQGVXT8n0w { width:17.5rem;height:9.597625rem;top:18.40625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnJ5q3BJnrUJdyt1H7UNcQTPu9cm7pAc { width:20rem;height:4.875rem;top:2.6103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#383435;display:block; }
 }@media only screen and (max-width: 763px) { #cr0NwMdkLpNFnU4BTw5TTZDqVxl7eSne { width:20rem;height:22.9375rem;top:69.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJGDl6gSQEB6QAXG9DLfugrsE7zAukuq { width:15.0625rem;height:6.5625rem;top:66.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1yQPeNmBJIrafM0s70LioWL1B9FL4cW { width:20rem;height:1.625rem;top:75.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygzXvMDW54JkH18OPf5ZiK8zc4EMgU6 { width:17.5rem;height:11.19725rem;top:78rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpwySWmkIrZrLlLNzHCu3zUaQsKr9A8 { width:20rem;height:22.1875rem;top:129.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TcUSyF951CnLxvFe8msaTyBRq0U58o { width:10.875rem;height:10.875rem;top:124.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9CJvxuz2UxPI7SQfJgnZXbtCeLf683d { width:20rem;height:1.625rem;top:135.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksKE8S0LRaXsx6CKgOot7PQ9z0rUazcX { width:17.5rem;height:11.19725rem;top:138.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy0vw1FOhqLx4u1ENOre3TWy94WvmgE6 { width:20rem;height:21.5rem;top:40.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwNBR6JXHVoIZmH8mrGKiT5psw3y7CnQ { width:17.5rem;height:11.19725rem;top:48.896484375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNPJp8Qq2KlnlRl0LBB2HST9Uls1hz7A { width:20rem;height:1.625rem;top:45.896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1fa3aQhrKpP6dk1C5t6ICd6zTxXhRu { width:20rem;height:10.75rem;top:35.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkguW9QxNVHzGSId8SPN32USFPFAUdTp { width:20rem;height:19.3125rem;top:101.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHQg51hd2uBwARbqOQK9AiePTv4ns7d { width:17.5rem;height:7.9980625rem;top:108.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72m0TvI4qxBi6fFBKPaTVTmQu4muX47 { width:20rem;height:1.625rem;top:106.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRrDJ4hu4FJNI2sxQ2fufyl87U9984Lb { width:17.5625rem;height:8.75rem;top:96.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeuoZBDXNwcRVlT3bShOWbHv0GFkhgF { width:20rem;height:25.5rem;top:159.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF1PToBSwEDzuwEJsv05VV2crw2T5PJ5 { width:17.5rem;height:12.796875rem;top:169.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLcvN9XAoMPTvybAFNaFr3URTXiJAb6 { width:20rem;height:2.03125rem;top:166.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZScwuE7oCM5AU38unyaRDNohnZBw1SR { width:12.0625rem;height:12.0625rem;top:154.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW { background-color:#640304;background-image:none;display:block; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { background-color: transparent; background-image: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container > .video-iframe-container { display: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row > .video-iframe-container { display: none; }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .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); }#QAG1dZypLaBDix8n7pb4Qy2yFZvGmloW > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFoJCunPzQB19GI3aVvxQoqsLUni5XbB { width:20rem;height:7.7988125rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCkdiAK3QpLkABspKoBuo1staRSqb5aQ { width:19.9375rem;height:2.798825rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5kiK328Maz1e4MbbWLCfmCnzshWOiV4 { width:18.625rem;height:4rem;top:23.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDzFJn8XyLDVUbb8gIdONtMXcHTU2V3l { display:block; }
 }@media only screen and (max-width: 763px) { #c4BJuerCug5nVWQALNOy8K00bQphCCuS { width:18.75rem;height:6.625rem;top:16.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOJ87qZuua2Tku32dq2XoDlLE3qFaqE { width:18.75rem;height:6.75rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk6lNbUf2rWFgAlzx8tWZf4Qou12FmET { display:block; }
 }@media only screen and (max-width: 763px) { #LVn5dSQrVVJM59XTuqmOGGUaofVGPAxz { width:12.5rem;height:1.94921875rem;top:17.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6v4r6pXJpcNbIhVBV2ZX2tCs2bO9Zg { width:20rem;height:13.5rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy { display:block; }#RgrQf4KPlDoIiQFr5odvlQHvzfOh9CHy > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyzmM6MJw5PiITqiSvlF612Lb5ZzBBak { width:20rem;height:30rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Sk2IzFlINaWVvwyic6VdUcMnSHBWNZ { width:20rem;height:32.5rem;top:20.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uybrEGrXhDsJLSgdXA4TZsZXv7dLFwu3 { width:18.8125rem;height:2.625rem;top:15.0625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N5lgRmHoLbuWxTZmKbEBxRurATH9XAPr { width:20rem;height:13.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszWyXHIMHOrKCcXwTNfdpq6OQJSgLQd { width:20rem;height:4.8984375rem;top:10.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ObiXr5cabC4ScrnzMEKudKNtPW0pKNiq { display:flex;width:4.75rem;height:4.75rem;top:18.0625rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #tQUmDCGZhmDwyDfbKkkQppoxGDHdT9TV { width:5.1875rem;height:5.1875rem;top:4.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZxTxapzhzsMFawQspPbst1FTe4kFOxh { width:5.375rem;height:5.1875rem;top:4.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDaGWQwIfhCKmJoT8Xg5mJiLADzutZSh { width:20rem;height:6.0625rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 { background-color:#131313;background-image:none;display:block; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { background-color: transparent; background-image: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container > .video-iframe-container { display: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row > .video-iframe-container { display: none; }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .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); }#i2d7c1f0afcac776b3d3c2afa0454bbf283ebe98 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f41918adf51a20977afb85159a5b9b4641757145 { width:17.4375rem;height:2.44921875rem;top:2.55078125rem;left:1.28125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h15uotlQiKGwB3eqEsABpvMXM2IyGH0R { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#fc000d;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; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container { background-color: transparent; background-image: none; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container > .video-iframe-container { display: none; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row > .video-iframe-container { display: none; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .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); }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container { border-width: 0; border-radius: 0; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h15uotlQiKGwB3eqEsABpvMXM2IyGH0R > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF { top:-1.9375rem;left:0rem;width:20rem;height:7.8125rem;z-index:15050;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8baa729-531e-4e15-9fae-275f253025ed/callnowbutton.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF.adaptive-delivery-prevent-bg, #VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF.lazyload, #VGaoNGTTfWTI5ubzCiUH6LLwT0TfSRbF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H6lcfnohnX3ipVBe05s555tXrdcSUy4V { display:flex;top:1.0625rem;left:3.25rem;width:2rem;height:2rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #QftD3qezM8iWuabyvuuHEbZH7ZUaL2cL { top:0.5625rem;left:8.6875rem;width:8.1875rem;height:1.625rem;z-index:15054;font-size:1.25rem;font-weight:700;font-style:normal;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #PGZZx2FbpBKn4vg52nc4B57TvaxGkmf7 { top:0.4375rem;left:2.6875rem;width:3.125rem;height:3.125rem;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZV8BKJ06FvQCQw95iyQyVSBGgxFgqHmp { top:2.1875rem;left:8.6875rem;width:8.6875rem;height:1.29980625rem;z-index:15055;font-size:1rem;color:#ffece3;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Z8kBVNQAyZpo89uiRuzCT4BQ3P3QFoZM { display:flex;top:1.1875rem;left:6.4375rem;width:1.6875rem;height:1.6875rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #A3EaAbsRZlk6D7p7gVZ2nJEAbHBmM6SD { top:0rem;left:0rem;width:20rem;height:4.0625rem;z-index:15057;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IZCX6HdVk6cs4on2f3ZyipMJTypHp7E6 { display:block; }
 }