.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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#e51947;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:26.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { box-sizing:content-box;height:4.125rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.0625rem;left:63.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.625rem;left:71.6875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { box-sizing:content-box;height:4rem;width:8.75rem;position:absolute;display:block;z-index:14998;background-color:#34a853;background-image:none;top:1.25rem;left:63.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:2.75rem;left:67.25rem;height:2.47411875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.75rem;left:64.375rem;overflow:hidden;display:block; }
#xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.625rem;top:1.09375rem;left:2.5625rem;overflow:hidden;display:block; }
#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#122435;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; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { background-color: transparent; background-image: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .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); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { border-width: 0; border-radius: 0; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:3.96875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:40.78125rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:0.63720703125rem;left:61.0625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:0.681640625rem;left:23.34375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f39223fa-3c43-4c91-98bd-843282a399dc/Bookkeepingscaled.jpg");background-position:center !important;background-repeat: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; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41.adaptive-delivery-prevent-bg, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyload, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyloading { background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { background-color: transparent; background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,36,53,0.98); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,36,53,0.98); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .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); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { border-width: 0; border-radius: 0; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::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; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DdOI99T0xxESZptGdxIA4q7hfcSZRwRH { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#RB1nqM99SeNQW2wIACMspdsKmGTosRBe { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.5rem;height:8.287125rem;font-style:normal;display:block; }
#DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;top:2.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.181640625rem;left:4.15625rem;height:1.2246125rem;font-style:normal;display:block; }
#emnf5qlmu2PkUvI5zgbtlqz3MKqo5zHU { background-color:#e51947;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.6875rem;left:2.5rem;display:block; }
#JrxZ64W8eWIaDbTzCU6RWPwNZIfQMIwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:42.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36af60d90f96216187555368b1f143647c656ae0.svg); }
#oJu7PkN8XL6cSmtJrhRehyRlU7AzvXNZ { box-sizing:content-box;height:10rem;width:31.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:20rem;left:41.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pX0QlvtvN0rfg1gQry9vHoWFd9iRKhW4 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:27.5rem;left:44.375rem;height:1.2749rem;font-style:normal;display:block; }
#TRhxniSQNlHoHJhffGmi0XmELuWXEuCl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.375rem;left:70rem;overflow:hidden;display:block; }
#K4dn1so9h7OSpXUewDBE3klqJZlVFAwm { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24.94970703125rem;left:42.5rem;height:1.29980625rem;font-style:normal;display:block; }
#VOHCLtZoxxKaATeOcnfTJXyG916ouLkv { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.44970703125rem;left:42.5rem;height:1.29980625rem;font-style:normal;display:block; }
#o1yTvzT3iz5BqiAVlIQPOTdqTKhosBab { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.5rem;left:42.5rem;overflow:hidden;display:block; }
#Kr0ZZJRu2Ku4MHwnCDSfrKvPhfWpwgn0 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.75rem;width:31.25rem;top:2.5rem;left:41.25rem;overflow:hidden;display:block; }
#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,249,246,0.91);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; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { background-color: transparent; background-image: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .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); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { border-width: 0; border-radius: 0; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { position:absolute;display:block;z-index:15000;height:16.4375rem;width:18.75rem;top:8.625rem;left:28.125rem;display:block; }
#QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { box-sizing:content-box;height:28.9375rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:7.375rem;left:25rem;display:block; }
#x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { box-sizing:content-box;height:5rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:#e51947;background-image:none;top:2.375rem;left:25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PSHu7KGUZN6cFVIsplk5optFKETcQxPo { box-sizing:content-box;height:3.75rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:#e51947;background-image:none;top:36.125rem;left:25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:3.65625rem;left:26.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { box-sizing:content-box;height:1.875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.1);background-image:none;top:37.0625rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:37.5rem;left:31.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63625dc9-0552-453f-90bb-6cd981b25290/accountants.webp");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; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK.adaptive-delivery-prevent-bg, #PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK.lazyload, #PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK.lazyloading { background-image: none; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container { background-color: transparent; background-image: none; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container > .video-iframe-container { display: none; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row > .video-iframe-container { display: none; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .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); }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container { border-width: 0; border-radius: 0; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK::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; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#yLKm0Ad7ZJLWZieyxaLGdTJCOdsBCr1i { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.375rem;top:2.1875rem;left:48rem;overflow:hidden;display:block; }
#wB6BQGniJ9T4fZbs5rq1KkDS8TrQwMwL { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:6.0625rem;top:1.25rem;left:39.4375rem;overflow:hidden;display:block; }
#CIJ0vN5ZFMSaER5Xn4KyPlD6cLtEqmkX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.6875rem;top:2.8125rem;left:3.75rem;overflow:hidden;display:block; }
#LIflFP3Npn6do0qAu82kJm77ZRReOG3a { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.25rem;left:20rem;overflow:hidden;display:block; }
#S3bxJmd0GgnTmxAfKHPqlKn4Fz7TdCJL { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.5rem;width:14.375rem;top:2.0625rem;left:57.25rem;overflow:hidden;display:block; }
#UT7t4TZWuUZlIpElshR4N2MNyCb4Nkml { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.5625rem;width:6.6875rem;top:3.125rem;left:29.25rem;overflow:hidden;display:block; }
#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#122435;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; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { background-color: transparent; background-image: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container > .video-iframe-container { display: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container { display: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .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); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { border-width: 0; border-radius: 0; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { box-sizing:content-box;height:11.1875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:22.8125rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HOyfVA9neokdxCdFm530N5zl6T22cEpI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.4375rem;left:3.75rem;overflow:hidden;display:block; }
#x6RBsg2fMnnsA18458QRqQy9n5LoF99w { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.1875rem;left:5rem;overflow:hidden;display:block; }
#E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:5rem;height:1.29980625rem;font-style:normal;display:block; }
#yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:31.5rem;left:7.5rem;height:1.2749rem;font-style:normal;display:block; }
#QVxWHJGEur6CeX2ahaUOnlonX8paVelC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.4375rem;left:27.5rem;overflow:hidden;display:block; }
#NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { box-sizing:content-box;height:11.4375rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:22.625rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:28.75rem;height:1.29980625rem;font-style:normal;display:block; }
#RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5625rem;left:28.75rem;height:2.5996125rem;font-style:normal;display:block; }
#o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.1875rem;left:28.75rem;overflow:hidden;display:block; }
#mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:31.5rem;left:31.25rem;height:1.2749rem;font-style:normal;display:block; }
#DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.4375rem;left:51.25rem;overflow:hidden;display:block; }
#iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:22.625rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5rem;left:52.5rem;height:1.29980625rem;font-style:normal;display:block; }
#u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:31.0625rem;left:52.5rem;overflow:hidden;display:block; }
#lUhTQTzhqn727kMTRv75662DHlBnGguS { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:31.375rem;left:55rem;height:1.2749rem;font-style:normal;display:block; }
#CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.5rem;height:2.5996125rem;font-style:normal;display:block; }
#eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5625rem;left:5rem;height:2.5996125rem;font-style:normal;display:block; }
#TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.5rem;left:21.25rem;overflow:hidden;display:block; }
#SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.5rem;left:45rem;overflow:hidden;display:block; }
#fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:68.75rem;overflow:hidden;display:block; }
#u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2rem;left:11.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.6875rem;left:17.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { background-color:#064672;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.3125rem;left:30.0625rem;display:none; }
#RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { position:relative;display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { background-color: transparent; background-image: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container > .video-iframe-container { display: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row > .video-iframe-container { display: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .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); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { border-width: 0; border-radius: 0; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { box-sizing:content-box;height:9.6875rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:20.25rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { color:#e51947;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:22.5625rem;left:5rem;height:1.4624rem;font-style:normal;display:block; }
#mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:25rem;left:5.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.75rem;left:3.8125rem;overflow:hidden;display:block; }
#CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { box-sizing:content-box;height:9.6875rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:20.1875rem;left:27.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:24.9375rem;left:28.875rem;height:2.5996125rem;font-style:normal;display:block; }
#nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { color:#e51947;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:22.5rem;left:28.8125rem;height:1.4624rem;font-style:normal;display:block; }
#LXxSsttbegh8zq08D9e7R8d2XaEduWQV { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.6875rem;left:27.625rem;overflow:hidden;display:block; }
#w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { box-sizing:content-box;height:9.6875rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:20.1875rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:24.9375rem;left:52.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { color:#e51947;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:22.5rem;left:52.5rem;height:1.4624rem;font-style:normal;display:block; }
#GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.6875rem;left:51.3125rem;overflow:hidden;display:block; }
#dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { color:#e51947;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:4.1875rem;left:11.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { color:rgba(47,53,60,0.8);display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.96875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { background-color:#e51947;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.3125rem;left:30.0625rem;display:block; }
#H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63625dc9-0552-453f-90bb-6cd981b25290/accountants.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.adaptive-delivery-prevent-bg, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyload, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyloading { background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { border-width: 0; border-radius: 0; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::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; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;top:2.5rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MmCwRzU2B1IgGQpffLdrWikroDXkffAX { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.375rem;height:1.29980625rem;font-style:normal;display:block; }
#TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { color:#ffffff;display:block;width:67.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:13.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { background-color:#e51947;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.75rem;left:28.75rem;display:block; }
#tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96afcef4-e845-44aa-9d45-107085a99a63/roofing.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN.adaptive-delivery-prevent-bg, #xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN.lazyload, #xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN.lazyloading { background-image: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { background-color: transparent; background-image: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #122435; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container > .video-iframe-container { display: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #122435; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container { display: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .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); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { border-width: 0; border-radius: 0; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN::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; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ix99GuvfkaenHMM1NlTJDKECMshuXNmC { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:15.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HynnE7l9PqPUDSDbsIpiBHwDkPRcUSb0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:7.5625rem;left:15rem; }
#wtTcvptVAg9ql37Z6H6taM6JQqLfQ5i5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.5625rem;left:36.25rem; }
#tQlS3A4KUIiZJyMQEqRFibqcNmefQmlW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.5625rem;left:57.5rem; }
#v3QaZbvKOFTenvuHAP7Mibdkyr1Oy9r9 { color:#bdeeff;display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:14.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AomJcsiTinGU1h38drhW128TUh87godf { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.26220703125rem;left:8.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mbenhp51gq51l9OoKM1o8RVTiFH3xbdu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.26220703125rem;left:30rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeO1a4LBKmn91TRHA4yGDEi3odl4doTK { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.26220703125rem;left:51.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQliu7oiLQmztZZ7sCcv2fXBiIQTgsET { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:8.75rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zu8udPzDAED22AcM0zOaf1BTnmaItI0k { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyb99BifPHCTSReF4JUG6VivwcraNcGc { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.8125rem;left:51.25rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwfCemE17hQm8QnPfdoZ0r7iNOyaxNla { background-color:#e51947;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.9375rem;left:30rem;display:block; }
#QNTLH2X8l9qc0sSaQCHpp5XEs1spMLHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrgPKPscfuTtmvagTFbpgps2SWXK4cbm { box-sizing:content-box;height:11.25rem;width:17.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:6.3125rem;left:7.5rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#BTpppan1IMyImrt8pLmkEb1OpKXZOFnH { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;background-color:#e51947;background-image:none;top:6.3125rem;left:7.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#cUTU8vfIkUyuVK5pZXolaxOvJlu0BvUV { color:#122435;display:block;width:2.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qIfJG0zSixziLKR18zI6sUx3bXmD9Bcv { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:#e51947;background-image:none;top:6.3125rem;left:28.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#HKuE51n9wsGxFFik5cqKZpaaw9MLD7UT { color:#122435;display:block;width:2.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:28.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WslsF7TP0OEiyw9T7l58vaROnTSG8F7Z { box-sizing:content-box;height:11.25rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:6.3125rem;left:28.75rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#J5fLLuIDy4QKaZg1m6BuOSE9ZUwc3LLL { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;background-color:#e51947;background-image:none;top:6.3125rem;left:50rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#FvwPEQnq4aslTwlAD3O45rdnMSx9XpXX { color:#122435;display:block;width:2.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7rem;left:50rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gkwhd1JKSllpV7fLOzUoo14n9lt5CSTp { box-sizing:content-box;height:11.25rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:6.3125rem;left:50rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e51947;border-left:0.0625rem solid #e51947;border-right:0.0625rem solid #e51947;border-bottom:0.0625rem solid #e51947;display:block; }
#TeeWkooS8MMobxcfDiNBr47xOMQkMPiH { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;top:23.8125rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#L7TA2J7IXrCkCcozdKDksLitHPfgGDEr { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375rem;left:29.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#122435;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; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { background-color: transparent; background-image: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container > .video-iframe-container { display: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container { display: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .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); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { border-width: 0; border-radius: 0; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.5625rem;width:28.75rem;top:2.4375rem;left:2.5rem;overflow:hidden;display:block; }
#ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { color:#e51947;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.75rem;height:5.19921875rem;font-style:normal;display:block; }
#U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:4.9375rem;left:35.4375rem; }
#DxecHxroOuUzIfT3uuypDEH3QI70L1Db { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:38.75rem;height:3.8994125rem;font-style:normal;display:block; }
#uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { color:#e51947;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:13.6875rem;left:35.4375rem; }
#HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9375rem;left:38.75rem;height:3.8994125rem;font-style:normal;display:block; }
#corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { color:#e51947;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.4375rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:22.4375rem;left:35.4375rem; }
#o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.6875rem;left:38.75rem;height:5.19921875rem;font-style:normal;display:block; }
#ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { color:#e51947;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.75rem;height:1.7871125rem;font-style:normal;display:block; }
#B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:31.1875rem;left:35.4375rem; }
#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e51947;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; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { border-width: 0; border-radius: 0; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.6875rem;left:52.5rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1875rem;left:2.625rem;height:8.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.75rem;top:1.75rem;left:2.625rem;overflow:hidden;display:block; }
#RSTU77xf47m74kUMlrN3zohqiKGSZomu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { border-width: 0; border-radius: 0; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.5625rem;left:2.5rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AglgPCbViCnVZkmPtqMwTLF580LE4e2M { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:0.625rem;left:50.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.625rem;left:57.375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0.625rem;left:66.4375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28a745;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { border-width: 0; border-radius: 0; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { width:3.125rem;height:3.125rem;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { width:1.5625rem;height:0;top:4.625rem;left:13.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { top:2.0625rem;left:39rem;width:8.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:4.625rem;left:46.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { top:1.25rem;left:39rem;width:8.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:4.8125rem;height:2.4375rem;top:2.75rem;left:42.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { top:2.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { top:1.0625rem;left:0rem;width:7.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { top:0.625rem;left:0.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { top:0.625rem;left:23.625rem;width:12.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { top:0.625rem;left:37.21875rem;width:9.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { top:0.625rem;left:13.125rem;width:9.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { display:block; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdOI99T0xxESZptGdxIA4q7hfcSZRwRH { top:15.9375rem;left:0rem;width:33.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1nqM99SeNQW2wIACMspdsKmGTosRBe { top:6.25rem;left:0rem;width:31.375rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { top:2.5rem;left:0rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { top:3.125rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnf5qlmu2PkUvI5zgbtlqz3MKqo5zHU { width:17.5rem;height:2.5rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxZ64W8eWIaDbTzCU6RWPwNZIfQMIwA { display:block; }
 }@media only screen and (max-width: 763px) { #dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT { top:2.1875rem;left:17.3125rem;width:30.4375rem;height:7.6875rem;font-size:1rem;display:block; }#dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36af60d90f96216187555368b1f143647c656ae0.svg); }
 }@media only screen and (max-width: 763px) { #oJu7PkN8XL6cSmtJrhRehyRlU7AzvXNZ { top:20rem;left:16.5rem;width:31.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX0QlvtvN0rfg1gQry9vHoWFd9iRKhW4 { top:27.5rem;left:27rem;width:20.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhxniSQNlHoHJhffGmi0XmELuWXEuCl { top:27.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dn1so9h7OSpXUewDBE3klqJZlVFAwm { top:24.9375rem;left:18.5rem;width:29.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOHCLtZoxxKaATeOcnfTJXyG916ouLkv { top:22.4375rem;left:28.875rem;width:18.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1yTvzT3iz5BqiAVlIQPOTdqTKhosBab { top:27.5rem;left:28.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr0ZZJRu2Ku4MHwnCDSfrKvPhfWpwgn0 { top:2.5rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { display:block; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { top:8.625rem;left:5.125rem;width:18.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { top:7.375rem;left:0rem;width:25rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { top:2.375rem;left:0rem;width:25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHu7KGUZN6cFVIsplk5optFKETcQxPo { top:36.125rem;left:0rem;width:25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { top:3.625rem;left:1.3125rem;width:22.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { top:37.0625rem;left:11.375rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { top:37.5rem;left:11.375rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK { display:block; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLKm0Ad7ZJLWZieyxaLGdTJCOdsBCr1i { width:7.375rem;height:3.6875rem;top:2.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB6BQGniJ9T4fZbs5rq1KkDS8TrQwMwL { width:6.0625rem;height:5rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJ0vN5ZFMSaER5Xn4KyPlD6cLtEqmkX { width:13.6875rem;height:2.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIflFP3Npn6do0qAu82kJm77ZRReOG3a { width:5.5625rem;height:5.5625rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bxJmd0GgnTmxAfKHPqlKn4Fz7TdCJL { width:14.375rem;height:3.5rem;top:2.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7t4TZWuUZlIpElshR4N2MNyCb4Nkml { width:6.6875rem;height:2.5625rem;top:3.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { display:block; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { top:22.8125rem;left:0rem;width:20rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfVA9neokdxCdFm530N5zl6T22cEpI { top:11.4375rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6RBsg2fMnnsA18458QRqQy9n5LoF99w { top:31.1875rem;left:0.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { top:24.6875rem;left:0.4375rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { top:31.5rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxWHJGEur6CeX2ahaUOnlonX8paVelC { top:11.4375rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { top:22.625rem;left:11.75rem;width:20rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { top:24.625rem;left:14.3125rem;width:17.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { top:26.5625rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { top:31.1875rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { top:31.5rem;left:17.25rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { top:11.4375rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { top:22.625rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { top:24.5rem;left:31.75rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { top:31.0625rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhTQTzhqn727kMTRv75662DHlBnGguS { top:31.375rem;left:32.1875rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { top:26.4375rem;left:30.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { top:26.5625rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { top:31.5rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { top:31.5rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { top:31.25rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { top:5.6875rem;left:0rem;width:40.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { width:14.875rem;height:2.625rem;top:34.3125rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block; }
 }@media only screen and (max-width: 763px) { #CHanAsqtHDgBZeTqubvbhq8hW490ZHir { display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { top:20.25rem;left:0rem;width:20rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { top:22.5625rem;left:0.4375rem;width:14.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { top:25rem;left:0rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { top:8.75rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { top:20.1875rem;left:11.75rem;width:20rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { top:24.9375rem;left:14.3125rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { top:22.5rem;left:15.875rem;width:14.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxSsttbegh8zq08D9e7R8d2XaEduWQV { top:8.6875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { top:20.1875rem;left:27.625rem;width:20rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { top:24.9375rem;left:30.1875rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { top:22.5rem;left:31.75rem;width:14.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { top:8.6875rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { top:4.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { top:2.1875rem;left:0rem;width:29.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { width:15rem;height:2.5rem;top:32.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { top:2.5rem;left:15.125rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { top:3.0625rem;left:15.75rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { top:6.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { top:9.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:15rem;height:2.5rem;top:13.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN { display:block; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix99GuvfkaenHMM1NlTJDKECMshuXNmC { width:44.875rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HynnE7l9PqPUDSDbsIpiBHwDkPRcUSb0 { top:7.5625rem;left:8.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtTcvptVAg9ql37Z6H6taM6JQqLfQ5i5 { top:7.5625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQlS3A4KUIiZJyMQEqRFibqcNmefQmlW { top:7.5625rem;left:37.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3QaZbvKOFTenvuHAP7Mibdkyr1Oy9r9 { width:4.1875rem;height:1.125rem;top:11.5rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomJcsiTinGU1h38drhW128TUh87godf { width:15rem;height:1.25rem;top:11.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbenhp51gq51l9OoKM1o8RVTiFH3xbdu { width:15rem;height:1.25rem;top:11.25rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeO1a4LBKmn91TRHA4yGDEi3odl4doTK { width:14.375rem;height:1.25rem;top:11.25rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQliu7oiLQmztZZ7sCcv2fXBiIQTgsET { width:15rem;height:2.25rem;top:13.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu8udPzDAED22AcM0zOaf1BTnmaItI0k { width:15.25rem;height:2.25rem;top:13.8125rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyb99BifPHCTSReF4JUG6VivwcraNcGc { width:15.3125rem;height:2.25rem;top:13.8125rem;left:30.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfCemE17hQm8QnPfdoZ0r7iNOyaxNla { width:15rem;height:2.5rem;top:19.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTLH2X8l9qc0sSaQCHpp5XEs1spMLHb { display:block; }
 }@media only screen and (max-width: 763px) { #zrgPKPscfuTtmvagTFbpgps2SWXK4cbm { top:6.3125rem;left:0.6875rem;width:17.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpppan1IMyImrt8pLmkEb1OpKXZOFnH { top:6.3125rem;left:0.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTU8vfIkUyuVK5pZXolaxOvJlu0BvUV { width:2.5rem;height:1.25rem;top:6.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfJG0zSixziLKR18zI6sUx3bXmD9Bcv { top:6.3125rem;left:21.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKuE51n9wsGxFFik5cqKZpaaw9MLD7UT { width:2.5rem;height:1.25rem;top:7rem;left:21.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WslsF7TP0OEiyw9T7l58vaROnTSG8F7Z { top:6.3125rem;left:6.3125rem;width:17.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5fLLuIDy4QKaZg1m6BuOSE9ZUwc3LLL { top:6.3125rem;left:29.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvwPEQnq4aslTwlAD3O45rdnMSx9XpXX { width:2.5rem;height:1.25rem;top:7rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkwhd1JKSllpV7fLOzUoo14n9lt5CSTp { top:6.3125rem;left:29.5625rem;width:17.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeeWkooS8MMobxcfDiNBr47xOMQkMPiH { top:23.8125rem;left:6.3125rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7TA2J7IXrCkCcozdKDksLitHPfgGDEr { top:24.375rem;left:7.5625rem;width:16.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { display:block; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { top:2.4375rem;left:0rem;width:28.75rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { top:4.9375rem;left:14rem;width:33.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { top:7.4375rem;left:16.5rem;width:31.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { top:4.9375rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxecHxroOuUzIfT3uuypDEH3QI70L1Db { top:16.1875rem;left:16.5rem;width:31.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { top:13.6875rem;left:14rem;width:33.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { top:13.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { top:24.9375rem;left:16.5625rem;width:31.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { top:22.4375rem;left:14rem;width:33.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { top:22.4375rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { top:33.6875rem;left:16.5rem;width:31.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { top:31.1875rem;left:14rem;width:33.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { top:31.1875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { top:5.6875rem;left:27.1875rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { top:6.1875rem;left:0rem;width:20rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { top:1.75rem;left:0rem;width:5.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { top:0.5625rem;left:0rem;width:20.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { top:0.625rem;left:36.9375rem;width:5.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { top:0.625rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { top:0.625rem;left:39.1875rem;width:6.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#e51947;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;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { width:7.5rem;height:3.75rem;top:2.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { width:7.5rem;height:1.25rem;top:1.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:5rem;height:2.4375rem;top:2.75rem;left:13.125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { width:1.25rem;height:1.25rem;top:3.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfe7LNkPasEqsLQ2Fre5HEM2hzOHdQ7 { width:5.1875rem;height:3.625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { width:6.9375rem;height:0;top:12.3505859375rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #UeJGd4zwt3pST2KtKU7KwJyJkuHvyBqO { width:11.9375rem;height:0;top:13.8496125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mn63ANrIz0J7MNwF0cezkMQUbvDn3m1o { width:8.8125rem;height:1.48730625rem;top:1.21240234375rem;left:10.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BT8cf9EP31nBZGGiomhVW2Ln3oqvBKqn { width:9.5625rem;height:1.48730625rem;top:1.1630859375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IcZaCkM5wGvfmZqKoEldKroDaNWopT41 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac258a84-801a-4a0c-8c0a-bb5050ad68ae/HIUSystemRepairsInstallations.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41.adaptive-delivery-prevent-bg, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyload, #IcZaCkM5wGvfmZqKoEldKroDaNWopT41.lazyloading { background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { background-color: transparent; background-image: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row > .video-iframe-container { display: none; }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .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); }#IcZaCkM5wGvfmZqKoEldKroDaNWopT41 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdOI99T0xxESZptGdxIA4q7hfcSZRwRH { width:17.5625rem;height:5.19921875rem;top:11.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RB1nqM99SeNQW2wIACMspdsKmGTosRBe { width:17.875rem;height:5.0371125rem;top:4.9375rem;left:1.0625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCUDvfRuXOigdwgQSqfVsfklCpGnyQqE { width:17.5625rem;height:2.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpUZTr3x5emNJnxKTzGi3cUsnZdhK3Tq { width:13.875rem;height:1.2246125rem;top:1.9375rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emnf5qlmu2PkUvI5zgbtlqz3MKqo5zHU { width:15rem;height:2.5rem;top:18rem;left:2.5rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JrxZ64W8eWIaDbTzCU6RWPwNZIfQMIwA { display:block; }
 }@media only screen and (max-width: 763px) { #dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT { width:16.3125rem;height:0;top:11.1875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#dKg7J8UbXeXKDkeZsShzo0fPU7nVzbqT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36af60d90f96216187555368b1f143647c656ae0.svg); }
 }@media only screen and (max-width: 763px) { #oJu7PkN8XL6cSmtJrhRehyRlU7AzvXNZ { width:17.5rem;height:10.5625rem;top:31.75rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pX0QlvtvN0rfg1gQry9vHoWFd9iRKhW4 { width:11.5625rem;height:1.2749rem;top:39.8125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TRhxniSQNlHoHJhffGmi0XmELuWXEuCl { width:1.25rem;height:1.25rem;top:39.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dn1so9h7OSpXUewDBE3klqJZlVFAwm { width:15rem;height:2.5996125rem;top:36.0625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VOHCLtZoxxKaATeOcnfTJXyG916ouLkv { width:15rem;height:1.29980625rem;top:33.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #o1yTvzT3iz5BqiAVlIQPOTdqTKhosBab { width:1.25rem;height:1.25rem;top:39.8125rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Kr0ZZJRu2Ku4MHwnCDSfrKvPhfWpwgn0 { width:17.5rem;height:10.5rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { background-color:rgba(250,249,246,0.91);background-image:none;display:block; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { background-color: transparent; background-image: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .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); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { width:16.3125rem;height:17.5625rem;top:8.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { width:17.5rem;height:28.5625rem;top:7.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { width:17.5rem;height:5rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHu7KGUZN6cFVIsplk5optFKETcQxPo { width:17.5rem;height:3.75rem;top:34.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { width:20rem;height:1.86865rem;top:4.0029296875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { width:12.5rem;height:1.875rem;top:35.875rem;left:3.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { width:12.5rem;height:1.04980625rem;top:36.3125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK { display:block; }#PdLh3KVNWD9fEgePLae6deC3Bhtd7cyK > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLKm0Ad7ZJLWZieyxaLGdTJCOdsBCr1i { width:4.8125rem;height:2.375rem;top:4.21875rem;left:13.14208984375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wB6BQGniJ9T4fZbs5rq1KkDS8TrQwMwL { width:5.5rem;height:4.5625rem;top:9.625rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIJ0vN5ZFMSaER5Xn4KyPlD6cLtEqmkX { width:10rem;height:1.8125rem;top:4.5rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LIflFP3Npn6do0qAu82kJm77ZRReOG3a { width:4.5rem;height:4.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3bxJmd0GgnTmxAfKHPqlKn4Fz7TdCJL { width:7.375rem;height:1.75rem;top:1.21875rem;left:11.86083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7t4TZWuUZlIpElshR4N2MNyCb4Nkml { width:3.875rem;height:1.4375rem;top:1.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { display:block; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { width:17.5rem;height:11.3125rem;top:23.625rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfVA9neokdxCdFm530N5zl6T22cEpI { width:17.5rem;height:10.9375rem;top:13.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6RBsg2fMnnsA18458QRqQy9n5LoF99w { width:1.25rem;height:1.25rem;top:32.375rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { width:15rem;height:1.29980625rem;top:24.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { width:11.1875rem;height:1.2749rem;top:32.375rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QVxWHJGEur6CeX2ahaUOnlonX8paVelC { width:17.5rem;height:10.9375rem;top:37.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { width:17.5rem;height:11.3125rem;top:47.375rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { width:15rem;height:1.29980625rem;top:48.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { width:15rem;height:2.5996125rem;top:50.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { width:1.25rem;height:1.25rem;top:56.125rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { width:10.8125rem;height:1.2749rem;top:56.125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { width:17.5rem;height:10.9375rem;top:61.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { width:17.5rem;height:11.25rem;top:71rem;left:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { width:14.875rem;height:1.29980625rem;top:72.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { width:1.25rem;height:1.25rem;top:79.875rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #lUhTQTzhqn727kMTRv75662DHlBnGguS { width:10.75rem;height:1.2749rem;top:79.875rem;left:4.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { width:15.125rem;height:3.8994125rem;top:74.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { width:15rem;height:2.5996125rem;top:27.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { width:1.25rem;height:1.25rem;top:32.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { width:1.25rem;height:1.25rem;top:56.125rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { width:1.25rem;height:1.25rem;top:79.875rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { width:17.625rem;height:3.73730625rem;top:1.4375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { width:17.5rem;height:3.8994125rem;top:6.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { width:15rem;height:2.5rem;top:84.25rem;left:2.5rem;color:#ffffff;font-size:1rem;z-index:15011;background-color:#e51947;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block; }
 }@media only screen and (max-width: 763px) { #CHanAsqtHDgBZeTqubvbhq8hW490ZHir { display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { width:17.5rem;height:9.375rem;top:19.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { width:12.6875rem;height:1.4624rem;top:21.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { width:15rem;height:2.5996125rem;top:24rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { width:17.375rem;height:10.8125rem;top:9.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { width:17.5rem;height:8.4375rem;top:41.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { width:14.9375rem;height:2.5996125rem;top:46.25rem;left:2.5625rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { width:14.3125rem;height:1.4624rem;top:43.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxSsttbegh8zq08D9e7R8d2XaEduWQV { width:17.5rem;height:10.9375rem;top:31.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { width:17.5rem;height:8.75rem;top:62.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { width:15rem;height:2.5996125rem;top:67.5rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { width:14.3125rem;height:1.4624rem;top:65rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { width:17.5rem;height:10.9375rem;top:52.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { width:17.5rem;height:3.73730625rem;top:3.625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { width:15rem;height:2.5rem;top:72.5rem;left:2.5rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5c9c0b9-8ccf-4df7-9480-ef368959a4a1/femalebookkeeper.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.adaptive-delivery-prevent-bg, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyload, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyloading { background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { width:17.5rem;height:2.5rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { width:16.3125rem;height:1.29980625rem;top:3.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { width:18.375rem;height:3.73730625rem;top:6.3125rem;left:0.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { width:17.5625rem;height:5.19921875rem;top:11.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:15rem;height:2.5rem;top:17.5rem;left:2.5rem;color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN { background-color:#2f353c;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { background-color: transparent; background-image: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container > .video-iframe-container { display: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container { display: none; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .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); }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xg3ZTIa7Fp5dCL5f9gi7RtwiiyW3z5tN > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix99GuvfkaenHMM1NlTJDKECMshuXNmC { width:17.5rem;height:5.60595625rem;top:1.3125rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HynnE7l9PqPUDSDbsIpiBHwDkPRcUSb0 { display:flex;width:2.5rem;height:2.5rem;top:8.6875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wtTcvptVAg9ql37Z6H6taM6JQqLfQ5i5 { display:flex;width:2.5rem;height:2.5rem;top:22.4375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tQlS3A4KUIiZJyMQEqRFibqcNmefQmlW { display:flex;width:2.5rem;height:2.5rem;top:36.1875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #v3QaZbvKOFTenvuHAP7Mibdkyr1Oy9r9 { width:4.1875rem;height:1.13720625rem;top:52.25rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AomJcsiTinGU1h38drhW128TUh87godf { width:10.25rem;height:1.13720625rem;top:12.4375rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mbenhp51gq51l9OoKM1o8RVTiFH3xbdu { width:10.25rem;height:1.13720625rem;top:26.1875rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeO1a4LBKmn91TRHA4yGDEi3odl4doTK { width:13.6875rem;height:1.13720625rem;top:40.056640625rem;left:3.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQliu7oiLQmztZZ7sCcv2fXBiIQTgsET { width:15rem;height:2.2744125rem;top:14.9375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zu8udPzDAED22AcM0zOaf1BTnmaItI0k { width:15.3125rem;height:2.2744125rem;top:28.6875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyb99BifPHCTSReF4JUG6VivwcraNcGc { width:15.3125rem;height:2.2744125rem;top:42.3125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwfCemE17hQm8QnPfdoZ0r7iNOyaxNla { width:17.5rem;height:3.0625rem;top:47.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTLH2X8l9qc0sSaQCHpp5XEs1spMLHb { display:block; }
 }@media only screen and (max-width: 763px) { #zrgPKPscfuTtmvagTFbpgps2SWXK4cbm { width:17.5rem;height:11.25rem;top:7.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpppan1IMyImrt8pLmkEb1OpKXZOFnH { width:2.5rem;height:2.5rem;top:7.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTU8vfIkUyuVK5pZXolaxOvJlu0BvUV { width:2.5rem;height:1.13720625rem;top:8.0625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIfJG0zSixziLKR18zI6sUx3bXmD9Bcv { width:2.5rem;height:2.5rem;top:21.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKuE51n9wsGxFFik5cqKZpaaw9MLD7UT { width:2.5rem;height:1.13720625rem;top:21.875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WslsF7TP0OEiyw9T7l58vaROnTSG8F7Z { width:17.5rem;height:11.25rem;top:21.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5fLLuIDy4QKaZg1m6BuOSE9ZUwc3LLL { width:2.5rem;height:2.5rem;top:34.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvwPEQnq4aslTwlAD3O45rdnMSx9XpXX { width:2.5rem;height:1.13720625rem;top:35.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gkwhd1JKSllpV7fLOzUoo14n9lt5CSTp { width:17.5rem;height:11.25rem;top:34.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeeWkooS8MMobxcfDiNBr47xOMQkMPiH { width:17.5625rem;height:2.5rem;top:51.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7TA2J7IXrCkCcozdKDksLitHPfgGDEr { width:16.3125rem;height:1.13720625rem;top:51.75rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { display:block; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { width:17.4375rem;height:22.8125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { width:16.8125rem;height:1.3808625rem;top:26.125rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { width:16.8125rem;height:9.098625rem;top:28.9375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { display:flex;width:1.25rem;height:1.25rem;top:26.1875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DxecHxroOuUzIfT3uuypDEH3QI70L1Db { width:16.875rem;height:5.19921875rem;top:41.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { width:15.3125rem;height:1.3808625rem;top:39.5rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { display:flex;width:1.25rem;height:1.25rem;top:39.625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { width:17.5625rem;height:6.499rem;top:50.25rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { width:13.875rem;height:1.3808625rem;top:48.25rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { display:flex;width:1.25rem;height:1.25rem;top:48.375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { width:17.4375rem;height:10.3984375rem;top:60.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { width:14.375rem;height:1.3808625rem;top:58.375rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { display:flex;width:1.25rem;height:1.25rem;top:58.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { background-color:#e51947;background-image:none;display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { width:17.5625rem;height:7.43653125rem;top:13.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { width:17.5625rem;height:8.285125rem;top:3.625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HxAy9ZDslXk2o4MJ6wrw0fJaC1va8Os7 { width:3.375rem;height:2.25rem;top:1.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { background-color:#e51947;background-image:none;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { width:17.8125rem;height:1.04980625rem;top:1.25rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { width:5.125rem;height:0.9624rem;top:2.75rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { width:6.5rem;height:0.9624rem;top:2.75rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { width:5rem;height:0.9624rem;top:2.75rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }