.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:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .row > .video-iframe-container { display: none; }#o5rMm8TiMIlPMoEAJVLSi293WKOCil4t > .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); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL { position:relative;display:block; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL { background-color: transparent; background-image: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container > .video-iframe-container { display: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row > .video-iframe-container { display: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .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); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL { border-width: 0; border-radius: 0; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mkuDVT96wKO4L5BFcN0pdcogOZUcsyHU { color:#d9f6fa;display:block;width:21.375rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:9.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#miJZR4zkTr402sFvb1UTsWczqgoORhKK { position:absolute;display:block;z-index:15016;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.375rem;width:7.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#GromPI9LX9BTktK9rbfplKwqcWbcLNu7 { color:#d9f6fa;display:block;width:21.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:4.65625rem;left:53.625rem;height:4.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK { position:relative;display:block; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK { background-color: transparent; background-image: none; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row .container > .video-iframe-container { display: none; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row > .video-iframe-container { display: none; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .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); }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK { border-width: 0; border-radius: 0; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .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; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#BEiJmM9Z99qetF7gvkqiLfOXKpuPpXAO { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OsLNe8yPC5hKRi2pWu08Qr3tziTN5zwi { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#t63d7gfIfacdBXl7a9oqheiEqEIlvEl2 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#Rq7pwCUAtwuWdl2vdLHu1glhr2wFdcTl { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#ZxosSe4UMogIGgziKoEkApDkRTkp2Hsa { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#KhVgfgSlDUyZFEVmbSb2bHZobin7qwMT { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#eqP4hFON7yD6gnAJeHbcXWeFW62LtKMI { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#k2VAE6qKToKA7HfymCzlHQJJ4xefeuGT { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 { position:relative;display:block; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 { background-color: transparent; background-image: none; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row .container > .video-iframe-container { display: none; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row > .video-iframe-container { display: none; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .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); }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 { border-width: 0; border-radius: 0; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .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; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#DMSSCWIZrprIH962TTrI4oFrxKzL7lqt { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cpwaFSdWWs7mXMycr94TkTceBhAPrEHn { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#UJITqU0wWOV3UVr6riZBZg94S2cTavfa { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#Z8Qth6mBZ6EAEB9odXOxbpTCpTySQirL { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#q8xn5GxFSWVwgsusH40hce8Q0CMz8GDg { 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:8.3125rem;width:17.5rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#JVB3WmWXZE146pIPT1nVnDXQlIhm5miT { 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:8.3125rem;width:17.5rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#zWd30kuulUwpoeIUOwFbUR5A5lP8h0l6 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#NTsG4Vm56nfV56VsXyaquauXAHSTmUEe { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#eNpC7fXg95vteaO4Xe9Km96160AGzsEh { position:relative;display:block; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh { background-color: transparent; background-image: none; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row .container > .video-iframe-container { display: none; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row > .video-iframe-container { display: none; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .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); }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh { border-width: 0; border-radius: 0; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .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; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#Mopz9sKOzVS8JKCOTwdADTidXOQTk3U1 { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ESLI4s6ERhEcw5svkzeBFLDGq56APuro { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#UG72aLdtV8bCwRAIReUnXaav0sPduLp1 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#LTO1hxET90bTxsPlQOVvDIMiaV6BVwDU { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#T8oIJ7A4QI2QWGBrhDGIW6V6EfLU2bpW { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#Sv03xtTBvdf72rqd6EFKsaoFPaUG23DB { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#KGX0MJKXg6IeOgGkSGpSS9NRox86uZcD { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#bpEPJ5a3vAtrBtfTHTvyTbOvUkeSXtGD { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw { position:relative;display:block; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw { background-color: transparent; background-image: none; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row .container > .video-iframe-container { display: none; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row > .video-iframe-container { display: none; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .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); }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw { border-width: 0; border-radius: 0; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .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; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#zfUaXKsw1AJqQaUIyCt8cyJZq61a7KzQ { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iWHCivtc4aLF9c8FbANnF4zgHMRUrhad { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#IWS2aVcPUkzXE7HRscTpnCOGBu54P7Pu { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#ML9pWrimxsvCIrO4XAfyXd3JvgDQ8KRT { 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:8.3125rem;width:17.5rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#IZWqp0DpTy2M6iGS2TfSAbmqtF7atzk4 { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#VEsaNBTMZb8bF1cXZAEczTQbxwpF9PhU { 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:8.3125rem;width:17.5rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#NZrgTg7FlI7aEZyI0XoMdTUAXHNTy4me { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#QR1AV7xeMREz8JIDLa2h7ZDtg9dgruKz { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z { position:relative;display:block; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z { background-color: transparent; background-image: none; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row .container > .video-iframe-container { display: none; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row > .video-iframe-container { display: none; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .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); }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z { border-width: 0; border-radius: 0; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .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; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#AHTguIJ85wpPo1T2wK8dWK6iAC7bipOk { 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:8.3125rem;width:17.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mUHThXkK3DfTvb2pMfpgMEpBEHikgbtw { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#qhDpRcqLCcHB2d44342EUl26aTGTOrUe { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#uzzWue9hvynwz6CDuDpSeaFBvwgOmi6P { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#SXLD6MGve07wwSdlUmBubZkZsfR5DUEa { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#z6MMve2Vy3RdhsPcirT7TOrpkqVRiVMr { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#Gk9g1iaPUEOpEIlTa00xl8ZAzxxh2BTl { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#yQ0RTokZNxD8VtTf6Jici9poc2rnew0A { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#TANAXvZXMhSLWP18elTeXFkUmunItvQW { position:relative;display:block; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW { background-color: transparent; background-image: none; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row .container > .video-iframe-container { display: none; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row > .video-iframe-container { display: none; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .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); }#TANAXvZXMhSLWP18elTeXFkUmunItvQW { border-width: 0; border-radius: 0; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .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; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#eAEcr4H1356JqyTKEP2BXkhpPXcu7rTR { 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:8.3125rem;width:17.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kuqdebmewhRhZhp8QsTmQuWouaQglqtG { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#qbPiihO4ZqiD48pbXtKmAOluoTTzXAui { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#q1JEhbNI16xzpF4thi2uEbNPerConazA { 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:8.3125rem;width:17.5rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#ypinITnK8bNnT1czJZ3FAuyLwyCRrIEn { 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:8.3125rem;width:17.5rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#eKhH2aLsJInaK5bQ93F7KTJWpy4OL58T { 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:8.3125rem;width:17.5rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#xg8R9XhngROAzMMXpNcd8DOnACLFJ9A3 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#W9ra5EgxfmVHAkNveGTK4I54wMyTyzPU { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta { position:relative;display:block; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta { background-color: transparent; background-image: none; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row .container > .video-iframe-container { display: none; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row > .video-iframe-container { display: none; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .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); }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta { border-width: 0; border-radius: 0; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .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; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#XT9KZd7MLVZnz2GvKixVLRO3si7USr7V { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xbw1LgNA7ChUdV245KMEomTJyIHVpaBo { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#hreX2epr8gslRT59Td6WqOVbfaL45D67 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#PBTAhz9MAx7WSQKBOwuwV8BptypciOKE { 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:8.4375rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#la62r07stRqRZzE2mk46hUaUfTtiXqS8 { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#tV08wQRE4xSxcMurK7wgDJZiQ9zMpDJQ { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#eSVJeJLFaHTUeSNPssTXFrN6edfu4aPG { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#Tg5sw3i5IzT9KGi2TyhN7ZPLapPQuA36 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD { position:relative;display:block; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD { background-color: transparent; background-image: none; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row .container > .video-iframe-container { display: none; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row > .video-iframe-container { display: none; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .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); }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD { border-width: 0; border-radius: 0; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .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; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#tsi9X4TAsOWMzThK8CLGsRyu0cdUEKXc { 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:8.3125rem;width:17.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MLCpqW3NJA5WKrOmccJwACiqSbuMcqWz { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#u6Z6TonIW5HlPBQAQTNtrXneGXzKDLMe { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#tC5qQGupmzwCJNkO4r6FB3SRXDVhOSD8 { 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:8.4375rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#qQATPm3b6NtU8nmRsk3X1qOg2eD1Ridf { 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:8.3125rem;width:17.5rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#XtmwTEzwt2GLBeIq6iy1dlJFzTfSMadf { 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:8.3125rem;width:17.5rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#dTRA2OFOiRUgLJfk4PsoVaA93qKlU7uf { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#m0eJ6okX24pJHGoRtN2NzP2uJzW2QnAa { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#TTocAAako6xScHGoXR9JRscHb3QFOhz3 { position:relative;display:block; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 { background-color: transparent; background-image: none; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row .container > .video-iframe-container { display: none; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row > .video-iframe-container { display: none; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .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); }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 { border-width: 0; border-radius: 0; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .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; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#nTRePgBA6fkJrCRvzQOgNFD4EIRIduG1 { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OqK7wD6czoA0vgBPcgtv8sBRwBC4HVuh { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#gRBQVWOsTdKK3f5d7GpIy7hfWksTV9lu { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#QGqMq4G9hVhwCtH0mwvwozofG1EX2BF4 { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#I3bebXtssR3ZPzqrL5mpvFd5L3OUg1vq { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#o26O50WCegJFO60SFPMDmeF98CHrcLg7 { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#yibJMO1MINtXo4IIDka7BL2dGNFaciJU { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#OaBtMtLN4CvQi7eBlCy045iNJJVa30iM { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#i6AoiSS78pOIIzEVtdL268uoDB66pcml { position:relative;display:block; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml { background-color: transparent; background-image: none; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row .container > .video-iframe-container { display: none; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row > .video-iframe-container { display: none; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .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); }#i6AoiSS78pOIIzEVtdL268uoDB66pcml { border-width: 0; border-radius: 0; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .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; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#Po3OCga2u26k4ydIVPdwKSVw6ZHbFTmt { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NW5NgKRIW1rFb2mHXhuAnvIcsl4HLmRM { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#wMZJVZlKaOzX3zCGMlIKvoWs3kp0VusX { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#KLsFF65xn07MhxarS32AU0sykcOx4x5g { 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:8.1875rem;width:17.5rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#XhnqKVNCUGFFMQsiTDlOIT4bE9PHEkHE { 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:8.3125rem;width:17.5rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#QuCAfi30MvImRzzyHbUCWNccMHBZr3tD { 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:8.1875rem;width:17.5rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#qXCuziVhx30S7zGbx4TMsXBJ55GSmia1 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#GOJtLs7yas391mJHyA5TNghbyVTvKlah { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co { position:relative;display:block; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co { background-color: transparent; background-image: none; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row .container > .video-iframe-container { display: none; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row > .video-iframe-container { display: none; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .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); }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co { border-width: 0; border-radius: 0; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .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; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#S06qrHZTQZpqcm7iIneh7H1P1LHLI4AT { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K3KzkDO8bv7fVhrCzMfXW3QVKHV2JA80 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#X7RRdJbfEaoreLTsCGmDw8BxIm29cqU4 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#IJZ9A0NQRNdtIFJp7TGvSFcUTbcn9TdV { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#aD7V6tpulTpznSBTKTlxzlzZ8mIO5ueJ { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#tZXmU2LLU28Dm19LSa20sy0INk3KzHE5 { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#pTOW2c4NNQprcfu669Die7owoRfkzLpu { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#yyaS11QmurHutNwrPEcshc1cScue6UPy { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz { position:relative;display:block; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz { background-color: transparent; background-image: none; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row .container > .video-iframe-container { display: none; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row > .video-iframe-container { display: none; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .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); }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz { border-width: 0; border-radius: 0; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .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; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#qpHDDCQokkx7a2N1krQQENuwv77vA9hz { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#a4b49NH6VnVOCbBc5RviRRurZDhvXsyU { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#aLgT8KNezx6wo0OS5h0xT6X7WrAMMQi3 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#L8tXc90T2rRghSKuDmRTBLLxJxkVduXN { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#ZtpZARMwTRqQAsXTgqCO99wzpJouPF1n { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#nTVZwThIe70kC31o56TTna1JhyeD73ob { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#tw6JTRVZQ9CT18Wa9V4Dg7lKRboyny2C { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#qgR4sdLuXCCNS37UkhTu54xiRDtFJ5Cf { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL { position:relative;display:block; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL { background-color: transparent; background-image: none; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row .container > .video-iframe-container { display: none; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row > .video-iframe-container { display: none; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .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); }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL { border-width: 0; border-radius: 0; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .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; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#XZT2yQ6ebXBHbc5S4PeseiL4Pdby0FeJ { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TPTATnWtTzxwswMJ0pXUP8dTqA41KBE3 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#toz4X4xS91RHtREo6ZKxpf7H38zsmk1F { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#ivZMR8Ax0PyHEKfMDBz05CJopv3eO4lT { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#pDFJO5xeEAku33wNch3kT5MZOlgmsOpU { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#o0BI9dIf4MQwp7tlkuPCqtDrt4MKlexD { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#PVCUOCS71lXMb3BGKxSsHJ5JTywdHgnR { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#y7NT9i80XEIN1WIGAdOkGgGyA5OCNsh8 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy { position:relative;display:block; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy { background-color: transparent; background-image: none; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row .container > .video-iframe-container { display: none; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row > .video-iframe-container { display: none; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .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); }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy { border-width: 0; border-radius: 0; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .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; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#UnBfRiJzbI76JEhlmiSLh0CTXxXFqizK { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ETicr7d6v1ZhatPsuVMI21B9GX0VUqNV { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#E0716hKUr8DVHkJGBhNf3dl5fTLE8lLC { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#RxXfr8S0O1mrcn4CASZGw4nlFZzHzp8s { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#JxeJBQy3nv0qPWItVaqnECqrDBNdGU4I { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#l06T7xMy963DRLxET2fzFx2kxChZqSVb { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#OtG8iMS1uITM4eoyeh32dqX5cJsT4EOc { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#bwvrmMQ3XXTDx7SdFA4twpTUaf025Q9n { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS { position:relative;display:block; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS { background-color: transparent; background-image: none; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row .container > .video-iframe-container { display: none; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row > .video-iframe-container { display: none; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .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); }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS { border-width: 0; border-radius: 0; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .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; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#E5QdTS2TpBGwMUXT8fihCNNlFKRFc1M6 { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S9wrXpQmqC0S9IW5pU5DON1W0xNhI9p3 { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#DK67rT5ofs8GmLrgn5sgFaLF30VgCrmH { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#NENUKG2T7S9OdfMgqdbIHvSE1T6mhNiy { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#hbtst11i8gmHpMBun37Tbvv2Ou9ibDKc { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#bUBzcf6QgWk0hkdAF0OaciUCcJQrJgSE { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#UREQTmtiW09LLQcyiCD7shNNENVT8reD { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#bry7El7XLUxw7luVqRHJdy68LpzLmLpX { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#bNfsS2840ERFIavamzHqoWeWdtButhgy { position:relative;display:block; }#bNfsS2840ERFIavamzHqoWeWdtButhgy { background-color: transparent; background-image: none; }#bNfsS2840ERFIavamzHqoWeWdtButhgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row .container > .video-iframe-container { display: none; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row > .video-iframe-container { display: none; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .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); }#bNfsS2840ERFIavamzHqoWeWdtButhgy { border-width: 0; border-radius: 0; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .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; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.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; }#yWUSgmJ072HkiiaoHgrh4RvKAeCh9maT { 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:8.3125rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FXU0sm5t9As3qz5TH9sJHazK9PPWvVpv { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:0rem;display:block; }
#EHx6snD6ff1yUSdtt0ieQCIwPQtHacTR { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:19.0625rem;display:block; }
#NLPrZTicCTMHeMIrEtzmzVINlpW51o3u { 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:8.3125rem;width:17.8125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#HTVh8EQm0XkpU3wrpiBPbLHTTbE4qImE { 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:8.3125rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#IQRX92qN9PcbcOaRSMwG1ycKgpFvNXTT { 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:8.3125rem;width:17.8125rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#iUf2zLTEipF8BefwHF9DQx7yHG90MsHp { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:38.125rem;display:block; }
#iLBXT9WpaxgaNHmF05TGnEKCoz5DlmTi { box-sizing:content-box;height:0.625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:7.875rem;left:57.1875rem;display:block; }
#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB { position:relative;display:block; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB { background-color: transparent; background-image: none; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row .container > .video-iframe-container { display: none; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row > .video-iframe-container { display: none; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .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); }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB { border-width: 0; border-radius: 0; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .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; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FH1esurduTbBcsuLP7NCbNRtbJksk6fL { display:block; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkuDVT96wKO4L5BFcN0pdcogOZUcsyHU { width:21.375rem;height:9.3125rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:7.75rem;height:2.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GromPI9LX9BTktK9rbfplKwqcWbcLNu7 { width:21.375rem;height:4.125rem;top:4.625rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK { display:block; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEiJmM9Z99qetF7gvkqiLfOXKpuPpXAO { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLNe8yPC5hKRi2pWu08Qr3tziTN5zwi { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63d7gfIfacdBXl7a9oqheiEqEIlvEl2 { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7pwCUAtwuWdl2vdLHu1glhr2wFdcTl { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxosSe4UMogIGgziKoEkApDkRTkp2Hsa { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhVgfgSlDUyZFEVmbSb2bHZobin7qwMT { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqP4hFON7yD6gnAJeHbcXWeFW62LtKMI { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2VAE6qKToKA7HfymCzlHQJJ4xefeuGT { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 { display:block; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMSSCWIZrprIH962TTrI4oFrxKzL7lqt { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwaFSdWWs7mXMycr94TkTceBhAPrEHn { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJITqU0wWOV3UVr6riZBZg94S2cTavfa { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Qth6mBZ6EAEB9odXOxbpTCpTySQirL { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8xn5GxFSWVwgsusH40hce8Q0CMz8GDg { width:17.5rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVB3WmWXZE146pIPT1nVnDXQlIhm5miT { width:17.5rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWd30kuulUwpoeIUOwFbUR5A5lP8h0l6 { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsG4Vm56nfV56VsXyaquauXAHSTmUEe { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpC7fXg95vteaO4Xe9Km96160AGzsEh { display:block; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mopz9sKOzVS8JKCOTwdADTidXOQTk3U1 { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESLI4s6ERhEcw5svkzeBFLDGq56APuro { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG72aLdtV8bCwRAIReUnXaav0sPduLp1 { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTO1hxET90bTxsPlQOVvDIMiaV6BVwDU { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oIJ7A4QI2QWGBrhDGIW6V6EfLU2bpW { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv03xtTBvdf72rqd6EFKsaoFPaUG23DB { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGX0MJKXg6IeOgGkSGpSS9NRox86uZcD { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpEPJ5a3vAtrBtfTHTvyTbOvUkeSXtGD { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw { display:block; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfUaXKsw1AJqQaUIyCt8cyJZq61a7KzQ { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHCivtc4aLF9c8FbANnF4zgHMRUrhad { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWS2aVcPUkzXE7HRscTpnCOGBu54P7Pu { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9pWrimxsvCIrO4XAfyXd3JvgDQ8KRT { width:17.5rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZWqp0DpTy2M6iGS2TfSAbmqtF7atzk4 { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEsaNBTMZb8bF1cXZAEczTQbxwpF9PhU { width:17.5rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZrgTg7FlI7aEZyI0XoMdTUAXHNTy4me { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR1AV7xeMREz8JIDLa2h7ZDtg9dgruKz { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z { display:block; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHTguIJ85wpPo1T2wK8dWK6iAC7bipOk { width:17.625rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHThXkK3DfTvb2pMfpgMEpBEHikgbtw { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDpRcqLCcHB2d44342EUl26aTGTOrUe { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzzWue9hvynwz6CDuDpSeaFBvwgOmi6P { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLD6MGve07wwSdlUmBubZkZsfR5DUEa { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MMve2Vy3RdhsPcirT7TOrpkqVRiVMr { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk9g1iaPUEOpEIlTa00xl8ZAzxxh2BTl { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0RTokZNxD8VtTf6Jici9poc2rnew0A { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANAXvZXMhSLWP18elTeXFkUmunItvQW { display:block; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAEcr4H1356JqyTKEP2BXkhpPXcu7rTR { width:17.5rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqdebmewhRhZhp8QsTmQuWouaQglqtG { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPiihO4ZqiD48pbXtKmAOluoTTzXAui { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JEhbNI16xzpF4thi2uEbNPerConazA { width:17.5rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypinITnK8bNnT1czJZ3FAuyLwyCRrIEn { width:17.5rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhH2aLsJInaK5bQ93F7KTJWpy4OL58T { width:17.5rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg8R9XhngROAzMMXpNcd8DOnACLFJ9A3 { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ra5EgxfmVHAkNveGTK4I54wMyTyzPU { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta { display:block; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9KZd7MLVZnz2GvKixVLRO3si7USr7V { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbw1LgNA7ChUdV245KMEomTJyIHVpaBo { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreX2epr8gslRT59Td6WqOVbfaL45D67 { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBTAhz9MAx7WSQKBOwuwV8BptypciOKE { width:17.8125rem;height:8.4375rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la62r07stRqRZzE2mk46hUaUfTtiXqS8 { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV08wQRE4xSxcMurK7wgDJZiQ9zMpDJQ { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVJeJLFaHTUeSNPssTXFrN6edfu4aPG { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5sw3i5IzT9KGi2TyhN7ZPLapPQuA36 { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD { display:block; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsi9X4TAsOWMzThK8CLGsRyu0cdUEKXc { width:17.5rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLCpqW3NJA5WKrOmccJwACiqSbuMcqWz { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Z6TonIW5HlPBQAQTNtrXneGXzKDLMe { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5qQGupmzwCJNkO4r6FB3SRXDVhOSD8 { width:17.8125rem;height:8.4375rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQATPm3b6NtU8nmRsk3X1qOg2eD1Ridf { width:17.5rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtmwTEzwt2GLBeIq6iy1dlJFzTfSMadf { width:17.5rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRA2OFOiRUgLJfk4PsoVaA93qKlU7uf { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0eJ6okX24pJHGoRtN2NzP2uJzW2QnAa { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTocAAako6xScHGoXR9JRscHb3QFOhz3 { display:block; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTRePgBA6fkJrCRvzQOgNFD4EIRIduG1 { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqK7wD6czoA0vgBPcgtv8sBRwBC4HVuh { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBQVWOsTdKK3f5d7GpIy7hfWksTV9lu { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGqMq4G9hVhwCtH0mwvwozofG1EX2BF4 { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3bebXtssR3ZPzqrL5mpvFd5L3OUg1vq { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26O50WCegJFO60SFPMDmeF98CHrcLg7 { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yibJMO1MINtXo4IIDka7BL2dGNFaciJU { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaBtMtLN4CvQi7eBlCy045iNJJVa30iM { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6AoiSS78pOIIzEVtdL268uoDB66pcml { display:block; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po3OCga2u26k4ydIVPdwKSVw6ZHbFTmt { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW5NgKRIW1rFb2mHXhuAnvIcsl4HLmRM { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZJVZlKaOzX3zCGMlIKvoWs3kp0VusX { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsFF65xn07MhxarS32AU0sykcOx4x5g { width:17.5rem;height:8.1875rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnqKVNCUGFFMQsiTDlOIT4bE9PHEkHE { width:17.5rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCAfi30MvImRzzyHbUCWNccMHBZr3tD { width:17.5rem;height:8.1875rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCuziVhx30S7zGbx4TMsXBJ55GSmia1 { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJtLs7yas391mJHyA5TNghbyVTvKlah { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co { display:block; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S06qrHZTQZpqcm7iIneh7H1P1LHLI4AT { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3KzkDO8bv7fVhrCzMfXW3QVKHV2JA80 { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RRdJbfEaoreLTsCGmDw8BxIm29cqU4 { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZ9A0NQRNdtIFJp7TGvSFcUTbcn9TdV { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD7V6tpulTpznSBTKTlxzlzZ8mIO5ueJ { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZXmU2LLU28Dm19LSa20sy0INk3KzHE5 { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOW2c4NNQprcfu669Die7owoRfkzLpu { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyaS11QmurHutNwrPEcshc1cScue6UPy { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LckszLvIySTH8Eil6zfMEFdAy0MvqBAz { display:block; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpHDDCQokkx7a2N1krQQENuwv77vA9hz { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4b49NH6VnVOCbBc5RviRRurZDhvXsyU { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLgT8KNezx6wo0OS5h0xT6X7WrAMMQi3 { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tXc90T2rRghSKuDmRTBLLxJxkVduXN { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtpZARMwTRqQAsXTgqCO99wzpJouPF1n { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVZwThIe70kC31o56TTna1JhyeD73ob { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw6JTRVZQ9CT18Wa9V4Dg7lKRboyny2C { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgR4sdLuXCCNS37UkhTu54xiRDtFJ5Cf { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQinJcpwUdifSGddv5xHMwrCOU1ETxJL { display:block; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZT2yQ6ebXBHbc5S4PeseiL4Pdby0FeJ { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTATnWtTzxwswMJ0pXUP8dTqA41KBE3 { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toz4X4xS91RHtREo6ZKxpf7H38zsmk1F { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZMR8Ax0PyHEKfMDBz05CJopv3eO4lT { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDFJO5xeEAku33wNch3kT5MZOlgmsOpU { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0BI9dIf4MQwp7tlkuPCqtDrt4MKlexD { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVCUOCS71lXMb3BGKxSsHJ5JTywdHgnR { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NT9i80XEIN1WIGAdOkGgGyA5OCNsh8 { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy { display:block; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnBfRiJzbI76JEhlmiSLh0CTXxXFqizK { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETicr7d6v1ZhatPsuVMI21B9GX0VUqNV { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0716hKUr8DVHkJGBhNf3dl5fTLE8lLC { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXfr8S0O1mrcn4CASZGw4nlFZzHzp8s { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxeJBQy3nv0qPWItVaqnECqrDBNdGU4I { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06T7xMy963DRLxET2fzFx2kxChZqSVb { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG8iMS1uITM4eoyeh32dqX5cJsT4EOc { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwvrmMQ3XXTDx7SdFA4twpTUaf025Q9n { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS { display:block; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5QdTS2TpBGwMUXT8fihCNNlFKRFc1M6 { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9wrXpQmqC0S9IW5pU5DON1W0xNhI9p3 { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK67rT5ofs8GmLrgn5sgFaLF30VgCrmH { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENUKG2T7S9OdfMgqdbIHvSE1T6mhNiy { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbtst11i8gmHpMBun37Tbvv2Ou9ibDKc { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBzcf6QgWk0hkdAF0OaciUCcJQrJgSE { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #UREQTmtiW09LLQcyiCD7shNNENVT8reD { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bry7El7XLUxw7luVqRHJdy68LpzLmLpX { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNfsS2840ERFIavamzHqoWeWdtButhgy { display:block; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWUSgmJ072HkiiaoHgrh4RvKAeCh9maT { width:17.8125rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXU0sm5t9As3qz5TH9sJHazK9PPWvVpv { width:17.8125rem;height:0.625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHx6snD6ff1yUSdtt0ieQCIwPQtHacTR { width:17.8125rem;height:0.625rem;top:7.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPrZTicCTMHeMIrEtzmzVINlpW51o3u { width:17.8125rem;height:8.3125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVh8EQm0XkpU3wrpiBPbLHTTbE4qImE { width:17.8125rem;height:8.3125rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRX92qN9PcbcOaRSMwG1ycKgpFvNXTT { width:17.8125rem;height:8.3125rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUf2zLTEipF8BefwHF9DQx7yHG90MsHp { width:17.8125rem;height:0.625rem;top:7.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBXT9WpaxgaNHmF05TGnEKCoz5DlmTi { width:17.8125rem;height:0.625rem;top:7.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB { display:block; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FH1esurduTbBcsuLP7NCbNRtbJksk6fL { background-color:transparent;background-image:none;display:block; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container { background-color: transparent; background-image: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container > .video-iframe-container { display: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row > .video-iframe-container { display: none; }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .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); }#FH1esurduTbBcsuLP7NCbNRtbJksk6fL > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkuDVT96wKO4L5BFcN0pdcogOZUcsyHU { width:20rem;height:6.1875rem;top:4.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #miJZR4zkTr402sFvb1UTsWczqgoORhKK { width:10.9375rem;height:3.3125rem;top:2.5rem;left:4.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GromPI9LX9BTktK9rbfplKwqcWbcLNu7 { width:20rem;height:3.09375rem;top:9.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK { display:block; }#TOnyQyBJrml5qS5GhDEhIOCbX10l1SVK > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEiJmM9Z99qetF7gvkqiLfOXKpuPpXAO { width:20rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLNe8yPC5hKRi2pWu08Qr3tziTN5zwi { width:20rem;height:0.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t63d7gfIfacdBXl7a9oqheiEqEIlvEl2 { width:20rem;height:0.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7pwCUAtwuWdl2vdLHu1glhr2wFdcTl { width:20rem;height:9.375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxosSe4UMogIGgziKoEkApDkRTkp2Hsa { width:20rem;height:9.375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhVgfgSlDUyZFEVmbSb2bHZobin7qwMT { width:20rem;height:9.375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqP4hFON7yD6gnAJeHbcXWeFW62LtKMI { width:20rem;height:0.625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2VAE6qKToKA7HfymCzlHQJJ4xefeuGT { width:20rem;height:0.625rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 { display:block; }#ka4iDCgCOsczl8inaaMk9KBv0iJ0UxG4 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMSSCWIZrprIH962TTrI4oFrxKzL7lqt { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwaFSdWWs7mXMycr94TkTceBhAPrEHn { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJITqU0wWOV3UVr6riZBZg94S2cTavfa { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Qth6mBZ6EAEB9odXOxbpTCpTySQirL { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8xn5GxFSWVwgsusH40hce8Q0CMz8GDg { width:19.6875rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVB3WmWXZE146pIPT1nVnDXQlIhm5miT { width:19.6875rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWd30kuulUwpoeIUOwFbUR5A5lP8h0l6 { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsG4Vm56nfV56VsXyaquauXAHSTmUEe { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpC7fXg95vteaO4Xe9Km96160AGzsEh { display:block; }#eNpC7fXg95vteaO4Xe9Km96160AGzsEh > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mopz9sKOzVS8JKCOTwdADTidXOQTk3U1 { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESLI4s6ERhEcw5svkzeBFLDGq56APuro { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG72aLdtV8bCwRAIReUnXaav0sPduLp1 { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTO1hxET90bTxsPlQOVvDIMiaV6BVwDU { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oIJ7A4QI2QWGBrhDGIW6V6EfLU2bpW { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv03xtTBvdf72rqd6EFKsaoFPaUG23DB { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGX0MJKXg6IeOgGkSGpSS9NRox86uZcD { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpEPJ5a3vAtrBtfTHTvyTbOvUkeSXtGD { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw { display:block; }#mWeKHRNMe5Tl0REuihi64f2h1BtzZTgw > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfUaXKsw1AJqQaUIyCt8cyJZq61a7KzQ { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHCivtc4aLF9c8FbANnF4zgHMRUrhad { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWS2aVcPUkzXE7HRscTpnCOGBu54P7Pu { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML9pWrimxsvCIrO4XAfyXd3JvgDQ8KRT { width:19.6875rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZWqp0DpTy2M6iGS2TfSAbmqtF7atzk4 { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEsaNBTMZb8bF1cXZAEczTQbxwpF9PhU { width:19.6875rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZrgTg7FlI7aEZyI0XoMdTUAXHNTy4me { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR1AV7xeMREz8JIDLa2h7ZDtg9dgruKz { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z { display:block; }#ZQcKwoC6bubOWyuRboe1S7addwrUTD1Z > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHTguIJ85wpPo1T2wK8dWK6iAC7bipOk { width:19.8125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHThXkK3DfTvb2pMfpgMEpBEHikgbtw { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDpRcqLCcHB2d44342EUl26aTGTOrUe { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzzWue9hvynwz6CDuDpSeaFBvwgOmi6P { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLD6MGve07wwSdlUmBubZkZsfR5DUEa { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MMve2Vy3RdhsPcirT7TOrpkqVRiVMr { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk9g1iaPUEOpEIlTa00xl8ZAzxxh2BTl { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0RTokZNxD8VtTf6Jici9poc2rnew0A { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANAXvZXMhSLWP18elTeXFkUmunItvQW { display:block; }#TANAXvZXMhSLWP18elTeXFkUmunItvQW > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAEcr4H1356JqyTKEP2BXkhpPXcu7rTR { width:19.6875rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqdebmewhRhZhp8QsTmQuWouaQglqtG { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPiihO4ZqiD48pbXtKmAOluoTTzXAui { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JEhbNI16xzpF4thi2uEbNPerConazA { width:19.8125rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypinITnK8bNnT1czJZ3FAuyLwyCRrIEn { width:19.8125rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKhH2aLsJInaK5bQ93F7KTJWpy4OL58T { width:19.8125rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg8R9XhngROAzMMXpNcd8DOnACLFJ9A3 { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ra5EgxfmVHAkNveGTK4I54wMyTyzPU { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta { display:block; }#wTAxWgomoGEBnJPxoqblRZQ3iD3hJTta > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9KZd7MLVZnz2GvKixVLRO3si7USr7V { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbw1LgNA7ChUdV245KMEomTJyIHVpaBo { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreX2epr8gslRT59Td6WqOVbfaL45D67 { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBTAhz9MAx7WSQKBOwuwV8BptypciOKE { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la62r07stRqRZzE2mk46hUaUfTtiXqS8 { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV08wQRE4xSxcMurK7wgDJZiQ9zMpDJQ { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVJeJLFaHTUeSNPssTXFrN6edfu4aPG { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5sw3i5IzT9KGi2TyhN7ZPLapPQuA36 { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD { display:block; }#IndM1zCkpKxTyPCQ3BERELh7qSe7m3nD > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsi9X4TAsOWMzThK8CLGsRyu0cdUEKXc { width:19.8125rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLCpqW3NJA5WKrOmccJwACiqSbuMcqWz { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Z6TonIW5HlPBQAQTNtrXneGXzKDLMe { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC5qQGupmzwCJNkO4r6FB3SRXDVhOSD8 { width:19.8125rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQATPm3b6NtU8nmRsk3X1qOg2eD1Ridf { width:19.8125rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtmwTEzwt2GLBeIq6iy1dlJFzTfSMadf { width:19.8125rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRA2OFOiRUgLJfk4PsoVaA93qKlU7uf { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0eJ6okX24pJHGoRtN2NzP2uJzW2QnAa { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTocAAako6xScHGoXR9JRscHb3QFOhz3 { display:block; }#TTocAAako6xScHGoXR9JRscHb3QFOhz3 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTRePgBA6fkJrCRvzQOgNFD4EIRIduG1 { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqK7wD6czoA0vgBPcgtv8sBRwBC4HVuh { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRBQVWOsTdKK3f5d7GpIy7hfWksTV9lu { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGqMq4G9hVhwCtH0mwvwozofG1EX2BF4 { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3bebXtssR3ZPzqrL5mpvFd5L3OUg1vq { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26O50WCegJFO60SFPMDmeF98CHrcLg7 { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yibJMO1MINtXo4IIDka7BL2dGNFaciJU { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaBtMtLN4CvQi7eBlCy045iNJJVa30iM { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6AoiSS78pOIIzEVtdL268uoDB66pcml { display:block; }#i6AoiSS78pOIIzEVtdL268uoDB66pcml > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po3OCga2u26k4ydIVPdwKSVw6ZHbFTmt { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW5NgKRIW1rFb2mHXhuAnvIcsl4HLmRM { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZJVZlKaOzX3zCGMlIKvoWs3kp0VusX { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsFF65xn07MhxarS32AU0sykcOx4x5g { width:19.6875rem;height:9.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnqKVNCUGFFMQsiTDlOIT4bE9PHEkHE { width:19.6875rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCAfi30MvImRzzyHbUCWNccMHBZr3tD { width:19.6875rem;height:9.25rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCuziVhx30S7zGbx4TMsXBJ55GSmia1 { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJtLs7yas391mJHyA5TNghbyVTvKlah { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co { display:block; }#dgfQqJQDc3qimFpHAUSsxfwrixFsT0Co > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S06qrHZTQZpqcm7iIneh7H1P1LHLI4AT { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3KzkDO8bv7fVhrCzMfXW3QVKHV2JA80 { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RRdJbfEaoreLTsCGmDw8BxIm29cqU4 { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZ9A0NQRNdtIFJp7TGvSFcUTbcn9TdV { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD7V6tpulTpznSBTKTlxzlzZ8mIO5ueJ { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZXmU2LLU28Dm19LSa20sy0INk3KzHE5 { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOW2c4NNQprcfu669Die7owoRfkzLpu { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyaS11QmurHutNwrPEcshc1cScue6UPy { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LckszLvIySTH8Eil6zfMEFdAy0MvqBAz { display:block; }#LckszLvIySTH8Eil6zfMEFdAy0MvqBAz > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpHDDCQokkx7a2N1krQQENuwv77vA9hz { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4b49NH6VnVOCbBc5RviRRurZDhvXsyU { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLgT8KNezx6wo0OS5h0xT6X7WrAMMQi3 { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8tXc90T2rRghSKuDmRTBLLxJxkVduXN { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtpZARMwTRqQAsXTgqCO99wzpJouPF1n { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTVZwThIe70kC31o56TTna1JhyeD73ob { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw6JTRVZQ9CT18Wa9V4Dg7lKRboyny2C { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgR4sdLuXCCNS37UkhTu54xiRDtFJ5Cf { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQinJcpwUdifSGddv5xHMwrCOU1ETxJL { display:block; }#wQinJcpwUdifSGddv5xHMwrCOU1ETxJL > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZT2yQ6ebXBHbc5S4PeseiL4Pdby0FeJ { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTATnWtTzxwswMJ0pXUP8dTqA41KBE3 { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toz4X4xS91RHtREo6ZKxpf7H38zsmk1F { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZMR8Ax0PyHEKfMDBz05CJopv3eO4lT { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDFJO5xeEAku33wNch3kT5MZOlgmsOpU { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0BI9dIf4MQwp7tlkuPCqtDrt4MKlexD { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVCUOCS71lXMb3BGKxSsHJ5JTywdHgnR { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NT9i80XEIN1WIGAdOkGgGyA5OCNsh8 { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy { display:block; }#Mx7WggODXHScyNAX9oXUqa2TlMdyfVNy > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnBfRiJzbI76JEhlmiSLh0CTXxXFqizK { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETicr7d6v1ZhatPsuVMI21B9GX0VUqNV { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0716hKUr8DVHkJGBhNf3dl5fTLE8lLC { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXfr8S0O1mrcn4CASZGw4nlFZzHzp8s { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxeJBQy3nv0qPWItVaqnECqrDBNdGU4I { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06T7xMy963DRLxET2fzFx2kxChZqSVb { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtG8iMS1uITM4eoyeh32dqX5cJsT4EOc { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwvrmMQ3XXTDx7SdFA4twpTUaf025Q9n { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS { display:block; }#NEi7xM2d0Dz201pqgC0NepnmJP2P9oCS > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5QdTS2TpBGwMUXT8fihCNNlFKRFc1M6 { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9wrXpQmqC0S9IW5pU5DON1W0xNhI9p3 { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK67rT5ofs8GmLrgn5sgFaLF30VgCrmH { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENUKG2T7S9OdfMgqdbIHvSE1T6mhNiy { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbtst11i8gmHpMBun37Tbvv2Ou9ibDKc { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBzcf6QgWk0hkdAF0OaciUCcJQrJgSE { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UREQTmtiW09LLQcyiCD7shNNENVT8reD { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bry7El7XLUxw7luVqRHJdy68LpzLmLpX { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNfsS2840ERFIavamzHqoWeWdtButhgy { display:block; }#bNfsS2840ERFIavamzHqoWeWdtButhgy > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWUSgmJ072HkiiaoHgrh4RvKAeCh9maT { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXU0sm5t9As3qz5TH9sJHazK9PPWvVpv { width:20rem;height:0.625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHx6snD6ff1yUSdtt0ieQCIwPQtHacTR { width:20rem;height:0.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPrZTicCTMHeMIrEtzmzVINlpW51o3u { width:20rem;height:9.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVh8EQm0XkpU3wrpiBPbLHTTbE4qImE { width:20rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRX92qN9PcbcOaRSMwG1ycKgpFvNXTT { width:20rem;height:9.375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUf2zLTEipF8BefwHF9DQx7yHG90MsHp { width:20rem;height:0.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBXT9WpaxgaNHmF05TGnEKCoz5DlmTi { width:20rem;height:0.625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB { display:block; }#CR8lXcuFdCMzfFmMZmIDfAPLHysiIdSB > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }