.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); }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme { position:relative;display:block; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme { background-color: transparent; background-image: none; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container > .video-iframe-container { display: none; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row > .video-iframe-container { display: none; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .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); }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme { border-width: 0; border-radius: 0; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { position:absolute;display:block;z-index:14999;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { position:absolute;display:block;z-index:14998;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.25rem;top:2.796875rem;left:50.75rem;overflow:hidden;display:block; }
#nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:4.40625rem;height:3.65625rem;font-style:normal;display:block; }
#fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { color:#1ad079;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.09375rem;left:4.40625rem;height:8.125rem;font-style:normal;display:block; }
#sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.81640625rem;left:4.40625rem;height:2.68120625rem;font-style:normal;display:block; }
#esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { box-sizing:content-box;height:33.5rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:6.15625rem;left:48.65625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { position:absolute;display:block;z-index:15009;height:33rem;width:23.6875rem;top:6.4375rem;left:49.03125rem;display:block; }
#zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:10.9375rem;display:none; }
#ftEALflDPwXWpMPKQh4Ofp8zo3GVkZG8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.625rem;top:32.4375rem;left:4.40625rem;overflow:hidden;display:none; }
#Ok4H0bDAvIb5tvPpL1ipZMTHm6geEb5G { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.625rem;top:33.3125rem;left:27.15625rem;overflow:hidden;display:none; }
#LSlNlmEARAWKorJd6hGtcsHhBarIUc23 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.625rem;top:34.499785900116rem;left:4.4053821563721rem;overflow:hidden;display:block; }
#f9P8IvG4BRSdGng3HVhsmiJIKnqlpGxy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;display:none; }
#NEz18eOzRzZTFXN0qVchwZcHzBNOBeb7 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:4.3125rem;left:2.3125rem;display:none; }
#sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:22.748263835907rem;left:4.4053821563721rem;height:9.934875rem;font-style:normal;display:block; }#sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r li:before{  }
#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { position:relative;display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { background-color: transparent; background-image: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container > .video-iframe-container { display: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row > .video-iframe-container { display: none; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .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); }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { border-width: 0; border-radius: 0; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:11.5rem;left:12.9375rem;overflow:hidden;display:block; }
#QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { position:absolute;display:block;z-index:14995;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.0625rem;width:21.0625rem;top:3.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { position:absolute;display:block;z-index:14993;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.0625rem;width:21.0625rem;top:3.0625rem;left:26.875rem;overflow:hidden;display:block; }
#eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { 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:4.0625rem;width:3.6875rem;top:11.5rem;left:35.5625rem;overflow:hidden;display:block; }
#EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { position:absolute;display:block;z-index:14992;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.0625rem;width:21.0625rem;top:3.0625rem;left:49.5rem;overflow:hidden;display:block; }
#tgTSh9w4BBTq01lLgzFgasBTLbPy866z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4rem;top:11.625rem;left:58rem;overflow:hidden;display:block; }
#ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:11.125rem;height:2.11263125rem;font-style:normal;display:block; }
#diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#izJ24mJk2ETN7thkhDAowaAHhHErSaTv { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:7.375rem;height:1.462675rem;font-style:normal;display:block; }
#z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.625rem;height:2.11263125rem;font-style:normal;display:block; }
#b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.625rem;height:1.462675rem;font-style:normal;display:block; }
#sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:56.375rem;height:2.11263125rem;font-style:normal;display:block; }
#RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:58rem;height:1.625rem;font-style:normal;display:block; }
#kPmff5TRgzyyKyyw7SfWd26af7ls3efl { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:55.6875rem;height:1.462675rem;font-style:normal;display:block; }
#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy { position:relative;display:block; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy { background-color: transparent; background-image: none; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container > .video-iframe-container { display: none; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row > .video-iframe-container { display: none; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .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); }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy { border-width: 0; border-radius: 0; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdsFLO0hguoWXopAp6STteiuaIVUNPHg { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:69rem;top:17.45703125rem;left:2.53125rem;overflow:hidden;display:block; }
#PqHmolccHr6TSObD0SCdew4PJ67wmWGV { color:#000000;display:block;width:57.5625rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.03125rem;height:5.525175rem;font-style:normal;display:block; }
#XlOROaWT5BwCGQu0t8BpE3P25CnHOWdb { color:#000000;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0234375rem;left:5.09375rem;height:3.8183625rem;font-style:normal;display:block; }
#qMKLWOylyu9Z5VyOiU0QFxFPmJ5BfJZT { box-sizing:content-box;height:0.875rem;width:34.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1458e3, #20447b);background-image: -moz-linear-gradient(180deg, #1458e3, #20447b);background-image: -ms-linear-gradient(180deg, #1458e3, #20447b);background-image: -o-linear-gradient(180deg, #1458e3, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );";background-image: linear-gradient(180deg, #1458e3, #20447b);background-size:auto !important;top:11.716796875rem;left:20.46875rem;display:block; }
#wQTRZF0T9TwGHvvWlKJ58STWyNLaDOPE { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.716796875rem;left:11.90625rem;height:2.2744125rem;font-style:normal;display:block; }
#m3G3rbTxOSzZeUH6fyk6kXA6bp4Ilw1M { box-sizing:content-box;height:12.5rem;width:32.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:21.67578125rem;left:36.15625rem;display:block; }
#XcBiE02OhB82CErFTw9Nf0zMGe1yOGQ1 { color:#19d7a4;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.67578125rem;left:36.96875rem;height:3.8183625rem;font-style:normal;display:block; }
#nIrF2kIPudxcHlhXNFDhWHzApcBDVBiO { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.744140625rem;left:36.90625rem;height:8.3984375rem;font-style:normal;display:block; }
#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { position:relative;display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:46.875rem;top:7.375rem;left:14.0625rem;overflow:hidden;display:block; }
#sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:66.5625rem;top:9.875rem;left:4.3693181818182rem;overflow:hidden;display:block; }
#G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:block; }
#Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:block; }
#tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:block; }
#HthLET3JBQntAulI4gXovHoFruxkf1AX { 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:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:block; }
#HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { 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:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:block; }
#zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:block; }
#VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7872875rem;font-style:normal;display:block; }
#zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.599825rem;font-style:normal;display:block; }
#AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7872875rem;font-style:normal;display:block; }
#Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.599825rem;font-style:normal;display:block; }
#Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7872875rem;font-style:normal;display:block; }
#Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.599825rem;font-style:normal;display:block; }
#iyJ4iQqD73G2nftPopVKhTr4ru479pLM { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25390625rem;left:8.75rem;height:3.493925rem;font-style:normal;display:block; }
#FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:none; }
#vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { 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:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:none; }
#LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7871125rem;font-style:normal;display:none; }
#F7K2528UzhJrTzmOEyda3yBODSDCiSrP { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.5996125rem;font-style:normal;display:none; }
#V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { 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:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:none; }
#N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#UhinyJmygCB8oQvl908qC8plHJobGP3N { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#l9ZkohS733clG57RCf5C6bbEtbTqqO4G { position:absolute;display:block;z-index:14992;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:49rem;width:75rem;top:0.09375rem;left:0rem;overflow:hidden;display:block; }
#K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.4375rem;display:none; }
#vidl9eWsJ0fIvFqTeuv2PvqEQHOvHDLC { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:25.75rem;left:0rem;display:none; }
#e82Bo1DV4szUtLoO02DtWPmZ8DoACH4a { color:#000000;display:block;width:9.125rem;position:absolute;font-family:arial;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5rem;top:21.75rem;left:4.1875rem;display:none; }
#nQpDhAgpib0EC3KlQ37PoTSXnagCfGIo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:21.625rem;left:5.125rem;display:none; }
#oWmEm1A15afSMk9BXq31JrTWE5MdQ8oH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:37.5rem;display:none; }
#C608GC9bWs7MzWwA9VzxTUJBftIdZiuT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Tv3cXGlHxbVuoiZ49qqWCh3vQcZydpAJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hTOHWrQrtQTF3vyTEvxTgdFmZADko0fV { box-sizing:content-box;height:3rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:#000000;background-image:none;top:46.375rem;left:0rem;display:block; }
#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T { position:relative;display:block; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T { background-color: transparent; background-image: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container > .video-iframe-container { display: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row > .video-iframe-container { display: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .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); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T { border-width: 0; border-radius: 0; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vCeUcJJTaufFxkGaI0dN7dPyVRsXXyoy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.625rem;top:0.90625rem;left:29.6875rem;overflow:hidden;display:block; }
#HoMQ91FH00f1pyusQAkG8Ctxv7EeBmRi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;display:none; }
#xWqaB4a1bh1L7zxRctLwFfescllscOQe { position:relative;display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe { background-color: transparent; background-image: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container > .video-iframe-container { display: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row > .video-iframe-container { display: none; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .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); }#xWqaB4a1bh1L7zxRctLwFfescllscOQe { border-width: 0; border-radius: 0; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:30.9375rem;top:3.6875rem;left:39.6875rem;overflow:hidden;display:block; }
#H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.5625rem;left:4.375rem;height:5.3754375rem;font-style:normal;display:block; }
#Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { color:#000000;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.4375rem;left:4.375rem;height:4.1232625rem;font-style:normal;display:block; }
#pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.4375rem;height:14.296875rem;font-style:normal;display:block; }
#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { position:relative;display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { background-color: transparent; background-image: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .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); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { border-width: 0; border-radius: 0; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.78125rem;height:3.493925rem;display:block; }
#bw5K43ShctcNHAdicFod8zaxeWs49uDa { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.90625rem;height:7.4739375rem;text-align:center;text-align-last:center;display:block; }
#VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { box-sizing:content-box;height:0.375rem;width:64.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.34);background-image:none;top:16.4375rem;left:5.46875rem;display:block; }
#g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.4375rem;left:18.5rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { 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:5.1875rem;width:31.1875rem;top:24.375rem;left:5.15625rem;overflow:hidden;display:block; }
#fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:31.1875rem;top:24.375rem;left:39.09375rem;overflow:hidden;display:block; }
#VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:31.1875rem;top:30.8125rem;left:5.15625rem;overflow:hidden;display:block; }
#pyPplpvRtVh9TxdVGarfVwAs76qFCScb { 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:5.1875rem;width:31.1875rem;top:30.75rem;left:39.15625rem;overflow:hidden;display:block; }
#RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0625rem;left:24.8125rem;height:3.493925rem;display:block; }
#zVoacDc8rmTyG4GU7W5O5MdBxL5hV6To { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.125rem;left:11.1875rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { position:absolute;display:block;z-index:14996;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:52.6875rem;width:74.875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#k8y25AmdcQx99bVXRLs302wSoeGanR2M { position:relative;display:block; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M { background-color: transparent; background-image: none; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container > .video-iframe-container { display: none; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row > .video-iframe-container { display: none; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .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); }#k8y25AmdcQx99bVXRLs302wSoeGanR2M { border-width: 0; border-radius: 0; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n2oS34c8L4UQWUrUni8SaLygA7XXzHOt { color:#1cdcfc;display:block;width:26.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.875rem;height:3.493925rem;display:block; }
#hTno1nSBPhfp9IVaMMluArF9Ffi1JDtT { 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:15.4375rem;width:15.375rem;top:9.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#z1dtI4sXdB15a4OHg37Vv2p6rJXXnn5b { 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:15.374375rem;width:15.374375rem;top:9.7189674377444rem;left:20.874567031861rem;overflow:hidden;display:block; }
#D7y1vvhN1cIXhQ4zPSXFQOcvqedNwNcy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.375rem;top:9.6875004768369rem;left:40.968751907349rem;overflow:hidden;display:block; }
#nVMCluzwN0zV11LXEpBWhobN5IWkhHAg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:13.2498125rem;top:9.75rem;left:57.6875rem;overflow:hidden;display:block; }
#f87NxRR8zLwn34HTDCOkPEvBKEP8DkKb { box-sizing:content-box;height:11.749125rem;width:15.374375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2023, #313d46);background-image: -moz-linear-gradient(180deg, #1c2023, #313d46);background-image: -ms-linear-gradient(180deg, #1c2023, #313d46);background-image: -o-linear-gradient(180deg, #1c2023, #313d46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );";background-image: linear-gradient(180deg, #1c2023, #313d46);background-size:auto !important;top:9.6875rem;left:56.625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#tqXBrMx9E5IykBG173l4VoUnbWwfGCMt { 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:18.625rem;width:15.4375rem;top:9.625rem;left:56.4375rem;overflow:hidden;display:block; }
#PFRJz7uAHOInHzrh6SbTft6caaib6Suw { box-sizing:content-box;height:5.625rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:21.5rem;left:24.3125rem;display:block; }
#l46edC6smoKyVrFA7HLBitDNTl2qKEiR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:15.3125rem;top:9.75rem;left:39rem;overflow:hidden;display:block; }
#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.74));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; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container { background-color: transparent; background-image: none; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container > .video-iframe-container { display: none; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row > .video-iframe-container { display: none; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .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); }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container { border-width: 0; border-radius: 0; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#xO8NrfdOoaxHbTFUuk4N9LPvxWt1i8rW { color:#ffffff;display:block;width:16.124125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.4375rem;height:3.493925rem;display:block; }
#pBBw77Qfx1g5rJF0qmJULOEmuAwOgtEZ { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.25rem;height:3.16796875rem;display:block; }
#gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 { color:#ffffff;display:block;width:7.249375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf { color:#ffffff;display:block;width:14.561625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.3125rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#PRIMkkJzcd0VQeatyLF59INtpdf7QRVb { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#PRIMkkJzcd0VQeatyLF59INtpdf7QRVb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PRIMkkJzcd0VQeatyLF59INtpdf7QRVb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp { color:#ffffff;display:block;width:25.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:32.25rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#iGelp8emuXebAxwAownk3TRNUqV85LsU { color:#ffffff;display:block;width:30.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.25rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#iGelp8emuXebAxwAownk3TRNUqV85LsU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iGelp8emuXebAxwAownk3TRNUqV85LsU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:38.875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#be85Ja6tmyMuczJyyCttJfIWyMk2TNJa { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:36.8125rem;left:40.0625rem;height:9.752625rem;font-style:normal;display:block; }#be85Ja6tmyMuczJyyCttJfIWyMk2TNJa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#be85Ja6tmyMuczJyyCttJfIWyMk2TNJa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.625rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:23.75rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:27.9375rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb { color:#ffffff;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:27.9375rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:52.935117721558rem;left:6.8750019073488rem;height:2.53125rem;font-style:normal;display:block; }#OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 { color:#ffffff;display:block;width:31.1870625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:49.25rem;left:40.0625rem;height:9.752625rem;font-style:normal;display:block; }#qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#AbAfzBqAczgawRkpDBB6EWG5se2bPyce { box-sizing:content-box;height:56.625rem;width:71.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.3125rem;left:1.8125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);display:block; }
#d8WOZ59KpDtGsAKTUpETZqicrX0Ox3if { box-sizing:content-box;height:0.0625rem;width:71.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(227,227,227,0.36);background-image:none;top:8.375rem;left:1.875rem;display:block; }
#TTl27MPl6dOc9fT42cTqSI9xKZg1uaTJ { box-sizing:content-box;height:0.0618489375rem;width:71.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(227,227,227,0.36);background-image:none;top:13.875rem;left:1.8125rem;display:block; }
#cpl51DaATFvRMsugBKPyPFU9NNxMn9XH { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.36);background-image:none;top:18.125rem;left:1.75rem;display:block; }
#UzOtrN0LCiuptJ1o5pb5NmDCzsJfbkHP { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.36);background-image:none;top:22.5rem;left:1.8125rem;display:block; }
#bCTDEvTvhmQuQDCXfWTDudIp3cPspEKA { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.36);background-image:none;top:26.875rem;left:1.75rem;display:block; }
#WTEXB69O1mo7RkyfLIe0zcVUrAEcvoMI { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15031;background-color:rgba(227,227,227,0.36);background-image:none;top:31.0625rem;left:1.75rem;display:block; }
#Z74iULblhp8ASssdcDce9nSvantdsLMg { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(227,227,227,0.36);background-image:none;top:35.3125rem;left:1.75rem;display:block; }
#M0wP0hIreVVnVPlVouAPEg9ni3Xmdkng { box-sizing:content-box;height:0.125rem;width:71.4375rem;position:absolute;display:block;z-index:15033;background-color:rgba(227,227,227,0.36);background-image:none;top:48.0625rem;left:1.75rem;display:block; }
#xHZ94RdtuChcX9vXHJTqL8DULDHn1SSp { box-sizing:content-box;height:56.6875rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(227,227,227,0.39);background-image:none;top:3.3125rem;left:36.75rem;display:block; }
#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(2,2,2,0.56));background-image: -moz-linear-gradient(180deg, #000000, rgba(2,2,2,0.56));background-image: -ms-linear-gradient(180deg, #000000, rgba(2,2,2,0.56));background-image: -o-linear-gradient(180deg, #000000, rgba(2,2,2,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8e020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8e020202' );";background-image: linear-gradient(180deg, #000000, rgba(2,2,2,0.56));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; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { background-color: transparent; background-image: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container > .video-iframe-container { display: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container { display: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .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); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { border-width: 0; border-radius: 0; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { font-size:0.875rem;font-family:arial;height:73.9375rem;width:75rem;position:relative;display:block; }#UEqvdPbHhcczVVDTLVNdI7AGLMAmLJ26 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24.34375rem;height:3.493925rem;display:block; }
#CQXrQ3PlNpHhp4dixPNZ7fxWB8neIdJU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:3.25rem;overflow:hidden;display:block; }
#y7ILI8LPBkw4b6doi5Np47oovrzWirp6 { color:#1ad079;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.5rem;height:2.11263125rem;font-style:normal;display:block; }
#gs4CwgCJBOrBVXk2JOkL4Pq8vT3RvCWo { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:12.9375rem;left:5.5625rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#dwcv2b8hVrzqANhaTVTD5mW67bJ1q2c9 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:12.9375rem;left:26.1875rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#OoS9JcarX080mE6fdgIGgwuH3uOnTF51 { color:#1ad079;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28rem;height:2.11263125rem;font-style:normal;display:block; }
#nrC3TiLRFWn0yp5XHMeaEGyhcxWBrqxM { color:#1ad079;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.0625rem;height:2.11263125rem;font-style:normal;display:block; }
#vpXwIkrN66TmQUr0iNMzL23fJOkfBaBp { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.5625rem;left:49.875rem;height:3.7119125rem;text-align:center;text-align-last:center;display:block; }
#SMzTRORzOVgupMOlJwaPva0COc9eH7iz { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:24.875rem;left:3.875rem;height:3.224825rem;text-align:center;text-align-last:center;display:block; }
#nTsqcLb1S5OpfVT7EDHJ0ekB1DEcorbF { 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:29.5625rem;width:66.5625rem;top:31.25rem;left:4.25rem;overflow:hidden;display:block; }
#lBFZffCQL99Q0A16AiBIL2aAfczOfSsA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:21.25rem;top:67rem;left:25.5625rem;overflow:hidden;display:block; }
#VQusR1FVXJTN9NnvK8TWcoCu2DIKNErt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:25.375rem;overflow:hidden;display:block; }
#RNyzkwniTTArnzDruc1o6KQ2lJGExqnm { 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:11.3125rem;width:21.5rem;top:8.5625rem;left:47.5rem;overflow:hidden;display:block; }
#bfTCENgPNGrTd1rf4atrTOIndxhoqvpf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gpPzs80eethlpAiizXf4U6knaDbBmZcP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.25rem;display:none; }
#OdAC5Di9GmbwehFwRyMncKaoouLoD89U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.25rem;display:none; }
#Vzg58ulvd4Lx06dnp4UrUUozn4mtuKMa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:7.25rem;display:none; }
#kCANgyzewq2rLymFXGA1QZ1LWCJPoQrT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:219.1875rem;left:6.1875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme { display:block; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { top:0rem;left:0rem;width:47.75rem;height:25.665625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { top:2.75rem;left:27.5rem;width:20.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { top:4.3125rem;left:0rem;width:39.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { top:9.0625rem;left:0rem;width:44.25rem;height:8.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { top:18.8125rem;left:0rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { top:6.125rem;left:23.3125rem;width:24.4375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { top:6.4375rem;left:24.0625rem;width:23.6875rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { width:10.9375rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftEALflDPwXWpMPKQh4Ofp8zo3GVkZG8 { top:32.4375rem;left:0rem;width:15.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ok4H0bDAvIb5tvPpL1ipZMTHm6geEb5G { top:33.3125rem;left:13.53125rem;width:15.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSlNlmEARAWKorJd6hGtcsHhBarIUc23 { top:34.4375rem;left:0rem;width:15.625rem;height:3.62413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9P8IvG4BRSdGng3HVhsmiJIKnqlpGxy { width:15.5rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEz18eOzRzZTFXN0qVchwZcHzBNOBeb7 { top:4.3125rem;left:0rem;width:15.3125rem;height:3.625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r { top:22.6875rem;left:0rem;width:37.25rem;height:9.875rem;font-size:1rem;display:block; }#sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r li:before{  }
 }@media only screen and (max-width: 763px) { #ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { top:11.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { top:3.0625rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { top:3.0625rem;left:13.25rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { top:11.5rem;left:21.9375rem;width:3.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { top:3.0625rem;left:26.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTSh9w4BBTq01lLgzFgasBTLbPy866z { top:11.625rem;left:43.75rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { top:17.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { top:19.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJ24mJk2ETN7thkhDAowaAHhHErSaTv { top:21.6875rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { top:17.25rem;left:19rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { top:19.5rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { top:21.6875rem;left:18rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { top:17.25rem;left:38.1875rem;width:9.5625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { top:19.625rem;left:40.6875rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPmff5TRgzyyKyyw7SfWd26af7ls3efl { top:21.6875rem;left:34.5rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy { display:block; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdsFLO0hguoWXopAp6STteiuaIVUNPHg { top:17.4375rem;left:0rem;width:47.75rem;height:14.489356884058rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHmolccHr6TSObD0SCdew4PJ67wmWGV { top:1.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlOROaWT5BwCGQu0t8BpE3P25CnHOWdb { top:7rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMKLWOylyu9Z5VyOiU0QFxFPmJ5BfJZT { top:11.6875rem;left:6.84375rem;width:34.0625rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTRZF0T9TwGHvvWlKJ58STWyNLaDOPE { top:13.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3G3rbTxOSzZeUH6fyk6kXA6bp4Ilw1M { top:21.625rem;left:15.125rem;width:32.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBiE02OhB82CErFTw9Nf0zMGe1yOGQ1 { top:21.625rem;left:11.625rem;width:36.125rem;height:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrF2kIPudxcHlhXNFDhWHzApcBDVBiO { top:25.6875rem;left:17.125rem;width:30.625rem;height:8.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { top:7.375rem;left:0.4375rem;width:46.875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { top:9.875rem;left:0rem;width:47.75rem;height:14.930281690141rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { top:39.1875rem;left:14.681640625rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { top:3.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { top:39.1875rem;left:14.681640625rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { top:50.375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { top:52.75rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { top:0.0625rem;left:0rem;width:47.75rem;height:31.196666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { width:3.4375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vidl9eWsJ0fIvFqTeuv2PvqEQHOvHDLC { top:25.75rem;left:0rem;width:20rem;height:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e82Bo1DV4szUtLoO02DtWPmZ8DoACH4a { top:21.75rem;left:0rem;width:9.125rem;height:5rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQpDhAgpib0EC3KlQ37PoTSXnagCfGIo { top:21.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWmEm1A15afSMk9BXq31JrTWE5MdQ8oH { width:37.5rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C608GC9bWs7MzWwA9VzxTUJBftIdZiuT { display:none; }
 }@media only screen and (max-width: 763px) { #Tv3cXGlHxbVuoiZ49qqWCh3vQcZydpAJ { display:none; }
 }@media only screen and (max-width: 763px) { #hTOHWrQrtQTF3vyTEvxTgdFmZADko0fV { top:46.375rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T { display:block; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCeUcJJTaufFxkGaI0dN7dPyVRsXXyoy { top:0.875rem;left:16.0625rem;width:15.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMQ91FH00f1pyusQAkG8Ctxv7EeBmRi { width:15.5rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWqaB4a1bh1L7zxRctLwFfescllscOQe { display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { top:3.6875rem;left:16.8125rem;width:30.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { top:3.5625rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { top:10.4375rem;left:0rem;width:33rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { top:16.25rem;left:0rem;width:31.75rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5K43ShctcNHAdicFod8zaxeWs49uDa { top:6.875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { top:16.4375rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { top:18.4375rem;left:4.875rem;width:39.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { top:24.375rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { top:24.375rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { top:30.8125rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPplpvRtVh9TxdVGarfVwAs76qFCScb { top:30.75rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { top:40.0625rem;left:11.1875rem;width:27.125rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVoacDc8rmTyG4GU7W5O5MdBxL5hV6To { top:45.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { top:0.625rem;left:0rem;width:47.75rem;height:33.600375626043rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8y25AmdcQx99bVXRLs302wSoeGanR2M { display:block; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2oS34c8L4UQWUrUni8SaLygA7XXzHOt { top:2.9375rem;left:11.25rem;width:26.125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTno1nSBPhfp9IVaMMluArF9Ffi1JDtT { top:9.6875rem;left:0rem;width:15.3125rem;height:15.375184204642rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1dtI4sXdB15a4OHg37Vv2p6rJXXnn5b { top:9.6875rem;left:7.2495670318606rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7y1vvhN1cIXhQ4zPSXFQOcvqedNwNcy { top:9.6875rem;left:27.343751907349rem;width:11.375rem;height:11.812257207536rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVMCluzwN0zV11LXEpBWhobN5IWkhHAg { top:9.75rem;left:34.5625rem;width:13.1875rem;height:11.508122756454rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87NxRR8zLwn34HTDCOkPEvBKEP8DkKb { top:9.6875rem;left:32.4375rem;width:15.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqXBrMx9E5IykBG173l4VoUnbWwfGCMt { top:9.625rem;left:32.3125rem;width:15.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRJz7uAHOInHzrh6SbTft6caaib6Suw { top:21.5rem;left:10.6875rem;width:15.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l46edC6smoKyVrFA7HLBitDNTl2qKEiR { top:9.75rem;left:25.375rem;width:15.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgfqXMH5AGAFB46xdrBTdavIBL881Cnn { display:block; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO8NrfdOoaxHbTFUuk4N9LPvxWt1i8rW { top:4.3125rem;left:0rem;width:16.0625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBBw77Qfx1g5rJF0qmJULOEmuAwOgtEZ { top:4.5rem;left:23.0625rem;width:24.6875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp { top:10.1875rem;left:0rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 { top:10.1875rem;left:26.4375rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }#zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 { top:15rem;left:0rem;width:18.75rem;height:2.5rem;font-size:0.9375rem;display:block; }#UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c { top:15rem;left:26.4375rem;width:12.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }#wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf { top:19.3125rem;left:0rem;width:14.5rem;height:2.5rem;font-size:0.9375rem;display:block; }#VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #PRIMkkJzcd0VQeatyLF59INtpdf7QRVb { top:19.3125rem;left:26.4375rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#PRIMkkJzcd0VQeatyLF59INtpdf7QRVb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp { top:32.25rem;left:0rem;width:25.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #iGelp8emuXebAxwAownk3TRNUqV85LsU { top:32.25rem;left:17.625rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#iGelp8emuXebAxwAownk3TRNUqV85LsU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX { top:38.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #be85Ja6tmyMuczJyyCttJfIWyMk2TNJa { top:36.8125rem;left:16.8125rem;width:30.9375rem;height:9.75rem;font-size:0.875rem;display:block; }#be85Ja6tmyMuczJyyCttJfIWyMk2TNJa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 { top:23.625rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 { top:23.75rem;left:23.875rem;width:23.875rem;height:2.5rem;font-size:0.9375rem;display:block; }#zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 { top:27.9375rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb { top:27.9375rem;left:26.4375rem;width:17.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }#rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz { top:52.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 { top:49.25rem;left:16.625rem;width:31.125rem;height:9.75rem;font-size:0.875rem;display:block; }#qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #AbAfzBqAczgawRkpDBB6EWG5se2bPyce { top:3.3125rem;left:0rem;width:47.625rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8WOZ59KpDtGsAKTUpETZqicrX0Ox3if { top:8.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TTl27MPl6dOc9fT42cTqSI9xKZg1uaTJ { top:13.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cpl51DaATFvRMsugBKPyPFU9NNxMn9XH { top:18.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UzOtrN0LCiuptJ1o5pb5NmDCzsJfbkHP { top:22.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bCTDEvTvhmQuQDCXfWTDudIp3cPspEKA { top:26.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #WTEXB69O1mo7RkyfLIe0zcVUrAEcvoMI { top:31.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z74iULblhp8ASssdcDce9nSvantdsLMg { top:35.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #M0wP0hIreVVnVPlVouAPEg9ni3Xmdkng { top:48.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZ94RdtuChcX9vXHJTqL8DULDHn1SSp { top:3.3125rem;left:23.125rem;width:0.0625rem;height:56.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM { display:block; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEqvdPbHhcczVVDTLVNdI7AGLMAmLJ26 { top:3.6875rem;left:10.71875rem;width:26.3125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXrQ3PlNpHhp4dixPNZ7fxWB8neIdJU { top:8.5625rem;left:0rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ILI8LPBkw4b6doi5Np47oovrzWirp6 { top:10.5625rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs4CwgCJBOrBVXk2JOkL4Pq8vT3RvCWo { top:12.9375rem;left:0rem;width:16.875rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwcv2b8hVrzqANhaTVTD5mW67bJ1q2c9 { top:12.9375rem;left:12.5625rem;width:19.875rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoS9JcarX080mE6fdgIGgwuH3uOnTF51 { top:10.5625rem;left:14.375rem;width:17.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrC3TiLRFWn0yp5XHMeaEGyhcxWBrqxM { top:10.5625rem;left:27.25rem;width:20.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpXwIkrN66TmQUr0iNMzL23fJOkfBaBp { top:13.5625rem;left:30.875rem;width:16.875rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzTRORzOVgupMOlJwaPva0COc9eH7iz { top:24.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsqcLb1S5OpfVT7EDHJ0ekB1DEcorbF { top:31.25rem;left:0rem;width:47.75rem;height:21.207276995305rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBFZffCQL99Q0A16AiBIL2aAfczOfSsA { top:67rem;left:11.9375rem;width:21.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQusR1FVXJTN9NnvK8TWcoCu2DIKNErt { top:8.5625rem;left:11.75rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNyzkwniTTArnzDruc1o6KQ2lJGExqnm { top:8.5625rem;left:26.25rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTCENgPNGrTd1rf4atrTOIndxhoqvpf { display:none; }
 }@media only screen and (max-width: 763px) { #gpPzs80eethlpAiizXf4U6knaDbBmZcP { width:7.25rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdAC5Di9GmbwehFwRyMncKaoouLoD89U { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vzg58ulvd4Lx06dnp4UrUUozn4mtuKMa { width:7.25rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCANgyzewq2rLymFXGA1QZ1LWCJPoQrT { top:219.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme { display:block; }#ooQMsKPWPoXpihKrQ8xCDq5bm7TsPQme > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.92);background-image:url("https://images.assets-landingi.com/uc/9c1000d6-6b46-4bb9-83d4-77c856485d52/Rectangle118901.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwfaWTMGQOpteNe0Iy809r8XKpwxvpU2 { width:20rem;height:10.75rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXswkZ5zTXR9zT7bsePzXJK7fO4K2QVB { width:20rem;height:10.7831875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { width:20rem;height:10.7831875rem;top:31.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { width:17.3125rem;height:1.6875rem;top:1.328125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { width:20rem;height:5.19921875rem;top:31.890625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { width:20rem;height:6rem;top:7.40625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { width:20rem;height:5.19921875rem;top:29.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { width:20rem;height:29.9375rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { width:18.1875rem;height:35rem;top:27.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { top:9.328125rem;left:0.8125rem;width:18.375rem;height:1.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ftEALflDPwXWpMPKQh4Ofp8zo3GVkZG8 { width:15.625rem;height:3.625rem;top:58.375rem;left:5.90625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Ok4H0bDAvIb5tvPpL1ipZMTHm6geEb5G { width:15.625rem;height:3.625rem;top:33.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSlNlmEARAWKorJd6hGtcsHhBarIUc23 { width:15.625rem;height:3.62413125rem;top:34.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9P8IvG4BRSdGng3HVhsmiJIKnqlpGxy { top:65.0625rem;left:3.1875rem;width:13.75rem;height:3.1875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NEz18eOzRzZTFXN0qVchwZcHzBNOBeb7 { top:4.046875rem;left:2.34375rem;width:15.3125rem;height:3.625rem;z-index:15016;font-family:poppins;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r { width:15.3125rem;height:13.5384375rem;top:12.183160662651rem;left:2.3437500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#sa5ZC22XU1SvhD9ywMTGfQT8WiI2kR3r li:before{  }
 }@media only screen and (max-width: 763px) { #ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL { display:block; }#ThekfV1uXMD3awR4IM56ZGmE5JV2mpaL > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRv33twTrA8Ir29TkoiAoyn6n5NWruIk { width:4.0625rem;height:4.0625rem;top:9.46875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLh5R004kJuguAxv0klKoMZSXJ5yDfrE { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPkZzrt5Mdmd7k1uPQgyCcAKuHnzmMcR { width:20rem;height:20rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLtMcoI7Ug5JKkrinhVTlkd5pZbSTTX { width:3.6875rem;height:4.0625rem;top:30.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1yPDe5azySULdcmLWE8GR5Tt5wVIF { width:20rem;height:20rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTSh9w4BBTq01lLgzFgasBTLbPy866z { width:4rem;height:3.75rem;top:52rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSMa6Knkif90vPXvxE7bwpJdsMHS4abL { width:12.5rem;height:1.7068125rem;top:15rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diQPlzQJ6RXdqCag1vyuLe1MFOq2Ilbk { width:12.5rem;height:1.625rem;top:17.1123046875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izJ24mJk2ETN7thkhDAowaAHhHErSaTv { width:15.8125rem;height:1.462675rem;top:19.3623046875rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z42Q8ZyMa4ZS725RMxbSIiRHZpFL15FJ { width:12.5rem;height:1.7068125rem;top:36.125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b31WxHlKtVCezFVbwe9AV1BpvppA8gsM { width:10.9375rem;height:1.625rem;top:38.2685546875rem;left:4.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTlwloGbTqyMaA54pWd6zgdNvNrOPcgI { width:13.0625rem;height:1.462675rem;top:40.25rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFlovw8cluRtOq6wSe6ILTndqtwFVvc { width:9.5625rem;height:1.7068125rem;top:57.375rem;left:5.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7dohKm6XrimQxrGwoTsN5DlJ5NqaVk { width:7.0625rem;height:1.625rem;top:59.3125rem;left:6.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPmff5TRgzyyKyyw7SfWd26af7ls3efl { width:13.25rem;height:1.462675rem;top:61.25rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy { display:block; }#eSw9ATe1nT5NTwwQ79ZoEpFxiXdqHCUy > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdsFLO0hguoWXopAp6STteiuaIVUNPHg { width:20rem;height:6rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqHmolccHr6TSObD0SCdew4PJ67wmWGV { width:16.1875rem;height:1.54296875rem;top:1.25rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlOROaWT5BwCGQu0t8BpE3P25CnHOWdb { width:16.75rem;height:0.9746125rem;top:2.9375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMKLWOylyu9Z5VyOiU0QFxFPmJ5BfJZT { width:17.375rem;height:0.25rem;top:4.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQTRZF0T9TwGHvvWlKJ58STWyNLaDOPE { width:20rem;height:2.11154375rem;top:5.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3G3rbTxOSzZeUH6fyk6kXA6bp4Ilw1M { width:10.125rem;height:5rem;top:9.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcBiE02OhB82CErFTw9Nf0zMGe1yOGQ1 { width:9.8125rem;height:1.055775rem;top:10.125rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrF2kIPudxcHlhXNFDhWHzApcBDVBiO { width:9.375rem;height:2.400175rem;top:11.3125rem;left:9.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );";background-image: linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOwQ4Bs0kzZNQme4cblnENDXXokfMDka { width:20rem;height:0.212890625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThT70Hgbn5Obu9R0ff2TvtDrJVTZIGq { width:20rem;height:6.2529375rem;top:29.623046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { width:4.375rem;height:3.5rem;top:51.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { width:3.5rem;height:3.5rem;top:58.375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { width:3.0625rem;height:3.5rem;top:55.125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { width:20rem;height:1.7871125rem;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { width:19.375rem;height:2.5996125rem;top:59.25rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { width:20rem;height:1.7871125rem;top:64rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { width:17.875rem;height:2.5996125rem;top:59.25rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { width:20rem;height:1.7871125rem;top:67.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { width:17.875rem;height:2.5996125rem;top:59.1875rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { width:20rem;height:3.574575rem;top:1.50390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { width:20rem;height:12.417910447761rem;top:30.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { width:4.0625rem;height:3.25rem;top:31rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { width:17.8125rem;height:1.7871125rem;top:36.25rem;left:1.125rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { width:19rem;height:2.2721375rem;top:38.6875rem;left:0.5rem;font-size:0.875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { width:20rem;height:12.417910447761rem;top:43.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { width:3.5rem;height:3.5rem;top:44.625rem;left:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { width:12.75rem;height:1.7871125rem;top:50rem;left:3.625rem;font-size:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { width:16.5625rem;height:2.2721375rem;top:52.4375rem;left:1.75rem;font-size:0.875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { width:20rem;height:12.417910447761rem;top:59.625rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { width:3.0625rem;height:3.5rem;top:66.9375rem;left:7.21875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { width:20rem;height:0;top:70.25rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { width:17.875rem;height:0;top:69.412109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { width:20rem;height:12.417910447761rem;top:45.6875rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { width:3.0625rem;height:3.5rem;top:46.5rem;left:5.90625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { width:20rem;height:0;top:52.0625rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { width:17.875rem;height:0;top:54.162109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { width:20rem;height:12.417910447761rem;top:57.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { width:12.75rem;height:1.7871125rem;top:63.6875rem;left:3.625rem;font-size:1.375rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { width:16.5625rem;height:2.2721375rem;top:66.0625rem;left:1.75rem;font-size:0.875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { width:20rem;height:13.183333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { width:4.5rem;height:4.5rem;top:63.0625rem;left:8.03125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { top:58.25rem;left:0.875rem;width:3.1875rem;height:3.625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vidl9eWsJ0fIvFqTeuv2PvqEQHOvHDLC { top:24.625rem;left:0rem;width:20rem;height:2.4375rem;z-index:15020;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e82Bo1DV4szUtLoO02DtWPmZ8DoACH4a { top:20.6708984375rem;left:0.3125rem;width:19.375rem;height:3.4121125rem;z-index:15021;font-family:poppins;font-weight:700;font-style:normal;color:#1ad079;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpDhAgpib0EC3KlQ37PoTSXnagCfGIo { top:18.875rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15019;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmEm1A15afSMk9BXq31JrTWE5MdQ8oH { top:7.1875rem;left:0rem;width:20rem;height:11.0625rem;z-index:15018;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C608GC9bWs7MzWwA9VzxTUJBftIdZiuT { top:16.3154296875rem;left:0rem;width:20rem;height:11.375rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3cXGlHxbVuoiZ49qqWCh3vQcZydpAJ { top:20.8466796875rem;left:0.65625rem;width:18.6875rem;height:3.0625rem;z-index:15020;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTOHWrQrtQTF3vyTEvxTgdFmZADko0fV { width:20rem;height:3rem;top:71.2919921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container { background-color: transparent; background-image: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container > .video-iframe-container { display: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row > .video-iframe-container { display: none; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .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); }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container { border-width: 0; border-radius: 0; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yl5nTLT9DwDCGTTu2y6URvUV0w6eTJ3T > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCeUcJJTaufFxkGaI0dN7dPyVRsXXyoy { width:15.625rem;height:3.625rem;top:0.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoMQ91FH00f1pyusQAkG8Ctxv7EeBmRi { top:1.46875rem;left:3.34375rem;width:13.3125rem;height:2.875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xWqaB4a1bh1L7zxRctLwFfescllscOQe { display:block; }#xWqaB4a1bh1L7zxRctLwFfescllscOQe > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL4kzInVrkRSNEdX4tWpmnsKFxldQD6x { width:20rem;height:18.0605625rem;top:13.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7t3D4TAaMSaoM99H8xFrMimbO6UXg9A { width:20rem;height:3.849825rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7uxLomCP24CUed8IRMokTNX9WPx2T6 { width:20rem;height:3.298825rem;top:7.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pluRqI9vMewTBHsHtJDzEtRrxu4M1SGT { width:20rem;height:16.0894375rem;top:32.982421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { background-color: transparent; background-image: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .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); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { border-width: 0; border-radius: 0; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { width:20rem;height:4.71136875rem;top:0.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bw5K43ShctcNHAdicFod8zaxeWs49uDa { width:20rem;height:8.4461875rem;top:7.8359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { width:20rem;height:0.375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { width:20rem;height:3.45051875rem;top:20.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { width:20rem;height:3.326175rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { width:20rem;height:3.326175rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { width:20rem;height:3.326175rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPplpvRtVh9TxdVGarfVwAs76qFCScb { width:20rem;height:3.326175rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { width:20rem;height:2.5996125rem;top:46.576171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVoacDc8rmTyG4GU7W5O5MdBxL5hV6To { width:20rem;height:3.8984375rem;top:50.263671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { width:20rem;height:14.0625rem;top:34.279296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8y25AmdcQx99bVXRLs302wSoeGanR2M { display:block; }#k8y25AmdcQx99bVXRLs302wSoeGanR2M > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2oS34c8L4UQWUrUni8SaLygA7XXzHOt { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTno1nSBPhfp9IVaMMluArF9Ffi1JDtT { width:20rem;height:20.0803125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1dtI4sXdB15a4OHg37Vv2p6rJXXnn5b { width:20rem;height:20rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7y1vvhN1cIXhQ4zPSXFQOcvqedNwNcy { width:14.8125rem;height:15.4375rem;top:48.9375rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nVMCluzwN0zV11LXEpBWhobN5IWkhHAg { width:17.1245625rem;height:14.874125rem;top:72.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87NxRR8zLwn34HTDCOkPEvBKEP8DkKb { width:19.9375rem;height:15.125rem;top:72.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqXBrMx9E5IykBG173l4VoUnbWwfGCMt { width:20rem;height:24.1875rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRJz7uAHOInHzrh6SbTft6caaib6Suw { width:19.75rem;height:5.5rem;top:70.625rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #l46edC6smoKyVrFA7HLBitDNTl2qKEiR { width:20rem;height:22.0625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgfqXMH5AGAFB46xdrBTdavIBL881Cnn { display:block; }#FgfqXMH5AGAFB46xdrBTdavIBL881Cnn > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO8NrfdOoaxHbTFUuk4N9LPvxWt1i8rW { width:7.249375rem;height:1.7068125rem;top:4.3125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBBw77Qfx1g5rJF0qmJULOEmuAwOgtEZ { width:8.2498125rem;height:2.76041875rem;top:4.3125rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp { width:8.9985rem;height:1.40625rem;top:9.875rem;left:0.25rem;font-size:0.9375rem;display:block; }#gcQe5nPiRW6CeCo87p5BDAEdbWBCtaqp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 { width:5.68685rem;height:1.50065rem;top:9.8125rem;left:11.25rem;font-size:1rem;display:block; }#zDpcTnINdQGu6VBwcskrtMkIfnKUg8B9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 { width:10.999375rem;height:1.40625rem;top:13.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }#UpvCiR0FmaEbTAbtTq1phTFdfPmoJE43 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c { width:5.68685rem;height:1.40625rem;top:13.5625rem;left:11.25rem;font-size:0.9375rem;display:block; }#wSzR1FISAC6SVQbu1m3TV2f4TrPixp7c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf { width:9.4998125rem;height:1.40625rem;top:17.25rem;left:0.25rem;font-size:0.9375rem;display:block; }#VhqlwhZ3KtFr7ONP2KMmbftXefi9vyEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #PRIMkkJzcd0VQeatyLF59INtpdf7QRVb { width:6.0612rem;height:1.40625rem;top:17.25rem;left:11.25rem;font-size:0.9375rem;display:block; }#PRIMkkJzcd0VQeatyLF59INtpdf7QRVb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp { width:10.4980625rem;height:2.8125rem;top:29.8125rem;left:0.25rem;font-size:0.9375rem;display:block; }#WZvOnKB4bRRx0JdpNtJEJswhyZgoTAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #iGelp8emuXebAxwAownk3TRNUqV85LsU { width:7.8125rem;height:4.21875rem;top:29.8125rem;left:11.25rem;font-size:0.9375rem;display:block; }#iGelp8emuXebAxwAownk3TRNUqV85LsU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX { width:9.375rem;height:1.40625rem;top:36.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#cNXxnNiRBB10Kw9o0sdvdnIlEyvFzLTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #be85Ja6tmyMuczJyyCttJfIWyMk2TNJa { width:8.936625rem;height:11.806625rem;top:36.0625rem;left:11.125rem;font-size:0.875rem;display:block; }#be85Ja6tmyMuczJyyCttJfIWyMk2TNJa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 { width:10.625rem;height:1.40625rem;top:21.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#TFiTtb1W7p2xbGlFWdu3X9DHPiulNoo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 { width:6.7480625rem;height:2.8125rem;top:21.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#zE58eC9pzsCwxiEh1SqhURCySHs8dqb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 { width:6.4995625rem;height:1.40625rem;top:26.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#bMCHWK967UGU97AJzHg3iibhOI3ZA7z4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb { width:5.99935rem;height:1.40625rem;top:26.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#rapaFTsf1i4piSbRgyaO6UuNeU6xCGcb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz { width:8.5623125rem;height:1.40625rem;top:51.3125rem;left:0.25rem;font-size:0.9375rem;display:block; }#OF5Ana0lpANJ1wokFdsMpoIGgiae9PFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 { width:8.6870625rem;height:11.806625rem;top:51.3125rem;left:11.375rem;font-size:0.875rem;display:block; }#qMp4tfoMLw5r0WeVuFHL1scu9GaxmUV8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #AbAfzBqAczgawRkpDBB6EWG5se2bPyce { width:19.875rem;height:61.5625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8WOZ59KpDtGsAKTUpETZqicrX0Ox3if { width:20rem;height:0.0618489375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl27MPl6dOc9fT42cTqSI9xKZg1uaTJ { width:20rem;height:0.0618489375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpl51DaATFvRMsugBKPyPFU9NNxMn9XH { width:20rem;height:0.0618489375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOtrN0LCiuptJ1o5pb5NmDCzsJfbkHP { width:20rem;height:0.0618489375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTDEvTvhmQuQDCXfWTDudIp3cPspEKA { width:20rem;height:0.0618489375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEXB69O1mo7RkyfLIe0zcVUrAEcvoMI { width:20rem;height:0.0618489375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z74iULblhp8ASssdcDce9nSvantdsLMg { width:20rem;height:0.0618489375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0wP0hIreVVnVPlVouAPEg9ni3Xmdkng { width:20rem;height:0.124783125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZ94RdtuChcX9vXHJTqL8DULDHn1SSp { width:0.0625rem;height:61.625rem;top:3.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { background-color: transparent; background-image: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container > .video-iframe-container { display: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container { display: none; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .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); }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { border-width: 0; border-radius: 0; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvw3Dvt6UKbUiRnqM6HSVVAKxwnBv4EM > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEqvdPbHhcczVVDTLVNdI7AGLMAmLJ26 { width:20rem;height:2.5997875rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQXrQ3PlNpHhp4dixPNZ7fxWB8neIdJU { width:20rem;height:10.5224375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ILI8LPBkw4b6doi5Np47oovrzWirp6 { width:14.9375rem;height:1.7872875rem;top:7.9365234375rem;left:2.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs4CwgCJBOrBVXk2JOkL4Pq8vT3RvCWo { width:19.875rem;height:3.50260625rem;top:10.9736328125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwcv2b8hVrzqANhaTVTD5mW67bJ1q2c9 { width:19.75rem;height:4.40104375rem;top:23.18359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoS9JcarX080mE6fdgIGgwuH3uOnTF51 { width:17.5rem;height:1.7872875rem;top:20.146484375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrC3TiLRFWn0yp5XHMeaEGyhcxWBrqxM { width:20rem;height:1.7872875rem;top:32.54296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpXwIkrN66TmQUr0iNMzL23fJOkfBaBp { width:18.4375rem;height:3.50260625rem;top:35.580078125rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzTRORzOVgupMOlJwaPva0COc9eH7iz { width:20rem;height:2.69965rem;top:44.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsqcLb1S5OpfVT7EDHJ0ekB1DEcorbF { width:20rem;height:8.6875rem;top:226.4853515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBFZffCQL99Q0A16AiBIL2aAfczOfSsA { width:14.625rem;height:2.75rem;top:84.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQusR1FVXJTN9NnvK8TWcoCu2DIKNErt { width:20rem;height:10.4375rem;top:18.896484375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RNyzkwniTTArnzDruc1o6KQ2lJGExqnm { width:20rem;height:10.5224375rem;top:31.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTCENgPNGrTd1rf4atrTOIndxhoqvpf { top:49.6875rem;left:0rem;width:19.875rem;height:31.75rem;z-index:15036;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #gpPzs80eethlpAiizXf4U6knaDbBmZcP { top:54.1875rem;left:0.625rem;width:18.75rem;height:13.1875rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OdAC5Di9GmbwehFwRyMncKaoouLoD89U { top:260.4375rem;left:0rem;width:20rem;height:21.375rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Vzg58ulvd4Lx06dnp4UrUUozn4mtuKMa { top:67.875rem;left:0.625rem;width:18.75rem;height:12.375rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kCANgyzewq2rLymFXGA1QZ1LWCJPoQrT { top:50.9375rem;left:0rem;width:20rem;height:1.462675rem;z-index:15039;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }