.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#wXz0RoCcsCLJqidOEeubeE4QygoMutlN { background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:60.4375rem;display:block; }
#xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:32.5rem;display:block; }
#aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niLEN44rXZCaSIeecm06rhHfxGhAUTIa { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:38rem;display:block; }
#FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:44.4375rem;display:block; }
#Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:52.9375rem;display:block; }
#hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srcqwUaiMz1kKbZwUzclIwZb0cMIvnBO { color:#e5d3d3;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.19140625rem;left:2.65625rem;height:1.8681625rem;font-style:normal;display:block; }
#F6zreKopFKuw4dVWyLTrR374LJWWZt53 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.40625rem;left:0.5625rem; }
#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b2fe1e2-b32f-4723-8fb3-95ee1dc788f7/990CBB503FBE433BA095E838E6333B71_1_201_a.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.adaptive-delivery-prevent-bg, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyload, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyloading { background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { border-width: 0; border-radius: 0; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:12rem;left:2.5rem;height:9.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:28.375rem;left:2.5rem;height:3.3984375rem;display:block; }
#gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.25rem;left:2.5rem;display:block; }
#gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { background-color:transparent;background-image:none;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:17.125rem;display:block; }
#tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#NTAHZRh7a3HHXLitwitevHvKSedlETVd { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:20rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:20rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#KLfI24foPmW8FX9nqek8y76iUT6MoT0z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:20rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { position:absolute;display:block;z-index:15000;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:37.5rem;top:1.375rem;left:0rem;display:block; }
#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { background-color: transparent; background-image: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container > .video-iframe-container { display: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container { display: none; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .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); }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { border-width: 0; border-radius: 0; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { font-size:0.875rem;font-family:raleway;height:67.5rem;width:75rem;position:relative;display:block; }#JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.5625rem;left:0rem;height:11.8945rem;display:block; }
#nNne8DGttP4irSH0BMpRirlTNgkGXzKh { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7rem;left:0rem;height:3.67480625rem;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; }
#XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { color:#f8ac78;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.3125rem;left:0rem;height:1.69921875rem;font-style:normal;display:block; }
#oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { 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:47.1875rem;width:26.375rem;top:0rem;left:42.5rem;overflow:hidden;display:block; }
#FCTqCd9FkBHSiMPThZglQGaglKuPTdF3 { position:absolute;display:block;z-index:15026;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:37.5rem;width:37.5rem;top:24.125rem;left:0rem;overflow:hidden;display:block; }
#Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:48.1875rem;left:42.5rem;height:8.496125rem;display:block; }
#eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:31.25rem;width:0.5rem;top:36.25rem;left:63.625rem;display:block; }
#mfu7cTACpVXzcrTNu3nyqcfh7AFhKVt8 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:31.25rem;width:0.5rem;top:36.25rem;left:66rem;display:block; }
#xIzVEIN61p0LyzT58HCsVPHSosO6pKei { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:31.25rem;width:0.5rem;top:36.25rem;left:68.375rem;display:block; }
#APVZ8GK5x7BpXLiXEQHSLlmNtrX51QgW { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:31.25rem;width:0.5rem;top:36.25rem;left:70.75rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:raleway;height:40rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.796875rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:6.796875rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:6.796875rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/home-improvement_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.adaptive-delivery-prevent-bg, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyload, #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz.lazyloading { background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { background-color: transparent; background-image: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { display: none; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .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); }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { border-width: 0; border-radius: 0; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz::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; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { font-size:0.875rem;font-family:raleway;height:39.375rem;width:75rem;position:relative;display:block; }#EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:15.375rem;left:3.125rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.75rem;left:3.125rem;height:2.54980625rem;font-style:normal;display:block; }
#TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7833', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.2), rgba(0,0,0,0));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: none;height:0.5rem;width:15rem;top:20.625rem;left:3.125rem;display:block; }
#JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.75rem;left:30.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.375rem;left:30rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:0.5rem;width:15rem;top:20.0234375rem;left:28.125rem;display:block; }
#Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { color:#f8ac78;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:21.625rem;left:56.875rem;height:2.54980625rem;font-style:normal;display:block; }
#PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:15.25rem;left:56.875rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:0.5rem;width:15rem;top:20.5rem;left:56.875rem;display:block; }
#bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:75rem;top:10.4375rem;left:0rem;display:block; }
#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { background-color: transparent; background-image: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container > .video-iframe-container { display: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container { display: none; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .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); }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { border-width: 0; border-radius: 0; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { font-size:0.875rem;font-family:raleway;height:56.25rem;width:75rem;position:relative;display:block; }#y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { color:#f8ac78;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/home-improvement_1920x1080_1.avif");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.adaptive-delivery-prevent-bg, #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.lazyload, #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ.lazyloading { background-image: none; }
#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ogaTBbia22MLh8ratonUaWQ81q0tnAmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { color:#b5b5b5;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:33.8125rem;left:4.0625rem;height:3.3994125rem;display:block; }
#iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:29.5625rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#TydZVT42MvecRza9TWlH18vG9MdKmU1A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { background-color: transparent; background-image: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { display: none; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .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); }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { border-width: 0; border-radius: 0; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:41.25rem;height:;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; }
#oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:26.625rem;left:41.25rem;height:3.3984375rem;display:block; }
#OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.9375rem;left:41.25rem;display:block; }
#b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#tR90v75BtStIibM0et9CLhDVLPlkMAFm { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { position:absolute;display:block;z-index:15024;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:14.3125rem;left:41.25rem;display:block; }
#aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { color:#2f231a;display:block;width:9.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:14.375rem;left:42.5625rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { position:absolute;display:block;z-index:15029;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:49.75rem;width:27.75rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { background-color: transparent; background-image: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { display: none; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .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); }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { border-width: 0; border-radius: 0; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { font-size:0.875rem;font-family:raleway;height:56.25rem;width:75rem;position:relative;display:block; }#MC34PfzBideCZW53tEa4bT4PovTs6LTD { color:#f8ac78;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/home-improvement_1920x1080_1.avif");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.adaptive-delivery-prevent-bg, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyload, #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR.lazyloading { background-image: none; }
#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { color:#b5b5b5;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:33.8125rem;left:4.0625rem;height:3.3994125rem;display:block; }
#XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:3.3994125rem;font-style:normal;display:block; }
#nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:28.9248046875rem;left:40.75rem;height:5.09765625rem;font-style:normal;display:block; }
#gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:3.3984375rem;font-style:normal;display:block; }
#gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/home-improvement_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.adaptive-delivery-prevent-bg, #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.lazyload, #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd.lazyloading { background-image: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { background-color: transparent; background-image: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,172,120,0.8); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container > .video-iframe-container { display: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,172,120,0.8); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container { display: none; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .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); }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { border-width: 0; border-radius: 0; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd::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; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { font-size:0.875rem;font-family:raleway;height:27.5rem;width:75rem;position:relative;display:block; }#kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.4375rem;left:38.4375rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:38.4375rem;display:block; }
#LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));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: none;height:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(28,28,28,0.3));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: none;height:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#keLL2sEeqyxVRseGChJAifRb8CQsIW71 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));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: none;height:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#pXIdqwFvWugc88k4lM169iUmEMRWFcZU { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(28,28,28,0.3), rgba(0,0,0,0));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: none;height:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { background-color: transparent; background-image: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { display: none; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .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); }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { border-width: 0; border-radius: 0; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { font-size:0.875rem;font-family:raleway;height:58.3125rem;width:75rem;position:relative;display:block; }#DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:11.625rem;top:13.6875rem;left:13.1875rem;overflow:hidden;display:block; }
#vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:7.125rem;top:13.6875rem;left:42.25rem;overflow:hidden;display:block; }
#ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7rem;top:13.6875rem;left:49.375rem;overflow:hidden;display:block; }
#hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { 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:13.875rem;width:18.8125rem;top:26.1875rem;left:0rem;overflow:hidden;display:block; }
#lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { position:absolute;display:block;z-index:15026;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:9.375rem;top:26.1875rem;left:18.75rem;overflow:hidden;display:block; }
#Kfk5dREeGz1tlnVTX329gKysm2I5csIU { position:absolute;display:block;z-index:15027;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:7rem;top:26.1875rem;left:35.125rem;overflow:hidden;display:block; }
#Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7rem;top:13.6875rem;left:56.375rem;overflow:hidden;display:block; }
#fMCynWX8gCsSurh5WLd8N035UMINuLtI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:10.875rem;top:38.75rem;left:64.125rem;overflow:hidden;display:block; }
#cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:26.1875rem;left:49.125rem;overflow:hidden;display:block; }
#ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { position:absolute;display:block;z-index:15030;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:18.75rem;top:38.6875rem;left:18.75rem;overflow:hidden;display:block; }
#PT6Utn5rehcUdMQ1QIMTrp9TNQscFgSx { position:absolute;display:block;z-index:15029;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:18.75rem;top:38.6875rem;left:0rem;overflow:hidden;display:block; }
#CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#hR2a5arMh3srJVbUhX142qPGDKwJvFda { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:13.1875rem;top:13.6875rem;left:0rem;overflow:hidden;display:block; }
#MdDAVKNHPzWkTMDwpp9K3X4rmhIKKH0i { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:17.4375rem;top:13.6875rem;left:24.8125rem;overflow:hidden;display:block; }
#Nm85yqAOSxqcxlwKZIPAadxawMvOFoRw { position:absolute;display:block;z-index:15029;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.625rem;width:7rem;top:13.6875rem;left:63.375rem;overflow:hidden;display:block; }
#pziUkZVIvAPFDL8VnMNhN8ScB2dVwzt9 { position:absolute;display:block;z-index:15030;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:7rem;top:13.6875rem;left:68rem;overflow:hidden;display:block; }
#EtLRy8cxMZar6wmfeWehqnyPzs5TxaKo { position:absolute;display:block;z-index:15027;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:7rem;top:26.1875rem;left:28.125rem;overflow:hidden;display:block; }
#voD86Sx0MzGOUq9A4TGzce6zZHMI6cfP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7rem;top:26.1875rem;left:42.125rem;overflow:hidden;display:block; }
#aQ6wf2lgDTHq3TsPPDIaTHsFNDkTLR06 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:7rem;top:26.1875rem;left:58.5rem;overflow:hidden;display:block; }
#US7pxWxK6G6WGVlM6ow0O9gZ9hXD867G { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7rem;top:26.1875rem;left:68rem;overflow:hidden;display:block; }
#vk4fOqcNnRqMOmvpzTbDk4Vy5yiXroqI { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:10.875rem;top:38.6875rem;left:53.3125rem;overflow:hidden;display:block; }
#i22uUveQp6zWEMqnEck9hSJMZoFRZo4R { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:10.8125rem;top:38.6875rem;left:42.5625rem;overflow:hidden;display:block; }
#rNAyuGdeykNFZgxINV8ARcZcb4DWmqeF { position:absolute;display:block;z-index:15034;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:19.3125rem;width:10.8125rem;top:38.6875rem;left:31.5rem;overflow:hidden;display:block; }
#Ic7vEUpodiHot0ngO8XW9ofwXpWnHvRK { position:absolute;display:block;z-index:15035;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:19.3125rem;width:10.8125rem;top:38.6875rem;left:20.75rem;overflow:hidden;display:block; }
#qyHbVpT3XPUIPLrPSyeTriKLHWQAqZep { position:absolute;display:block;z-index:15036;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:19.3125rem;width:10.8125rem;top:38.6875rem;left:10rem;overflow:hidden;display:block; }
#UZ5nq15d5TuLck1iAb6z9pgKVgN0LKS6 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:10.8125rem;top:38.6875rem;left:0rem;overflow:hidden;display:block; }
#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { background-color: transparent; background-image: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .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); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { border-width: 0; border-radius: 0; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { font-size:0.875rem;font-family:raleway;height:57.3125rem;width:75rem;position:relative;display:block; }#CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:16.2578125rem;left:1.875rem;height:38.2421875rem;font-style:italic;display:block; }
#ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:54.5rem;left:1.875rem;height:1.48730625rem;font-style:normal;display:block; }
#yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15rem;left:0.875rem; }
#tGdosznTiXNa9EqItsGFSAkgr332w5wB { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(158deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(158deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(158deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(158deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:16.2578125rem;left:26.875rem;height:36.3300625rem;font-style:italic;display:block; }
#f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:55.125rem;left:26.875rem;height:1.48730625rem;font-style:normal;display:block; }
#JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15rem;left:25.875rem; }
#HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -moz-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -ms-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));background-image: -o-linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac7833' );";background-image: linear-gradient(69deg, rgba(0,0,0,0), rgba(248,172,120,0.2));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: none;height:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:36.3300625rem;font-style:italic;display:block; }
#TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:55.125rem;left:50.875rem;height:1.48730625rem;font-style:normal;display:block; }
#I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15rem;left:50.875rem; }
#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:raleway;height:32.5rem;width:75rem;position:relative;display:block; }#DBODtdl41VetcGxybT57RUwZ7wbvzK0u { color:#f8ac78;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.3984375rem;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.375rem;left:0rem; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#vFaePdXhowyi7SvfIplDKVoq9vnkzsme { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.375rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:19.5625rem;left:26.25rem; }
#DcT47TIUtZMrkMHepxh9cLAzv0659ohz { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:19.375rem;left:28.5rem;height:1.9121125rem;font-style:normal;display:block; }
#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.125rem;left:52.5rem; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:20.9375rem;left:52.5rem;height:7.6494375rem;font-style:normal;display:block; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:18.9375rem;left:54.75rem;height:1.9121125rem;font-style:normal;display:block; }
#TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#larfyowCSUruKot56cFXReTHtGZWP6AU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));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: none;height:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#OSC21LvkV76N23ToHC2nhZxqneRwBdnU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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: none;height:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:46.875rem;display:block; }
#PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzGr8kP7apLuKvZR8h57eLa9TICiJVel { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { 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:#f8ac78;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#hEQ7KOOq3wOW4AgvSkkUCsIDI0bfa8Tu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.630859375rem;left:0.5625rem; }
#oe2uCE4tUn7DWfmd7VpMFoT6zaSyFGHg { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:1.6845703125rem;left:2.5rem;height:1.8056625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #srcqwUaiMz1kKbZwUzclIwZb0cMIvnBO { top:2.1875rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6zreKopFKuw4dVWyLTrR374LJWWZt53 { width:1.4375rem;height:1.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { top:12rem;left:0rem;width:32.5rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { top:28.375rem;left:0rem;width:32.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:37.5rem;height:50rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { display:block; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNne8DGttP4irSH0BMpRirlTNgkGXzKh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { top:5.3125rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { top:0rem;left:21.375rem;width:26.375rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTqCd9FkBHSiMPThZglQGaglKuPTdF3 { top:24.125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { width:0.5rem;height:31.25rem;top:36.25rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfu7cTACpVXzcrTNu3nyqcfh7AFhKVt8 { width:0.5rem;height:31.25rem;top:36.25rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIzVEIN61p0LyzT58HCsVPHSosO6pKei { width:0.5rem;height:31.25rem;top:36.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVZ8GK5x7BpXLiXEQHSLlmNtrX51QgW { width:0.5rem;height:31.25rem;top:36.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { top:15.375rem;left:0rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:15rem;height:0.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { top:15.375rem;left:16.375rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:15rem;height:0.5rem;top:20rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { top:15.25rem;left:32.75rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:15rem;height:0.5rem;top:20.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:47.75rem;height:18.5625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { display:block; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { top:33.8125rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydZVT42MvecRza9TWlH18vG9MdKmU1A { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:14.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:27.75rem;height:49.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { top:33.8125rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { display:block; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { top:7.4375rem;left:0rem;width:35.1875rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { top:7.4375rem;left:11.1875rem;width:36.5625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block; }
 }@media only screen and (max-width: 763px) { #i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLL2sEeqyxVRseGChJAifRb8CQsIW71 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIdqwFvWugc88k4lM169iUmEMRWFcZU { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:11.625rem;height:12.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:7.125rem;height:12.8125rem;top:13.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:7rem;height:12.5rem;top:13.6875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:18.8125rem;height:13.875rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { width:9.375rem;height:12.5rem;top:26.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk5dREeGz1tlnVTX329gKysm2I5csIU { width:7rem;height:12.5rem;top:26.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { width:7rem;height:12.5rem;top:13.6875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:10.875rem;height:19.5625rem;top:38.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:9.375rem;height:12.5rem;top:26.1875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:18.75rem;height:12.5rem;top:38.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6Utn5rehcUdMQ1QIMTrp9TNQscFgSx { width:18.75rem;height:12.5rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR2a5arMh3srJVbUhX142qPGDKwJvFda { width:13.1875rem;height:12.3125rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDAVKNHPzWkTMDwpp9K3X4rmhIKKH0i { width:17.4375rem;height:12.375rem;top:13.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm85yqAOSxqcxlwKZIPAadxawMvOFoRw { width:7rem;height:12.625rem;top:13.6875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pziUkZVIvAPFDL8VnMNhN8ScB2dVwzt9 { width:7rem;height:12.5rem;top:13.6875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLRy8cxMZar6wmfeWehqnyPzs5TxaKo { width:7rem;height:12.5rem;top:26.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voD86Sx0MzGOUq9A4TGzce6zZHMI6cfP { width:7rem;height:12.5rem;top:26.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6wf2lgDTHq3TsPPDIaTHsFNDkTLR06 { width:7rem;height:12.625rem;top:26.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7pxWxK6G6WGVlM6ow0O9gZ9hXD867G { width:7rem;height:12.5rem;top:26.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk4fOqcNnRqMOmvpzTbDk4Vy5yiXroqI { width:10.875rem;height:19.3125rem;top:38.6875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22uUveQp6zWEMqnEck9hSJMZoFRZo4R { width:10.8125rem;height:19.3125rem;top:38.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAyuGdeykNFZgxINV8ARcZcb4DWmqeF { width:10.8125rem;height:19.3125rem;top:38.6875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7vEUpodiHot0ngO8XW9ofwXpWnHvRK { width:10.8125rem;height:19.3125rem;top:38.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHbVpT3XPUIPLrPSyeTriKLHWQAqZep { width:10.8125rem;height:19.3125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5nq15d5TuLck1iAb6z9pgKVgN0LKS6 { width:10.8125rem;height:19.3125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:13.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.5rem;height:1.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { width:1.5rem;height:1.5rem;top:19.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.5rem;height:1.5rem;top:19.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQ7KOOq3wOW4AgvSkkUCsIDI0bfa8Tu { width:1.4375rem;height:1.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe2uCE4tUn7DWfmd7VpMFoT6zaSyFGHg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b2fe1e2-b32f-4723-8fb3-95ee1dc788f7/990CBB503FBE433BA095E838E6333B71_1_201_a.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXz0RoCcsCLJqidOEeubeE4QygoMutlN { width:14.875rem;height:3.75rem;top:20.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCHgn5M948kqrC7zKTtqTONJz5eJLyCl { display:block; }
 }@media only screen and (max-width: 763px) { #s6X5yy9QqhKX8X3tK7q47WKWXlo5Ri6G { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPHTXNgE0w5hBhzik3Mfs2waFXEDuBk8 { display:block; }
 }@media only screen and (max-width: 763px) { #niLEN44rXZCaSIeecm06rhHfxGhAUTIa { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW6aAEdaRX65CZB3E1aAkBh6flFkoEX { display:block; }
 }@media only screen and (max-width: 763px) { #uA8vw3iHqKGrHvJQJH6rCXQdfzWBIiF4 { width:10rem;height:3.75rem;top:11.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogt1X8WuDIdbrTSgsUqp4IwTHtEhO4zd { display:block; }
 }@media only screen and (max-width: 763px) { #N1XdHWWwbtK1lVkXw6n5eWGiRetPF6S1 { width:7.5rem;height:3.75rem;top:15.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKZ864iSWDITI0nRRl3KEilQuoMpy6J { display:block; }
 }@media only screen and (max-width: 763px) { #srcqwUaiMz1kKbZwUzclIwZb0cMIvnBO { width:12.5rem;height:1.8681625rem;top:27.625rem;left:6.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6zreKopFKuw4dVWyLTrR374LJWWZt53 { display:flex;width:1.4375rem;height:1.4375rem;top:27.625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:#1c1c1c;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.adaptive-delivery-prevent-bg, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyload, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyloading { background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { width:17.5rem;height:9.44825rem;top:2.75rem;left:1.25rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { width:17.5rem;height:5.09765625rem;top:13.4375rem;left:1.25rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.75rem;top:20.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { width:12.75rem;height:3.75rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:20rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a { display:block; }#zy7p8AcvIikpnG6JCcNSo1GSpJNFzu8a > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUkDwDRHB43CxEMoPIyaHzdmU30UKBAa { width:20rem;height:18.691375rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNne8DGttP4irSH0BMpRirlTNgkGXzKh { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXWzmOp3dX2AxzkVT02Hbgg4UcWZhvK { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDsQTT4hQ7JOotEvlwC3OJ7d9BHAA6Bw { width:11.25rem;height:20rem;top:26.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTqCd9FkBHSiMPThZglQGaglKuPTdF3 { width:20rem;height:20rem;top:64.2724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfam8FXGwtD6RQabxmN3nJ3OWfswSzc1 { width:20rem;height:13.59375rem;top:47.1044921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu8QKGt59ccIGD4nFG3rMgBCKuosvlLQ { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfu7cTACpVXzcrTNu3nyqcfh7AFhKVt8 { width:0.5rem;height:31.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIzVEIN61p0LyzT58HCsVPHSosO6pKei { width:0.5rem;height:31.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVZ8GK5x7BpXLiXEQHSLlmNtrX51QgW { width:0.5rem;height:31.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.54980625rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:6.796875rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.79980625rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:6.796875rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:2.54980625rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:6.796875rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.54980625rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz { display:block; }#dqTfyHWIiQOBGFZnvGTk7TyhluXxsZpz > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMprfX5CTds0hm3IVf8CiLvvrBicVhuu { width:16.25rem;height:4.6494125rem;top:9.125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsAGLaXwnM3dCg3xxU31ilffPw2iVde { width:16.25rem;height:1.9121125rem;top:15.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnhiixpTIB07K3JshvD5GkfEMxqGc5KW { width:16.25rem;height:0.5rem;top:14.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFtbHMIdVJduzZR9GDDmtt5hvr50mNM { width:16.25rem;height:1.9121125rem;top:31.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9n24RMN8Ff05yzZXTv9pq4dHEWX0ynB { width:16.25rem;height:4.6494125rem;top:24.6875rem;left:1rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkH93qMyXhyqNuLeNcg1tdCEgueorK0b { width:16.25rem;height:0.5rem;top:30.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5OlQnFLsOPTSA6sCndTwKpgeHhB1Ng { width:16.25rem;height:1.9121125rem;top:46.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIrgTO0V1Wvscm3QRvW7TqeL56iGS7Hp { width:16.25rem;height:4.6494125rem;top:39.6875rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dfmvINlNyCTkzwW0NrlRawT0zpSx7p { width:16.25rem;height:0.5rem;top:44.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0FD98STMv02KJ0EGiVhOrnw9zvG1y8 { width:20rem;height:43.375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M { display:block; }#Qaxi2e8qWDzgDngsQJumQU2mdJ3gM87M > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6GthGSNlTegSdN7dx9Mzih5hoMpXN7l { width:16.25rem;height:1.69921875rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEJPkFGQl5goqX9eb8lxiTxB8Prv4u2r { width:16.25rem;height:5.5996125rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaTBbia22MLh8ratonUaWQ81q0tnAmQ { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUhHzTxQZhBAH45FwcO7G7CEfJkiwTAG { width:16.25rem;height:5.09765625rem;top:18.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBDsh34DTPXTqX0VMi0vLFfiha6ggBZ { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqgvpJkNNE3Wg46Di2tEdeFWRyDsou5K { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FKSz2C4Gwq5cJ53a1k6qpFM4QCXNg2gF { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b1Kg9whafPwnK5AAcQkgNnipOI3U6y8y { width:17.5rem;height:6.796875rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BpE68RXiK53m0xCeDhyMzunFm1cCJRAO { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4R8kT4xeNTn4HqonV6zEibNM8Dz6zMy { width:17.5rem;height:5.09765625rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGT6NvTZwqQ6qk0pPKFvor2bJruOF0ce { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MzkZTuoTFIWdli750HEMMfeU20D2Wc6M { width:17.5rem;height:2.54980625rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSXDk5uEa0iKJli3q8Hy1vsIFq2mDCZu { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNN4c0hwNJckC5ecB9mRhGUoD2DscLE { width:17.5rem;height:5.09765625rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TydZVT42MvecRza9TWlH18vG9MdKmU1A { display:flex;width:2.125rem;height:2.125rem;top:71.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eH6pKWgnIN8Ahyh1cMPARv6gU6BXg1EK { width:17.5rem;height:2.54980625rem;top:74.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phmdxl3U7uyOki1BsdMq8HIdt38Duot0 { display:block; }#phmdxl3U7uyOki1BsdMq8HIdt38Duot0 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvte6JsVxTIu5Oya6XX0tNhw541GOPlQ { width:20rem;height:5.5996125rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBzkI8RUowQyO9A7kPT2HyAZucnSetOT { width:20rem;height:5.09765625rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoa6fqxvPqx6zMWW8zdFEC77zMNzM2w { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43bspkM9tmf40yJ40Kzkm0nGFghyoOD { display:block; }
 }@media only screen and (max-width: 763px) { #C55XRrxif0v8CRMtVfh3A0Q00cF9EfID { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8O0dQzf6tKfOVz4MVwcU7pSZMn0bDX { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR90v75BtStIibM0et9CLhDVLPlkMAFm { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIXAKZRHTCocw3Ow43LtZ3Dt8PQXIHO { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZJ5s8k7DIMx2SSLihfBaOgiXV9bfld { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaaeT2Z2IFlqLxIUIkSl7xI5RuGxEmaG { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWIXf3ZROyWPoGncueQmlCmacpp2NSHg { width:11.25rem;height:20rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm { display:block; }#KxNXnm2w9PxMw3AlQfU0L8WzxK2llCtm > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC34PfzBideCZW53tEa4bT4PovTs6LTD { width:16.25rem;height:1.69921875rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olsWgCtVy5yoThKRNoOEbhft5BlpU0RQ { width:16.25rem;height:2.79980625rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc3X4bOrXN2EEheDvEAex1gK2SIJoPR { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4zXRZU7xXC8p1Mkyo8IK5Ps7aQfiiaQ { width:16.25rem;height:5.09765625rem;top:18.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA086S4RaEcihTVdq7t4znTZ5CyUw9B8 { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96gSVHm27tQEbFRRsxGcIOWkJhQ4SRW { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Hno3VIrW0nADUdqoU1xJ1z1ewotXvbqp { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFmaPuOtSZhQ8ThbGENkndqVQLVbUC6s { width:17.5rem;height:5.09765625rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNI2ZgAkUXyUamEE4Z19xO8pvTZ8swPa { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hseMROp0DbJ78gyxwAg6iMGQ5XRU6ThO { width:17.5rem;height:10.1953125rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJcKBZWIn6yHHAa54eok1N7f23o9LW0T { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bpgNCGTwcRnQ65EM0JF9la6l6pGkr9lV { width:17.5rem;height:2.54980625rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITLdrKk3FP3TQa7bmGfzP2kK0ChfcTAX { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9AfgnRZsArhdxQGZypse2LxCduLGLEQ { width:17.5rem;height:3.3984375rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gNQHvO0dxtTxyvw9WQbsEpUQa0z2OIX4 { display:flex;width:2.125rem;height:2.125rem;top:71.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WkQB4fpv1wzosUOO6hrZ7VPRHaZkN52P { width:17.5rem;height:2.54980625rem;top:74.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd { display:block; }#fGrE3ogGAKR1gaNrmsit0gvJpdAKecyd > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqzae6eDuTy7Fz1H1nHCOoBNIaWx40sT { width:20rem;height:6.2988125rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IBEWDHyWcUcRL7xEidt65KDG3c4RexOV { width:20rem;height:5.736325rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #W95i7e5uBVmdaHoxOeIHeITvVIeM6NTo { width:12.75rem;height:3.75rem;top:29.9375rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LQfsQZ064Mm0bGgW0HVHRhBFNBpdcsxI { display:block; }
 }@media only screen and (max-width: 763px) { #i1clOJiMz7b6oxJhro9VmQB8yOuZK8BT { width:0.5rem;height:27.5rem;top:12.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGs4TiTleMDTfmsDBg0llSAnxFsw9gfK { width:0.5rem;height:27.5rem;top:12.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLL2sEeqyxVRseGChJAifRb8CQsIW71 { width:0.5rem;height:27.5rem;top:12.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIdqwFvWugc88k4lM169iUmEMRWFcZU { width:0.5rem;height:27.5rem;top:12.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ { display:block; }#Ogv9zX27t56zeGOXMMhGbznl5IQLVbwQ > .row .container { width:20rem;height:471.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhbFiuULDRg1EPxRCSqFbEJiE9GW0XMy { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqtP528wKJZPciBL99k1Pp3WIpnB3kP2 { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg6QqH9OT070U3lvZyGZwuuxRFMub0qn { width:19.9375rem;height:21.4375rem;top:8.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI3GTavU8IFFSTd5FnB1fbtoonpIZmbk { width:7.5rem;height:13.3125rem;top:30.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKOgb0krGvZrqPNZUb0pLXBbu4htA9b { width:7.5rem;height:13.3125rem;top:30.0615234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXCMk0MV8OaXfII4SJXcAwsKQqi9N8X7 { width:19.875rem;height:14.6875rem;top:43.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHLDeBMa5EmQiqshJs0Cp2gdnuxr8HvQ { width:11.375rem;height:15.25rem;top:58.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk5dREeGz1tlnVTX329gKysm2I5csIU { width:7.4375rem;height:13.3125rem;top:30.0615234375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzt00MHOwhF9hcAQ2lOPT4EctL93KnEl { width:8.5rem;height:15.1875rem;top:58.0615234375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMCynWX8gCsSurh5WLd8N035UMINuLtI { width:8.5rem;height:15.3125rem;top:73.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1nHQ9g72v4N8hXFtt2tz9JviRuHpNr { width:11.3125rem;height:15.1875rem;top:73.3115234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipiHlstuNDnsBhGD9f8ZUtRbAtIRAQGr { width:20rem;height:13.3125rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6Utn5rehcUdMQ1QIMTrp9TNQscFgSx { width:20rem;height:13.3125rem;top:134.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBzm2Q7yhO8f5Jf23RpwLrpoaxB1MWX { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B55w0pBgE2O4bgM3PLzJJyCApDX7iAB9 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNE59Azn14spNV73Lcpfz5Vu3vpm5Hh2 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc740m2eQRiD7PmDksWV0Q1n6GSV90E { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR2a5arMh3srJVbUhX142qPGDKwJvFda { width:20rem;height:18.6875rem;top:88.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDAVKNHPzWkTMDwpp9K3X4rmhIKKH0i { width:20rem;height:14.125rem;top:107.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm85yqAOSxqcxlwKZIPAadxawMvOFoRw { width:20rem;height:36.375rem;top:121.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pziUkZVIvAPFDL8VnMNhN8ScB2dVwzt9 { width:20rem;height:36.125rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLRy8cxMZar6wmfeWehqnyPzs5TxaKo { width:19.9375rem;height:35.875rem;top:184.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voD86Sx0MzGOUq9A4TGzce6zZHMI6cfP { width:20rem;height:36rem;top:220.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6wf2lgDTHq3TsPPDIaTHsFNDkTLR06 { width:19.9375rem;height:36.25rem;top:362.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7pxWxK6G6WGVlM6ow0O9gZ9hXD867G { width:7rem;height:12.5rem;top:302.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk4fOqcNnRqMOmvpzTbDk4Vy5yiXroqI { width:10.875rem;height:19.3125rem;top:398.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22uUveQp6zWEMqnEck9hSJMZoFRZo4R { width:20rem;height:35.9375rem;top:399.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAyuGdeykNFZgxINV8ARcZcb4DWmqeF { width:20rem;height:35.9375rem;top:435.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7vEUpodiHot0ngO8XW9ofwXpWnHvRK { width:19.625rem;height:35.25rem;top:327.6875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHbVpT3XPUIPLrPSyeTriKLHWQAqZep { width:19.5625rem;height:35.6875rem;top:292rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5nq15d5TuLck1iAb6z9pgKVgN0LKS6 { width:20rem;height:35.9375rem;top:256.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:20rem;height:164.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:20rem;height:17.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { width:17.5rem;height:49.714875rem;top:61rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { width:17.5rem;height:1.69921875rem;top:55.80078125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { display:flex;width:2rem;height:2rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:20rem;height:17.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { width:17.5rem;height:43.9785rem;top:11.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { width:17.5rem;height:1.69921875rem;top:111.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { display:flex;width:2rem;height:2rem;top:28.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:20rem;height:17.8125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { width:17.5rem;height:43.9785rem;top:115.333984375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { width:17.5rem;height:1.69921875rem;top:160.3740234375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { display:flex;width:2rem;height:2rem;top:48.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBODtdl41VetcGxybT57RUwZ7wbvzK0u { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:20rem;height:3.3984375rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:7.64941875rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:9.375rem;height:2.75rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:9.375rem;height:2.75rem;top:4.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:9.375rem;height:2.75rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:1.69921875rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEQ7KOOq3wOW4AgvSkkUCsIDI0bfa8Tu { display:flex;width:1.4375rem;height:1.4375rem;top:16.44921875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #oe2uCE4tUn7DWfmd7VpMFoT6zaSyFGHg { width:20rem;height:1.8056625rem;top:17.88671875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }