.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); }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG { 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; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container { background-color: transparent; background-image: none; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container > .video-iframe-container { display: none; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row > .video-iframe-container { display: none; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .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); }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container { border-width: 0; border-radius: 0; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;overflow:visible;position:relative;display:block; }#IKveI6HurDEhhwCqJyVeoUZTgtT8ipeO { 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:3.5625rem;width:9.5625rem;top:0.59375rem;left:7.5rem;overflow:hidden;display:block; }
#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101119;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container { background-color: transparent; background-image: none; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container > .video-iframe-container { display: none; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row > .video-iframe-container { display: none; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .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); }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container { border-width: 0; border-radius: 0; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#ZZ9KDhcpWfloE0lTLoGaa7gweeTaz8Pn { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.99951171875rem;left:27.09375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwQINWe0AoVJDOmL1xnD5H526ZTIo91O { color:#ffff00;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:15.26220703125rem;left:24.84375rem;height:5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sTXKQteh5etlPPKKcHnTTmZcTgp3cCHP { 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:28.25rem;width:20.75rem;top:2.25rem;left:1.875rem;overflow:hidden;display:none; }
#eu1fu1fkVseVthy0IF6N3CgnU2HQpXOm { box-sizing:content-box;height:2.375rem;width:19.25rem;position:absolute;display:block;z-index:14999;background-color:#ffff00;background-image:none;top:6.5625rem;left:27.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:1.5rem;display:block; }
#UEkvxCDRELNzsfviLelgCyP4egvzvDqz { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.125rem;left:28.9375rem;height:1.1875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T2gADZ3oNRM691gP4k7h5eupsZo4wgT7 { 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:34rem;width:17.3125rem;top:-0.125rem;left:-32.5rem;overflow:hidden;display:none; }
#hh84BNCRhRbiFLnaTLVqwboXHOTUODRZ { position:absolute;display:block;z-index:15028;height:20.75rem;width:18.5rem;top:6.5625rem;left:53.40625rem;display:block; }
#h7K7Sy0wswGBMFNF4DNWtt3Jl8RKcyU3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.5rem;top:23.83642578125rem;left:42.09375rem;overflow:hidden;display:block; }
#Q4gONVtfsb30IuqluxA4kglTQa8x8lwI { position:absolute;display:block;z-index:14997;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:33.9375rem;width:62rem;top:0rem;left:-37.5rem;overflow:hidden;display:block; }
#PW6k56nuBizKaAdL9KHX087ZuTL0qFJJ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:23.5rem;top:1.75rem;left:0.875rem;overflow:hidden;display:block; }
#NinlwxIXy5bt59g6FATTywyyB1nVto0K { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.875rem;left:16.9375rem;height:0.9375rem;display:block; }
#PaCDAhZQDCEmuuOaD7oBgHznsSFKuKWz { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:21.4375rem;left:26.5625rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yDnwcUfoSi5koWnw11ViVFBQKyggqiRN { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:31.125rem;left:24.96875rem;height:0.75rem;text-align:center;text-align-last:center;display:block; }
#h0ESN95OQsqLQprykK2S414zduqWgCvO { color:#ffffff;display:block;width:8rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.8125rem;left:16.9375rem;height:0.625rem;display:block; }
#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { background-color: transparent; background-image: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container > .video-iframe-container { display: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row > .video-iframe-container { display: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .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); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { border-width: 0; border-radius: 0; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#IUyaeA8l0EhZguzJ82G7FQ5JWneNZQAs { box-sizing:content-box;height:9.625rem;width:34.6875rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:2.75rem;left:20.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#zKd3qfBVVxqHJ9rvuR6H4shSJOr9AnKp { position:absolute;display:block;z-index:15003;height:7.875rem;width:29.625rem;top:3.625rem;left:22.6875rem;display:block; }
#OS8SNsT3ltfbF7ToX4uNEPomVRN4uhos { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:0.5625rem;left:21.25rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container { background-color: transparent; background-image: none; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container > .video-iframe-container { display: none; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row > .video-iframe-container { display: none; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .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); }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container { border-width: 0; border-radius: 0; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#V56TFP8dhV9KDiyOx1SyFSAhu1QLsz0Q { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:42.375rem;height:1.4375rem;font-style:normal;display:block; }
#T6n5PrgCtyR7zgOuaSmErLsfWUhfnRSF { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:19.9375rem;left:42.375rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WsFl1oZVvQTvz9O735EdmaTkSDZGAtTT { 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:25.4375rem;width:27.9375rem;top:3.1875rem;left:8.9375rem;overflow:hidden;display:block; }
#kpAyVAOQCd4GzLUQweH3ElVCwJ2sp2N3 { box-sizing:content-box;height:2.375rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:#ffff00;background-image:none;top:4.375rem;left:42.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:1.5rem;display:block; }
#BNdFItaekXsWIpRRG006WgsvoXWDLx1Q { color:#000000;display:block;width:21.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.9375rem;left:43.5625rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhBu5lkKbbbGaFn6luDDk8bOqhouxTF8 { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.375rem;left:42.375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCtEeNXkKBbA3lZyZPC5a3JL1HeA6Wf1 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:27.1875rem;left:42.375rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0FhvFgosBnM0XZoXUKDlAus7CyEWogh { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:inter;font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:10.3125rem;left:42.375rem;height:8.8125rem;font-style:normal;display:block; }
#ihg8ozCsfysTqmiQkcbxgHcpoLEs5m4W { box-sizing:content-box;height:20.875rem;width:20.4375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:14999;background-color:#ffff00;background-image:none;top:4.3125rem;left:12.6875rem;display:block; }
#TQHT1rnOZ5Rmolx1enn4tA98eFA9FRJt { box-sizing:content-box;height:22.8125rem;width:22.3125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15000;background-color:transparent;background-image:none;top:3.375rem;left:11.75rem;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;display:block; }
#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container { background-color: transparent; background-image: none; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container > .video-iframe-container { display: none; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row > .video-iframe-container { display: none; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .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); }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container { border-width: 0; border-radius: 0; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#UkLGydveUR2zMmJMN3BFsDHC0giz8TiF { color:#ffff00;display:block;width:26.375rem;position:absolute;font-family:inter;font-size:2rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:2.0625rem;left:13.875rem;height:5.125rem;font-style:normal;display:block; }
#X9fyhzwCQgI4bpeiTH7QUfWT21ikoP5R { 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:26.5rem;width:24.8125rem;top:1.4375rem;left:41.8125rem;overflow:hidden;display:block; }
#RchNuqsq7pbdO9ROvs9BWrk55o31N87w { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:8.5rem;left:13.875rem;height:12.375rem;font-style:normal;display:block; }#RchNuqsq7pbdO9ROvs9BWrk55o31N87w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RchNuqsq7pbdO9ROvs9BWrk55o31N87w li:before{  }
#QXu811XR0Kbqa8hrtgDkMN1rm1K5ezFA { background-color:#ff6600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 1.25rem 2.5rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.625rem;left:13.875rem;display:block; }
#d8yS40iaFCNAyGtKcesEvO5fOEx32QL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCo0lshnhmvmUXfIyKL9fmDu3daqTAwD { box-sizing:content-box;height:22.8125rem;width:22.6875rem;position:absolute;display:block;z-index:14998;background-color:#ffff00;background-image:none;top:5.0625rem;left:42.875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container { background-color: transparent; background-image: none; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container > .video-iframe-container { display: none; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row > .video-iframe-container { display: none; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .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); }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container { border-width: 0; border-radius: 0; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#mUPeEzT22WA1olPq44Hbyb2stgT2qhKd { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffff00;border-left:0.0625rem solid #ffff00;border-right:0.0625rem solid #ffff00;border-bottom:0.0625rem solid #ffff00;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 1rem 2rem rgba(0,0,0,0.1) ;height:16.0625rem;width:57.4375rem;top:11.0625rem;left:8.8125rem;display:block; }
#WDxynSetJhSFb753ux6KdLvrLyDVEH4u { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:18.87451171875rem;left:12.46875rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#PhOxF32OiMNG3FDzZuLJnhaHzy4egJWv { 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:4rem;width:4rem;top:13.375rem;left:17.1875rem;overflow:hidden;display:block; }
#lzM5XkaNTQr1IMmHwDQ8cmnla40ONJyx { 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:4rem;width:4rem;top:13.375rem;left:55.125rem;overflow:hidden;display:block; }
#D7pHOHWJ36rtSsRKwKDCpooggv0Wq7VX { 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:3.5625rem;width:3.5625rem;top:13.625rem;left:35.6875rem;overflow:hidden;display:block; }
#GGSH98B6lnLNXBhSJmv1cJ6wbzoKTmT7 { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:16rem;left:28.6875rem;display:block; }
#QeNS0K7IgiJPKCZzyEqUHJ6w81twsso6 { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:16rem;left:47.4375rem;display:block; }
#otXPNEq4hukbHvpOgQ5r3kXuwR0sLIrd { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:inter;font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.75rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fopdTPcZnq5VI4EIFsAMNT0eSMXkvfde { background-color:#ff6600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 1.25rem 2.5rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.25rem;left:27.40625rem;display:block; }
#xQvsGTdSOfmsafTTCPyddt0ioT3xiJSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5zu2D2aQnbf8yXEcmbxGL1COeSPPpV8 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:18.8740234375rem;left:31.5rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#sx3UxMDpgP6kcPLSrLpi2arXVrfzyB67 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:18.93701171875rem;left:49.125rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container { background-color: transparent; background-image: none; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container > .video-iframe-container { display: none; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row > .video-iframe-container { display: none; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .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); }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container { border-width: 0; border-radius: 0; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#bIPngAUyR5z90AbgZ0bITa2aeA11NFns { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:49.5625rem;display:block; }
#Lv7WVuD0P16xVBEiwCMrvNITeJ2kicfB { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:8.90625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl { background-color:#ffffff;background-image:none;z-index:;border-top:0.0625rem solid #00e3d8;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; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container { background-color: transparent; background-image: none; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container > .video-iframe-container { display: none; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row > .video-iframe-container { display: none; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .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); }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container { border-width: 0; border-radius: 0; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;overflow:visible;position:relative;display:block; }#tkJ20cyLTusEDRgMBgQIXZtwdoe0Vb05 { 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.1875rem;width:13.375rem;top:4.68701171875rem;left:7.5625rem;overflow:hidden;display:block; }
#S2hTJHqVb72bJNaFOAsguQTPP0tRu64A { color:#000000;display:block;width:46.125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:5.005859375rem;left:25.125rem;height:2.5rem;display:block; }
#VOVTlkiWxOUkfqIwqtaex1cFQLXV7GZQ { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:2.375rem;left:15.46875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG { display:block; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKveI6HurDEhhwCqJyVeoUZTgtT8ipeO { top:0.5625rem;left:0rem;width:9.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 { display:block; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ9KDhcpWfloE0lTLoGaa7gweeTaz8Pn { top:10.9375rem;left:13.46875rem;width:20.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwQINWe0AoVJDOmL1xnD5H526ZTIo91O { top:15.25rem;left:11.21875rem;width:25.3125rem;height:5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTXKQteh5etlPPKKcHnTTmZcTgp3cCHP { top:2.25rem;left:0rem;width:20.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu1fu1fkVseVthy0IF6N3CgnU2HQpXOm { top:6.5625rem;left:14.25rem;width:19.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkvxCDRELNzsfviLelgCyP4egvzvDqz { top:7.125rem;left:15.3125rem;width:17.1875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gADZ3oNRM691gP4k7h5eupsZo4wgT7 { top:-0.125rem;left:0rem;width:13.25rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh84BNCRhRbiFLnaTLVqwboXHOTUODRZ { top:6.5625rem;left:29.25rem;width:18.5rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7K7Sy0wswGBMFNF4DNWtt3Jl8RKcyU3 { top:23.8125rem;left:28.46875rem;width:9.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gONVtfsb30IuqluxA4kglTQa8x8lwI { top:0rem;left:0rem;width:47.75rem;height:26.137348790323rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW6k56nuBizKaAdL9KHX087ZuTL0qFJJ { top:1.75rem;left:0rem;width:23.5rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NinlwxIXy5bt59g6FATTywyyB1nVto0K { top:11.875rem;left:3.3125rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCDAhZQDCEmuuOaD7oBgHznsSFKuKWz { top:21.4375rem;left:12.9375rem;width:21.875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnwcUfoSi5koWnw11ViVFBQKyggqiRN { top:31.125rem;left:11.34375rem;width:25.0625rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ESN95OQsqLQprykK2S414zduqWgCvO { top:12.8125rem;left:3.3125rem;width:8rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQUxgNleddFounpQUBg2Qi4KQrNWxCtz { display:block; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUyaeA8l0EhZguzJ82G7FQ5JWneNZQAs { top:2.75rem;left:6.5625rem;width:34.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKd3qfBVVxqHJ9rvuR6H4shSJOr9AnKp { top:3.625rem;left:9.0625rem;width:29.625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8SNsT3ltfbF7ToX4uNEPomVRN4uhos { top:0.5625rem;left:7.625rem;width:32.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 { display:block; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V56TFP8dhV9KDiyOx1SyFSAhu1QLsz0Q { top:8.3125rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6n5PrgCtyR7zgOuaSmErLsfWUhfnRSF { top:19.9375rem;left:17rem;width:30.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFl1oZVvQTvz9O735EdmaTkSDZGAtTT { top:3.1875rem;left:0rem;width:27.9375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpAyVAOQCd4GzLUQweH3ElVCwJ2sp2N3 { top:4.375rem;left:23.875rem;width:23.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdFItaekXsWIpRRG006WgsvoXWDLx1Q { top:4.9375rem;left:26.125rem;width:21.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhBu5lkKbbbGaFn6luDDk8bOqhouxTF8 { top:21.375rem;left:22.5rem;width:25.25rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtEeNXkKBbA3lZyZPC5a3JL1HeA6Wf1 { top:27.1875rem;left:20.875rem;width:26.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0FhvFgosBnM0XZoXUKDlAus7CyEWogh { top:10.3125rem;left:24.6875rem;width:23.0625rem;height:8.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihg8ozCsfysTqmiQkcbxgHcpoLEs5m4W { top:4.3125rem;left:0rem;width:20.4375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHT1rnOZ5Rmolx1enn4tA98eFA9FRJt { top:3.375rem;left:0rem;width:22.3125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN { display:block; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkLGydveUR2zMmJMN3BFsDHC0giz8TiF { top:2.0625rem;left:0.25rem;width:26.375rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9fyhzwCQgI4bpeiTH7QUfWT21ikoP5R { top:1.4375rem;left:22.9375rem;width:24.8125rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchNuqsq7pbdO9ROvs9BWrk55o31N87w { top:8.5rem;left:0.25rem;width:23.5rem;height:13.9375rem;font-size:1rem;display:block; }#RchNuqsq7pbdO9ROvs9BWrk55o31N87w li:before{  }
 }@media only screen and (max-width: 763px) { #QXu811XR0Kbqa8hrtgDkMN1rm1K5ezFA { width:20.1875rem;height:3.4375rem;top:24.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8yS40iaFCNAyGtKcesEvO5fOEx32QL2 { display:block; }
 }@media only screen and (max-width: 763px) { #GCo0lshnhmvmUXfIyKL9fmDu3daqTAwD { top:5.0625rem;left:25.0625rem;width:22.6875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA { display:block; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUPeEzT22WA1olPq44Hbyb2stgT2qhKd { top:11.0625rem;left:0rem;width:47.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxynSetJhSFb753ux6KdLvrLyDVEH4u { top:18.8125rem;left:0rem;width:13.4375rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhOxF32OiMNG3FDzZuLJnhaHzy4egJWv { top:13.375rem;left:3.5625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzM5XkaNTQr1IMmHwDQ8cmnla40ONJyx { top:13.375rem;left:41.5rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7pHOHWJ36rtSsRKwKDCpooggv0Wq7VX { top:13.625rem;left:22.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSH98B6lnLNXBhSJmv1cJ6wbzoKTmT7 { top:16rem;left:15.0625rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNS0K7IgiJPKCZzyEqUHJ6w81twsso6 { top:16rem;left:33.8125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXPNEq4hukbHvpOgQ5r3kXuwR0sLIrd { top:2.625rem;left:5.125rem;width:37.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopdTPcZnq5VI4EIFsAMNT0eSMXkvfde { width:20.1875rem;height:3.4375rem;top:30.25rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvsGTdSOfmsafTTCPyddt0ioT3xiJSQ { display:block; }
 }@media only screen and (max-width: 763px) { #q5zu2D2aQnbf8yXEcmbxGL1COeSPPpV8 { top:18.8125rem;left:17.875rem;width:12.1875rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx3UxMDpgP6kcPLSrLpi2arXVrfzyB67 { top:18.875rem;left:31.75rem;width:16rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENaa6lT43rd09DfBHtgzeU5kMozkhkiW { display:block; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIPngAUyR5z90AbgZ0bITa2aeA11NFns { top:7.25rem;left:0rem;width:47.75rem;height:51.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7WVuD0P16xVBEiwCMrvNITeJ2kicfB { top:4rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl { display:block; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkJ20cyLTusEDRgMBgQIXZtwdoe0Vb05 { width:13.375rem;height:3.1875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hTJHqVb72bJNaFOAsguQTPP0tRu64A { top:5rem;left:1.625rem;width:46.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVTlkiWxOUkfqIwqtaex1cFQLXV7GZQ { top:2.375rem;left:1.84375rem;width:44.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG { display:block; }#wikmJVaX6WTUL8AT2GTUUnGAVCdG7RaG > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKveI6HurDEhhwCqJyVeoUZTgtT8ipeO { width:8.25rem;height:2.875rem;top:0.46875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 { display:block; }#HsIIcNACZSUoT7JH9ut28xBGET8JcDW1 > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ9KDhcpWfloE0lTLoGaa7gweeTaz8Pn { width:12rem;height:1.875rem;top:4.82421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:300;font-style:normal;z-index:15035;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #WwQINWe0AoVJDOmL1xnD5H526ZTIo91O { width:10.875rem;height:6rem;top:7.525390625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:.9;font-weight:700;font-style:italic;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #sTXKQteh5etlPPKKcHnTTmZcTgp3cCHP { width:13.9375rem;height:19rem;top:2.125rem;left:9.59619140625rem;overflow:hidden;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #eu1fu1fkVseVthy0IF6N3CgnU2HQpXOm { width:11.25rem;height:1.4375rem;top:2.3125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkvxCDRELNzsfviLelgCyP4egvzvDqz { width:10.3125rem;height:0.8125rem;top:2.619140625rem;left:0.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T2gADZ3oNRM691gP4k7h5eupsZo4wgT7 { width:10.5625rem;height:21.125rem;top:0rem;left:10.754261363636rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hh84BNCRhRbiFLnaTLVqwboXHOTUODRZ { width:18.5rem;height:20.75rem;top:21.0625rem;left:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #h7K7Sy0wswGBMFNF4DNWtt3Jl8RKcyU3 { width:8.4375rem;height:2.6875rem;top:23.27734375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4gONVtfsb30IuqluxA4kglTQa8x8lwI { width:20rem;height:10.947580645161rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW6k56nuBizKaAdL9KHX087ZuTL0qFJJ { width:20rem;height:27.340425531915rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NinlwxIXy5bt59g6FATTywyyB1nVto0K { width:13.125rem;height:0;top:24.9375rem;left:1.375rem;font-size:0.8125rem;line-height:1.3;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #PaCDAhZQDCEmuuOaD7oBgHznsSFKuKWz { width:8.25rem;height:2.25rem;top:14.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:400;font-style:italic;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #yDnwcUfoSi5koWnw11ViVFBQKyggqiRN { width:8.75rem;height:1rem;top:19rem;left:0rem;font-size:0.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0ESN95OQsqLQprykK2S414zduqWgCvO { width:8rem;height:0;top:17.8505859375rem;left:1.375rem;font-size:0.5rem;line-height:1.3;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #PQUxgNleddFounpQUBg2Qi4KQrNWxCtz { background-color:#ffffff;background-image:none;display:block; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { background-color: transparent; background-image: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container > .video-iframe-container { display: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row > .video-iframe-container { display: none; }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .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); }#PQUxgNleddFounpQUBg2Qi4KQrNWxCtz > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUyaeA8l0EhZguzJ82G7FQ5JWneNZQAs { width:20rem;height:7rem;top:5.625rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zKd3qfBVVxqHJ9rvuR6H4shSJOr9AnKp { width:17.0625rem;height:5.4375rem;top:6.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8SNsT3ltfbF7ToX4uNEPomVRN4uhos { width:13.3125rem;height:2.75rem;top:1.5625rem;left:3.375rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 { display:block; }#EJd2fyS4VsHezUGtlpw31wZufPS7Fcv1 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V56TFP8dhV9KDiyOx1SyFSAhu1QLsz0Q { width:12.4375rem;height:2.875rem;top:8rem;left:3.78125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6n5PrgCtyR7zgOuaSmErLsfWUhfnRSF { width:20rem;height:2.5rem;top:36.125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WsFl1oZVvQTvz9O735EdmaTkSDZGAtTT { width:20rem;height:18.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpAyVAOQCd4GzLUQweH3ElVCwJ2sp2N3 { width:15.5rem;height:2.0625rem;top:4.568359375rem;left:2.25rem;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdFItaekXsWIpRRG006WgsvoXWDLx1Q { width:15.3125rem;height:0.8125rem;top:5.1875rem;left:2.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XhBu5lkKbbbGaFn6luDDk8bOqhouxTF8 { width:20rem;height:8.25rem;top:39.1875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sCtEeNXkKBbA3lZyZPC5a3JL1HeA6Wf1 { width:20rem;height:0.875rem;top:48.3125rem;left:0rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g0FhvFgosBnM0XZoXUKDlAus7CyEWogh { width:17.3125rem;height:7.3125rem;top:11.76416015625rem;left:1.34375rem;font-size:2.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihg8ozCsfysTqmiQkcbxgHcpoLEs5m4W { width:13.75rem;height:13.75rem;top:21.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHT1rnOZ5Rmolx1enn4tA98eFA9FRJt { width:15rem;height:15rem;top:20.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN { display:block; }#AIxywraSQi9sPoqJWST7ozd4Zl1C4cNN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkLGydveUR2zMmJMN3BFsDHC0giz8TiF { width:17.9375rem;height:3.875rem;top:2.25rem;left:1.03125rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9fyhzwCQgI4bpeiTH7QUfWT21ikoP5R { width:14.375rem;height:15.375rem;top:6.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchNuqsq7pbdO9ROvs9BWrk55o31N87w { width:17.875rem;height:16.5rem;top:24.5625rem;left:1.0625rem;font-size:1rem;line-height:1.4;display:block; }#RchNuqsq7pbdO9ROvs9BWrk55o31N87w li:before{  }
 }@media only screen and (max-width: 763px) { #QXu811XR0Kbqa8hrtgDkMN1rm1K5ezFA { width:18rem;height:4rem;top:42.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8yS40iaFCNAyGtKcesEvO5fOEx32QL2 { display:block; }
 }@media only screen and (max-width: 763px) { #GCo0lshnhmvmUXfIyKL9fmDu3daqTAwD { width:13.4375rem;height:13.4375rem;top:8.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA { display:block; }#kJGoy4qG74ynzN9Oi6a0tlHAINkkFVvA > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUPeEzT22WA1olPq44Hbyb2stgT2qhKd { width:19.875rem;height:42.5625rem;top:9.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDxynSetJhSFb753ux6KdLvrLyDVEH4u { width:16.1875rem;height:5.25rem;top:18.125rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhOxF32OiMNG3FDzZuLJnhaHzy4egJWv { width:4rem;height:4rem;top:13.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzM5XkaNTQr1IMmHwDQ8cmnla40ONJyx { width:4rem;height:4rem;top:38.0625rem;left:8rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D7pHOHWJ36rtSsRKwKDCpooggv0Wq7VX { width:3.375rem;height:3.375rem;top:26.5625rem;left:8.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGSH98B6lnLNXBhSJmv1cJ6wbzoKTmT7 { width:0.0625rem;height:6.25rem;top:49.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeNS0K7IgiJPKCZzyEqUHJ6w81twsso6 { width:0.0625rem;height:6.25rem;top:57.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #otXPNEq4hukbHvpOgQ5r3kXuwR0sLIrd { width:17.8125rem;height:5.8125rem;top:1.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fopdTPcZnq5VI4EIFsAMNT0eSMXkvfde { width:19rem;height:3.4375rem;top:54.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvsGTdSOfmsafTTCPyddt0ioT3xiJSQ { display:block; }
 }@media only screen and (max-width: 763px) { #q5zu2D2aQnbf8yXEcmbxGL1COeSPPpV8 { width:18.125rem;height:3.9375rem;top:31.125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sx3UxMDpgP6kcPLSrLpi2arXVrfzyB67 { width:17.5625rem;height:5.25rem;top:43.1875rem;left:1.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENaa6lT43rd09DfBHtgzeU5kMozkhkiW { display:block; }#ENaa6lT43rd09DfBHtgzeU5kMozkhkiW > .row .container { width:20rem;height:139.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIPngAUyR5z90AbgZ0bITa2aeA11NFns { width:20rem;height:128.4375rem;top:5.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7WVuD0P16xVBEiwCMrvNITeJ2kicfB { width:20rem;height:2.25rem;top:2.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl { display:block; }#ip0dSIcp8okuUa7DbKGAGhTqOR8Q2vAl > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkJ20cyLTusEDRgMBgQIXZtwdoe0Vb05 { width:15.9375rem;height:3.6875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hTJHqVb72bJNaFOAsguQTPP0tRu64A { width:20rem;height:8.125rem;top:12.0625rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #VOVTlkiWxOUkfqIwqtaex1cFQLXV7GZQ { width:20rem;height:4.875rem;top:0.625rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }