.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); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { background-color:#ff8080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { background-color: transparent; background-image: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container > .video-iframe-container { display: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container { display: none; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .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); }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { border-width: 0; border-radius: 0; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { font-size:0.875rem;font-family:raleway;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:22.625rem;height:1.91284375rem;font-style:normal;display:block; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:raleway;font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:raleway;font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;z-index:15032; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #Cv05AfV8dOaKIWfUW50VvdnireaDFNbA { display:flex;position:relative;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #A9ngcoL5yn9swabxM4pFpXNgWT769PbI { width:auto; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #K7mAhraHRbzGDecbEUU8IXZpROT2GuAQ {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #bhWH7JeeaBspc5Ck2fpiPc7iCOUEGASm { display:flex;position:relative;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #vFq06NHx6ifR7FIMGDMEivDHqkkUJlhf {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #zSfB2PL5dEGGPFwbKBTwVyaJgcwObqHO {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #aaDqAAZg0BPQmEETUng76lXfMs5GTTEd { display:flex;position:relative;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #fpccDTahoCpH5MG9I0HqJi0PkaTHkSdp {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #uTGp6odWXFc8e9c7sdP2BytTIJQTHJAm {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #lfuEyAdW67ChGICOx35C3ozLEvAATIa1 { display:flex;position:relative;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #XQBFSHZZh3APEUyWRXEKoucWkkyvprMR {  }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #ELme38LFXEdlRvSfZUTG5QLIgN8n5t5K {  }
#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.adaptive-delivery-prevent-bg, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyload, #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO.lazyloading { background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { background-color: transparent; background-image: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { display: none; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .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); }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { border-width: 0; border-radius: 0; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO::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; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { font-size:0.875rem;font-family:raleway;height:66.9375rem;width:75rem;position:relative;display:block; }#dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.7490234375rem;left:7.578125rem;height:18.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { color:#b5b5b5;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:57.1875rem;left:7.5rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:46.9375rem;left:66.3125rem;display:block; }
#qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:46.9375rem;left:68.6875rem;display:block; }
#VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:46.9375rem;left:71.0625rem;display:block; }
#dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:46.9375rem;left:73.4375rem;display:block; }
#FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { background-color:#ff8080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.749rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:61.749267578125rem;left:31.12548828125rem;display:block; }
#LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eil1sE2CmOHfkPeqWV6PGG9wzhsXMZQ4 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.187rem;width:61.12425rem;top:21.3427734375rem;left:7.015380859375rem;display:block; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .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); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:raleway;height:47.5rem;width:75rem;position:relative;display:block; }#mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.55005rem;font-style:normal;display:block; }
#JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { color:#ff8080;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67431875rem;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; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.55005rem;font-style:normal;display:block; }
#UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:1.69921875rem;font-style:normal;display:block; }
#Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:26.25rem;overflow:hidden;display:block; }
#WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.55005rem;font-style:normal;display:block; }
#LspoGQSzdDqzIno54xonWHSFphxB00xG { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:1.69921875rem;font-style:normal;display:block; }
#B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:22.5rem;top:16rem;left:52.5rem;overflow:hidden;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:raleway;height:40rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.55005rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:3.3984375rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#ff8080;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:3.3984375rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.55005rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff808033', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,128,128,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:3.3984375rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.55005rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { background-color: transparent; background-image: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .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); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { border-width: 0; border-radius: 0; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { font-size:0.875rem;font-family:raleway;height:58.125rem;width:75rem;position:relative;display:block; }#pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(255,128,128,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.55005rem;font-style:normal;display:block; }
#Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.5rem;height:1.69921875rem;font-style:normal;display:block; }
#K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(255,128,128,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:40rem;height:1.69921875rem;font-style:normal;display:block; }
#disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:2.55005rem;font-style:normal;display:block; }
#w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(255,128,128,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#kiUQBTQRWni9FFxoF23fKWBTC15UttZG { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:44.875rem;left:2.5rem;height:1.69921875rem;font-style:normal;display:block; }
#EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:2.55005rem;font-style:normal;display:block; }
#ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(255,128,128,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff808033' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(255,128,128,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { color:#ededed;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:44.875rem;left:40rem;height:1.69921875rem;font-style:normal;display:block; }
#PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:2.55005rem;font-style:normal;display:block; }
#okfUMypUD974uJDF2UxICgNTbk691c56 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { color:#ff8080;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNJARixfvCe1ROA83xIbsZdLNXELTWkk { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#DxZB4d3ER1589soWQxTtdaTtytSvmPVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { background-color: transparent; background-image: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container > .video-iframe-container { display: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container { display: none; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .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); }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { border-width: 0; border-radius: 0; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.5625rem;left:0rem;height:7.349625rem;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; }
#u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { color:#ededed;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:25.8125rem;left:0rem;height:3.3984375rem;display:block; }
#sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { background-color:#ff8080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:29.3125rem;left:37.5rem;overflow:hidden;display:block; }
#GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:29.3125rem;left:56.25rem;overflow:hidden;display:block; }
#V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { position:absolute;display:block;z-index:15024;background-color:#ff8080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:13.5rem;left:0rem;display:block; }
#O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { color:#260000;display:block;width:9.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.5625rem;left:1.3125rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container { background-color: transparent; background-image: none; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container > .video-iframe-container { display: none; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row > .video-iframe-container { display: none; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .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); }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container { border-width: 0; border-radius: 0; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container { font-size:0.875rem;font-family:raleway;height:58.3125rem;width:75rem;position:relative;display:block; }#gzBTTvBhES0idn5D0Wqs52LiT0figIKU { color:#ff8080;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgMmnUImV4QddK2mRnynHzvDIHzZMFwy { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xflqTwTSgTMRFTPt59rlEsfWwpWn0HXU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.125rem;left:0rem;overflow:hidden;display:block; }
#O2KulQ3eWaHr0P97BG3ibihFXwhFO1xX { 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:25rem;width:25rem;top:14.125rem;left:25rem;overflow:hidden;display:block; }
#UWq4LHvVruNP3GiD7fLnUPTZ2WOAGQAk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:14.125rem;left:50rem;overflow:hidden;display:block; }
#Fb1yyAlTDucIxhBG0s0kyO9U6cca156k { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:39.125rem;left:0rem;overflow:hidden;display:block; }
#OGTXin9PrLI7T61QnKV8dn9ANNySBwaz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:39.125rem;left:18.75rem;overflow:hidden;display:block; }
#siHcmvzKpugTN4SwwtlAfJpD5xaVNIfk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:39.125rem;left:37.5rem;overflow:hidden;display:block; }
#qVpnCzwhmm3OMziNhdL71WdmTkr8r22D { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:39.125rem;left:56.25rem;overflow:hidden;display:block; }
#HQwu8IADT3AV8cFcsIV8b0QKi5Z5V65I { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:51.625rem;left:18.5625rem;display:block; }
#Sbi7OFJUxuWtSDwnkpoI4ER2zbKeiwSz { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:51.625rem;left:37.25rem;display:block; }
#wbvSrls7zJ9iuLytQai0Tnedpmd4ZLRA { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:51.625rem;left:56.0625rem;display:block; }
#Gbn3pFmvXFbLJUS6QqD0thHsuE61i4HJ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff80804c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,128,128,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:24.8125rem;display:block; }
#TFVeA9ApRlOr2Th2RwvH4sbwF06AJpJE { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff80804c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,128,128,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:49.8125rem;display:block; }
#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/finance-law-b2b_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.adaptive-delivery-prevent-bg, #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.lazyload, #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy.lazyloading { background-image: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { background-color: transparent; background-image: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container > .video-iframe-container { display: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container { display: none; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .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); }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { border-width: 0; border-radius: 0; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy::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; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iH38VIwMCXCc9szN53ZE71rOJchoTfBd { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.875rem;left:10rem;height:1.91284375rem;text-align:center;text-align-last:center;display:block; }
#iK032r1ns61WnSNxAg0cQU15HACKze3n { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { position:absolute;display:block;z-index:15001;background-color:#ff8080;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #Cv05AfV8dOaKIWfUW50VvdnireaDFNbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #A9ngcoL5yn9swabxM4pFpXNgWT769PbI {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #K7mAhraHRbzGDecbEUU8IXZpROT2GuAQ {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #bhWH7JeeaBspc5Ck2fpiPc7iCOUEGASm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #vFq06NHx6ifR7FIMGDMEivDHqkkUJlhf {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #zSfB2PL5dEGGPFwbKBTwVyaJgcwObqHO {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #aaDqAAZg0BPQmEETUng76lXfMs5GTTEd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #fpccDTahoCpH5MG9I0HqJi0PkaTHkSdp {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #uTGp6odWXFc8e9c7sdP2BytTIJQTHJAm {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #lfuEyAdW67ChGICOx35C3ozLEvAATIa1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #XQBFSHZZh3APEUyWRXEKoucWkkyvprMR {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #ELme38LFXEdlRvSfZUTG5QLIgN8n5t5K {  }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { top:2.6875rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { top:57.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.4375rem;height:20rem;top:46.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.4375rem;height:20rem;top:46.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.4375rem;height:20rem;top:46.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.4375rem;height:20rem;top:46.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #Eil1sE2CmOHfkPeqWV6PGG9wzhsXMZQ4 { top:21.3125rem;left:0rem;width:47.75rem;height:26.706736687976rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { top:16rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { top:16rem;left:12.625rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { top:16rem;left:25.25rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZB4d3ER1589soWQxTtdaTtytSvmPVv { display:block; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block; }
 }@media only screen and (max-width: 763px) { #sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { top:29.3125rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { top:29.3125rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { width:12.5rem;height:1.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww { display:block; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzBTTvBhES0idn5D0Wqs52LiT0figIKU { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgMmnUImV4QddK2mRnynHzvDIHzZMFwy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xflqTwTSgTMRFTPt59rlEsfWwpWn0HXU { width:25rem;height:25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2KulQ3eWaHr0P97BG3ibihFXwhFO1xX { width:25rem;height:25rem;top:14.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWq4LHvVruNP3GiD7fLnUPTZ2WOAGQAk { width:25rem;height:25rem;top:14.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1yyAlTDucIxhBG0s0kyO9U6cca156k { width:18.75rem;height:12.5rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTXin9PrLI7T61QnKV8dn9ANNySBwaz { width:18.75rem;height:12.5rem;top:39.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHcmvzKpugTN4SwwtlAfJpD5xaVNIfk { width:18.75rem;height:12.5rem;top:39.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVpnCzwhmm3OMziNhdL71WdmTkr8r22D { width:18.75rem;height:12.5rem;top:39.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQwu8IADT3AV8cFcsIV8b0QKi5Z5V65I { width:0.5rem;height:5rem;top:51.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbi7OFJUxuWtSDwnkpoI4ER2zbKeiwSz { width:0.5rem;height:5rem;top:51.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbvSrls7zJ9iuLytQai0Tnedpmd4ZLRA { width:0.5rem;height:5rem;top:51.625rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbn3pFmvXFbLJUS6QqD0thHsuE61i4HJ { width:0.5rem;height:5rem;top:9.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVeA9ApRlOr2Th2RwvH4sbwF06AJpJE { width:0.5rem;height:5rem;top:9.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { top:12.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH38VIwMCXCc9szN53ZE71rOJchoTfBd { top:16.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK032r1ns61WnSNxAg0cQU15HACKze3n { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block; }
 }@media only screen and (max-width: 763px) { #vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 { display:block; }#dQLNzGlw7Gm31eq5gEMvcTA9CTzwah58 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4Zmyr7oaVlFp7QfhLp1xLMnw8WlQkSO { width:20rem;height:3.3984375rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T { display:flex;width:13.5rem;height:3.374375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #Cv05AfV8dOaKIWfUW50VvdnireaDFNbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #A9ngcoL5yn9swabxM4pFpXNgWT769PbI {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #K7mAhraHRbzGDecbEUU8IXZpROT2GuAQ {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #bhWH7JeeaBspc5Ck2fpiPc7iCOUEGASm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #vFq06NHx6ifR7FIMGDMEivDHqkkUJlhf {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #zSfB2PL5dEGGPFwbKBTwVyaJgcwObqHO {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #aaDqAAZg0BPQmEETUng76lXfMs5GTTEd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #fpccDTahoCpH5MG9I0HqJi0PkaTHkSdp {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #uTGp6odWXFc8e9c7sdP2BytTIJQTHJAm {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #lfuEyAdW67ChGICOx35C3ozLEvAATIa1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #XQBFSHZZh3APEUyWRXEKoucWkkyvprMR {  }
 }@media only screen and (max-width: 763px) { #D6XU2xB4r7ltoBzoSEllXyiWD8mo5l7T #ELme38LFXEdlRvSfZUTG5QLIgN8n5t5K {  }
 }@media only screen and (max-width: 763px) { #Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO { display:block; }#Mu0WZeI58VI5N7UZpWpyAQCOb0D1fXpO > .row .container { width:20rem;height:49.498567722712rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTcn8wJVrfyqKVoadk8TJJgBrspM2qh8 { width:20rem;height:9.44825rem;top:5.275390625rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD7up0sXi1hK1sB7pbAfv09W7fbmxdiC { width:20rem;height:5.09765625rem;top:15.7978515625rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDks0aPwXu8otzTw3bABmU4tyJvlHUU0 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyVJlLpRFwaabODC9csxGTWLk7o5uC { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrP9tbZoXU5D0ffJ3bKtqgQtkai4r97i { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrHKsmsilVkgbSbdEM8BJkZOZlCHW623 { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5SMZSwCRhtoBQIIQUB4Z71RTblnnBQ { width:0.5rem;height:20rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMRrAn9iT9vDNkvJegqJDqLKLdGyi9ue { width:0.5rem;height:20rem;top:15.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndJ0UZV5ToX8Tg8r2OPwSqykX3aKhP2 { width:0.5rem;height:20rem;top:15.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy4ePgp2RMHfvAi4wLUeLsDJE8CBFfB2 { width:0.5rem;height:20rem;top:15.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL5QxqkmhaeZUT7VRza05bOdPEvkbM7r { width:12.75rem;height:3.75rem;top:22.3955078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNADQF8TWWGFPJoPvhwFGr9bsC7xKzH { display:block; }
 }@media only screen and (max-width: 763px) { #Eil1sE2CmOHfkPeqWV6PGG9wzhsXMZQ4 { height:11.186067722712rem;width:20rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { width:20rem;height:2.54980625rem;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { width:20rem;height:5.09765625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { width:20rem;height:1.69921875rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:5.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh69GOKLnAMevFKKf4hzxO6UhhBJnHX { width:20rem;height:13.277777777777rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { width:20rem;height:2.54980625rem;top:48.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { width:20rem;height:5.09765625rem;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mam37JHL9AH6TppQwXl2VzGWUmDTtrzA { width:20rem;height:13.277777777777rem;top:35.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { width:20rem;height:2.54980625rem;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { width:20rem;height:5.09765625rem;top:76.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3y3x8dbZAUCTSSsG1UMm5pxmgTLTtkS { width:20rem;height:13.277375rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.54980625rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:6.796875rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.79980625rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:6.796875rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:2.54980625rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:6.796875rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.54980625rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTZFxmAQezDTCCg7CH5IHQLSUtEb8lC { width:20rem;height:16.25rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUxsxqlW0XQnarFQGdTdiBu5i75f9vG4 { display:flex;width:2.125rem;height:2.125rem;top:15.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #aWEb0kqbtNyJShGM72QwH9dgXdUkuJW8 { width:17.5rem;height:2.54980625rem;top:18.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn48s1oLnBNoG3zBxqZNd998W4309t0 { width:17.5rem;height:5.09765625rem;top:21.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2oy51mbtNJwlceWRW3ixlc6hxa3F8Vs { width:20rem;height:16.25rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTw09vZvxJrZzXmf98oy32uNbRn32ukZ { width:17.5rem;height:5.09765625rem;top:39.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #disOiVK2uW3Zs3axAp5aWdyPoxzWRTTr { display:flex;width:2.125rem;height:2.125rem;top:33.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VGLFo4uZV1Mm4K5ZcS5u1RoM6fLAPIGt { width:17.5rem;height:2.54980625rem;top:36.5625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7aVeU0OxHOScwi2cy0f64ItQZT1rU44 { width:20rem;height:16.25rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUQBTQRWni9FFxoF23fKWBTC15UttZG { width:17.5rem;height:5.09765625rem;top:57.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvyuVh9BMN6mh22axmSSGaSiLvxvvmGk { display:flex;width:2.125rem;height:2.125rem;top:51.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #I9dLAC6ad0ea8FgVxs1RXufcg0wceTXO { width:17.5rem;height:2.54980625rem;top:54.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATI8rPTfEI3GkLbnS7VgnTDRcMyvSMMo { width:20rem;height:16.25rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw3XD6IaaVM4ITh38RZR63ybS9nTc5Fx { width:17.5rem;height:5.09765625rem;top:75.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHLPe9BTovuUa83DMCcweUUL8KfQDmmb { width:17.5rem;height:2.54980625rem;top:72.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okfUMypUD974uJDF2UxICgNTbk691c56 { display:flex;width:2.125rem;height:2.125rem;top:69.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SQimVyg9PQgHBXqVgTQsmMiG53DOUeQc { width:20rem;height:1.69921875rem;top:4.42578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJARixfvCe1ROA83xIbsZdLNXELTWkk { width:20rem;height:5.5996125rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waqCyu1Eq2i3qqfCTWrk2JGK3sheINfn { width:0.5rem;height:11.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU8VvM15bGOhEy7XyFL991TtO1L0oQnL { width:0.5rem;height:11.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMBOeDgJElZtlkohIKqTAe0ZCDVGi1kJ { width:0.5rem;height:11.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P736Zp0zZ3TTR6ZTZkw7V2NkbsNeEPxr { width:0.5rem;height:11.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZB4d3ER1589soWQxTtdaTtytSvmPVv { display:block; }#DxZB4d3ER1589soWQxTtdaTtytSvmPVv > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsnI4s3UwpdfRhUI77zaklfTKApUaxgA { width:20rem;height:5.5996125rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eghFaSkuCvtUaDSIqo4QdLUqcrGHkV { width:20rem;height:6.796875rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrGS4vxuAA6qho3gOT99gbD2FHMVtPn { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlrCQfhZPzQ6BLcdyIOyiPT3iMdw5ST { display:block; }
 }@media only screen and (max-width: 763px) { #sHmtwEJiZLz748zKoKLfZQeSzdRGBXcx { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59EFg3EqIaPnH7TAXBe6K6RBzl9TXeP { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt6gq4ekMHm9GLdS7vZoghbFUTKRr6Mx { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCq9Qwhc3vTErd6hMFZPWr7UJnfG38GR { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGUcWuXJzXGF44sn94WJns2kcTbGUVEy { width:10rem;height:6.625rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLn7GLKQUogFeoH58Ex9KsVJeik1vAO8 { width:10rem;height:6.625rem;top:39.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4qXVlTiMpwvwucc9lmegODO2xH9TH8b { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QTi8H4yJf0gzerVIZuOOJg2hS5h8X4 { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww { display:block; }#ipnsmcAVB8hSIh7h3E0ecdHiFMz3m0ww > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzBTTvBhES0idn5D0Wqs52LiT0figIKU { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgMmnUImV4QddK2mRnynHzvDIHzZMFwy { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xflqTwTSgTMRFTPt59rlEsfWwpWn0HXU { width:20rem;height:20rem;top:8.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2KulQ3eWaHr0P97BG3ibihFXwhFO1xX { width:20rem;height:20rem;top:41.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWq4LHvVruNP3GiD7fLnUPTZ2WOAGQAk { width:20rem;height:20rem;top:74.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1yyAlTDucIxhBG0s0kyO9U6cca156k { width:20rem;height:13.3125rem;top:28.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTXin9PrLI7T61QnKV8dn9ANNySBwaz { width:20rem;height:13.3125rem;top:61.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHcmvzKpugTN4SwwtlAfJpD5xaVNIfk { width:20rem;height:13.3125rem;top:94.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVpnCzwhmm3OMziNhdL71WdmTkr8r22D { width:20rem;height:13.3125rem;top:108.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQwu8IADT3AV8cFcsIV8b0QKi5Z5V65I { width:0.5rem;height:5rem;top:139.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sbi7OFJUxuWtSDwnkpoI4ER2zbKeiwSz { width:0.5rem;height:5rem;top:145.749025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbvSrls7zJ9iuLytQai0Tnedpmd4ZLRA { width:0.5rem;height:5rem;top:151.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gbn3pFmvXFbLJUS6QqD0thHsuE61i4HJ { width:0.5rem;height:5rem;top:29.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFVeA9ApRlOr2Th2RwvH4sbwF06AJpJE { width:0.5rem;height:5rem;top:56.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy { display:block; }#ySNCUe77oCMmBcAKtqGfZJfPgdGV8Vzy > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebZsDFcW0NDso67BxeLPKRVdJQFhMvq2 { width:17.5rem;height:9.44825rem;top:10rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iH38VIwMCXCc9szN53ZE71rOJchoTfBd { width:17.5rem;height:5.736325rem;top:20.625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #iK032r1ns61WnSNxAg0cQU15HACKze3n { width:12.75rem;height:3.75rem;top:27.9375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iQvQdKXTWJaVDAyFwL8PSqRr8zRJEm9v { display:block; }
 }@media only screen and (max-width: 763px) { #vbrLRLLb4CMuftK8iq2WIcZLWeTtTtGl { width:20rem;height:28.75rem;top:6.25rem;left:0rem;display:block; }
 }