.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#W7eb559WKDTTN7B1GGEe5NQgeaLt9ri5 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:2.125rem;left:1.375rem;display:none; }
#upzaCOEgoJH9KKMwUL0yepg1RMiziBgp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#cbRSMzSBTF7tfVDzTpGpSrezMfPnEOmo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#N10a08ZiTHsql2HyT2cml7QBQbuWWtZP { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:9.375rem;left:0rem;display:none; }
#N5I7weKWODRLV6OWOo0xHFdfrHUaLPLT { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:11.4375rem;left:0rem;display:none; }
#eImhQEQpmvae4RCz2J9C8LJmPPk1PO52 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC { position:relative;display:none; }#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC { border-width: 0; border-radius: 0; }#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC > .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; }#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k8Tk3RTkKH3mazUaoa2BskK7GhPy2byg { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:1.375rem;left:0.6875rem;display:none; }
#HGJ5hmHSSRQZuDJpUOoP25s0Kpus0mLO { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.0625rem;top:11.5rem;left:0rem;display:none; }
#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo { position:relative;display:none; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo { border-width: 0; border-radius: 0; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .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; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#trOBwgEQiorU8ZfZ3Fo7uE9nIgQFurgG { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:1.375rem;left:0.625rem;display:none; }
#hl5dRKd2Xr89Sw34gQAZfAG0fVftFG00 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:4.75rem;left:0rem;display:none; }
#LoTcO5xhzSwcUo0CwELIgGTKdCsUD0VV { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:34.75rem;left:0rem;display:none; }
#oTouEgvUTpRpSf7dT7sdrTSRQ1P6ZxxW { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:19.9375rem;left:0.625rem;display:none; }
#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx { position:relative;display:none; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx { border-width: 0; border-radius: 0; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .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; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TaDFQffcy5DzM40ITk2pJuEvaVlJg1rd { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1.6875rem;left:0.625rem;display:none; }
#rGEBOdcKsLNi94TvZgPvTNduA06eKnHM { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:9.75rem;left:0rem;display:none; }
#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne { position:relative;display:none; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne { border-width: 0; border-radius: 0; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .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; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hQmAcv5Q5rFvQ225rptJaEH6ECl81CnT { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:1.6875rem;left:0.625rem;display:none; }
#VNQTMOsPhaJiie3W8gaThFK3lxKctBaM { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.0625rem;top:7.875rem;left:0rem;display:none; }
#WditqDwgzAU7vQ0JT190yZGbmbcSQZxE { 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:42.625rem;width:60rem;display:none; }
#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk { position:relative;display:none; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk { border-width: 0; border-radius: 0; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .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; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UbJvNAIrp4h9POhZZOBglguandGtny5i { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1.6875rem;left:0.625rem;display:none; }
#ufaGWWQyci25xCT6zUl7F7LJU2cS8uW6 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:7rem;left:0rem;display:none; }
#OOnGru0Pf5vWaKTLc8nEigU8f4pQfTEz { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:18rem;left:0rem;display:none; }
#IGHONZcApIcBkqnHiXPgXAteW65EvFtz { position:relative;display:none; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz { border-width: 0; border-radius: 0; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .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; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cRWuLRUTgMD9NOkv5Riw65ZnASW63Vwz { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:1.6875rem;left:0.6875rem;display:none; }
#C8GytaFeFvXKbMsVTLTZEGMht1zCOhEu { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19.4375rem;top:9.3125rem;left:0rem;display:none; }
#ep5cIiiuPH93thCDp69Q2CFtKVkvPobP { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.0625rem;left:4.3125rem;display:none; }
#WooxMxZq1fwKm7ps19UXwpBt2lWa3tGI { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:33.6875rem;left:0rem;display:none; }
#riPFOhETkE5sW281HEtx6gcHUortEH8H { color:#000000;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:48rem;left:0rem;display:none; }
#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 { position:relative;display:none; }#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 { border-width: 0; border-radius: 0; }#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 > .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; }#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qz54HrAOENGxyluQsMgTfnB5TKqy1N4y { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:1.25rem;left:0rem;display:none; }
#DwIspwlDGUer7fTKElORtNPuXZpkLlg2 { 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:25.5rem;width:56.3125rem;display:none; }
#wUVxOr0C8MeJKSwQqW2a7uaVSF3wm8vb { 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:21.25rem;width:56.3125rem;display:none; }
#ahbohqeEAVW8GipEnkabPab6kCaJHd5Q { 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:21.25rem;width:39.25rem;display:none; }
#xAxKI6dTAEsCJeeDganJEfoyJdkoxba9 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:37.5625rem;left:0rem;display:none; }
#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL { position:relative;display:none; }#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL { border-width: 0; border-radius: 0; }#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL > .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; }#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r7PpgU1hJbpxxScOlfxzW3TUrDnoOrm3 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:0.5625rem;left:0rem;display:none; }
#o0WtLrexUKVHqoeB1aSDbQz69qytrs8h { 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:52rem;width:60rem;display:none; }
#skR7RDeZbTTAAz3CF2hRPdT1ZsIaZ5nD { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.1875rem;top:29.25rem;left:0rem;display:none; }
#TNrcwK48mDWUOihwg5TxRkRlegeEMwGk { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:49.75rem;left:0rem;display:none; }
#bApB8e4RzmiNB8mr3wI9AlKv3gV4Do8J { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27.25rem;top:57.3125rem;left:0rem;display:none; }
#XCQN0LpLwkhXNfS5TFCSVTHAzKlNTzhi { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:105.1875rem;left:0rem;display:none; }
#H7cnUNQ3v3syl0ZdPsvNmU8AxE6PbTvL { 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:37.5rem;width:54.1875rem;display:none; }
#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 { position:relative;display:none; }#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 { border-width: 0; border-radius: 0; }#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 > .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; }#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u8FXCzvlonynLEEILaNEbabJOnS5A3Zw { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.9375rem;top:3.375rem;left:0rem;display:none; }
#JeCtM4bNXub1ZzadrIOapIZnUZkBsy1a { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19.4375rem;top:64.3125rem;left:0rem;display:none; }
#OySzQBnZJI904ZgtFuMUR42AigbGnecl { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:29rem;left:0.625rem;display:none; }
#ERmCdOeQPcMSUhBBZ3oTZz4Ju3VeiTfI { 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:42.625rem;width:60rem;display:none; }
#ztAo7kEtB5spxeML5Vfu93ngVk5CyUxC { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:56.75rem;left:0rem;display:none; }
#ynSCn7KEBKFUnTtlEzuA5FlkqIBC3iiJ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.9375rem;top:36.5rem;left:0rem;display:none; }
#NL4fK7Qz2koMxL7Tbxb6X7wAuKTUGi4D { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:94.375rem;left:0rem;display:none; }
#hqx4di9aadPCMOcsvnUZRdPhAnKrvdIC { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19.4375rem;top:119.8125rem;left:0rem;display:none; }
#rPumspBxABbgnQr15QIzvR6SwBkFBIGc { 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:52rem;width:60rem;display:none; }
#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 { position:relative;display:none; }#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 { border-width: 0; border-radius: 0; }#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 > .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; }#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TEsiwKDlfCOWK0QSQAXrn02w8v0u1uNA { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26.375rem;top:89.3125rem;left:0rem;display:none; }
#zibPvKm1auuLt5Qtbo54a8AWhzuWiEMc { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:2.4375rem;left:0rem;display:none; }
#cOsobFHanBnbo17wVRHT8bVFUlN606sN { color:#000000;display:block;width:17.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:82.1875rem;left:1rem;display:none; }
#vpPv7c34By5ub5lGRISbL2TxIzB7ecly { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:9.125rem;left:0rem;display:none; }
#wAF2VBdvFWdqrIbq9x3HuUWv7TTilLcF { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57.5625rem;top:17.25rem;left:0rem;display:none; }
#v4ug02HwAzDcZ4Cwqvc0xEtu4zNduh46 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GKiqiLqmo93BThfPQyx1ZvtWbn3abO2K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XUZbvuQa4mGebhJphpmGqSmJvdd2ILQ8 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:131.3125rem;left:0rem;display:none; }
#ogdTyZi27df4fJ9eJkW7bV7RBt4DSHia { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AbUoxuxJ25x5p3k4JynRn9vO1sQNBTmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9x64kEWTkpVltgv3P9kAR4HfSbkhosM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bnw48BEc8rD7k5H2sP9HaHWlbfvX1Rm4 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:104.125rem;left:1rem;display:none; }
#inrtVcHKCMdL7RCR58kiC4a0enzJ8BM5 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:92.8125rem;left:0rem;display:none; }
#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV { position:relative;display:none; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV { border-width: 0; border-radius: 0; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .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; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BIIQ5AdudrQSu3Rax4E8pTXUzxqcby7r { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:29.875rem;top:7.1875rem;left:0rem;display:none; }
#gDOkhtPyB5tP14cOGrxlcxbsIwPwtgo6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:7.5rem;left:6.125rem;display:none; }
#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM { position:relative;display:none; }#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM { border-width: 0; border-radius: 0; }#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM > .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; }#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xe2ueLydum5Dbv6MIdlg1uW2ttBzFI4h { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:1.375rem;left:0.9375rem;display:none; }
#yk2WbFXnNHvuspsXn5kmCUZVIEC2kw2b { 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:34.875rem;width:54.1875rem;display:none; }
#h38bx47Tv1xWqAEnwxmymnmfkmNcOX1v { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:21.875rem;left:0rem;display:none; }
#Hw1dzsgBUbSrv8PX66lrR0sRKk7nyWTB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:38.625rem;left:3.3125rem;display:none; }
#TD5BVe4kdMZdnF88CTExKKAZU2iiltFS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:29.8125rem;left:4.0625rem;display:none; }
#B2XNOV8QutaezlHTboUPgSS1KA4gyWv9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IKQNU2rZrv3EhUMwbeommXbkoDAy0X9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7eb559WKDTTN7B1GGEe5NQgeaLt9ri5 { top:2.125rem;left:0rem;width:18.5625rem;height:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #upzaCOEgoJH9KKMwUL0yepg1RMiziBgp { display:none; }
 }@media only screen and (max-width: 763px) { #cbRSMzSBTF7tfVDzTpGpSrezMfPnEOmo { display:none; }
 }@media only screen and (max-width: 763px) { #N10a08ZiTHsql2HyT2cml7QBQbuWWtZP { top:9.375rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5I7weKWODRLV6OWOo0xHFdfrHUaLPLT { top:11.4375rem;left:0rem;width:18.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eImhQEQpmvae4RCz2J9C8LJmPPk1PO52 { display:none; }
 }@media only screen and (max-width: 763px) { #xcPvBUUImhOkcnegDzGNsIkaiipJE3zC { display:none; }#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k8Tk3RTkKH3mazUaoa2BskK7GhPy2byg { top:1.375rem;left:0rem;width:18.5rem;height:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGJ5hmHSSRQZuDJpUOoP25s0Kpus0mLO { top:11.5rem;left:0rem;width:18.5rem;height:22.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hL88p0LVlti1zElX57oTZ3xTHZTq0CXo { display:none; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #trOBwgEQiorU8ZfZ3Fo7uE9nIgQFurgG { top:1.375rem;left:0rem;width:18.5625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl5dRKd2Xr89Sw34gQAZfAG0fVftFG00 { top:4.75rem;left:0rem;width:19.9375rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoTcO5xhzSwcUo0CwELIgGTKdCsUD0VV { top:34.75rem;left:0rem;width:19.9375rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTouEgvUTpRpSf7dT7sdrTSRQ1P6ZxxW { top:19.9375rem;left:0rem;width:18.5625rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx { display:none; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaDFQffcy5DzM40ITk2pJuEvaVlJg1rd { top:1.6875rem;left:0rem;width:18.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGEBOdcKsLNi94TvZgPvTNduA06eKnHM { top:9.75rem;left:0rem;width:19.3125rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne { display:none; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hQmAcv5Q5rFvQ225rptJaEH6ECl81CnT { top:1.6875rem;left:0rem;width:18.5625rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNQTMOsPhaJiie3W8gaThFK3lxKctBaM { top:7.875rem;left:0rem;width:19.3125rem;height:22.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WditqDwgzAU7vQ0JT190yZGbmbcSQZxE { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuqsKI9b1CPheazff2KTh7AwCaKB3yhk { display:none; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UbJvNAIrp4h9POhZZOBglguandGtny5i { top:1.6875rem;left:0rem;width:18.5625rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufaGWWQyci25xCT6zUl7F7LJU2cS8uW6 { top:7rem;left:0rem;width:19.3125rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOnGru0Pf5vWaKTLc8nEigU8f4pQfTEz { top:18rem;left:0rem;width:19.9375rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGHONZcApIcBkqnHiXPgXAteW65EvFtz { display:none; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRWuLRUTgMD9NOkv5Riw65ZnASW63Vwz { top:1.6875rem;left:0rem;width:18.625rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8GytaFeFvXKbMsVTLTZEGMht1zCOhEu { top:9.3125rem;left:0rem;width:19.9375rem;height:19.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ep5cIiiuPH93thCDp69Q2CFtKVkvPobP { top:8.0625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WooxMxZq1fwKm7ps19UXwpBt2lWa3tGI { top:33.6875rem;left:0rem;width:19.3125rem;height:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #riPFOhETkE5sW281HEtx6gcHUortEH8H { top:48rem;left:0rem;width:19.125rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 { display:none; }#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qz54HrAOENGxyluQsMgTfnB5TKqy1N4y { top:1.25rem;left:0rem;width:19.5625rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwIspwlDGUer7fTKElORtNPuXZpkLlg2 { width:47.75rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUVxOr0C8MeJKSwQqW2a7uaVSF3wm8vb { width:47.75rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahbohqeEAVW8GipEnkabPab6kCaJHd5Q { width:33.375rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAxKI6dTAEsCJeeDganJEfoyJdkoxba9 { top:37.5625rem;left:0rem;width:19.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL { display:none; }#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7PpgU1hJbpxxScOlfxzW3TUrDnoOrm3 { top:0.5625rem;left:0rem;width:19.9375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0WtLrexUKVHqoeB1aSDbQz69qytrs8h { width:47.75rem;height:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #skR7RDeZbTTAAz3CF2hRPdT1ZsIaZ5nD { top:29.25rem;left:0rem;width:19.9375rem;height:18.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNrcwK48mDWUOihwg5TxRkRlegeEMwGk { top:49.75rem;left:0rem;width:19.5625rem;height:8.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bApB8e4RzmiNB8mr3wI9AlKv3gV4Do8J { top:57.3125rem;left:0rem;width:20rem;height:27.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCQN0LpLwkhXNfS5TFCSVTHAzKlNTzhi { top:105.1875rem;left:0rem;width:19.3125rem;height:3.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7cnUNQ3v3syl0ZdPsvNmU8AxE6PbTvL { width:43.125rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 { display:none; }#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u8FXCzvlonynLEEILaNEbabJOnS5A3Zw { top:3.375rem;left:0rem;width:19.3125rem;height:25.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeCtM4bNXub1ZzadrIOapIZnUZkBsy1a { top:64.3125rem;left:0rem;width:19.3125rem;height:19.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OySzQBnZJI904ZgtFuMUR42AigbGnecl { top:29rem;left:0rem;width:19.3125rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERmCdOeQPcMSUhBBZ3oTZz4Ju3VeiTfI { width:47.75rem;height:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztAo7kEtB5spxeML5Vfu93ngVk5CyUxC { top:56.75rem;left:0rem;width:19.9375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynSCn7KEBKFUnTtlEzuA5FlkqIBC3iiJ { top:36.5rem;left:0rem;width:19.3125rem;height:25.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL4fK7Qz2koMxL7Tbxb6X7wAuKTUGi4D { top:94.375rem;left:0rem;width:19.3125rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqx4di9aadPCMOcsvnUZRdPhAnKrvdIC { top:119.8125rem;left:0rem;width:19.3125rem;height:19.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPumspBxABbgnQr15QIzvR6SwBkFBIGc { width:47.75rem;height:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 { display:none; }#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEsiwKDlfCOWK0QSQAXrn02w8v0u1uNA { top:89.3125rem;left:0rem;width:19.9375rem;height:26.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zibPvKm1auuLt5Qtbo54a8AWhzuWiEMc { top:2.4375rem;left:0rem;width:19.3125rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOsobFHanBnbo17wVRHT8bVFUlN606sN { top:82.1875rem;left:0rem;width:17.875rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpPv7c34By5ub5lGRISbL2TxIzB7ecly { top:9.125rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAF2VBdvFWdqrIbq9x3HuUWv7TTilLcF { top:17.25rem;left:0rem;width:19.9375rem;height:57.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4ug02HwAzDcZ4Cwqvc0xEtu4zNduh46 { display:none; }
 }@media only screen and (max-width: 763px) { #GKiqiLqmo93BThfPQyx1ZvtWbn3abO2K { display:none; }
 }@media only screen and (max-width: 763px) { #XUZbvuQa4mGebhJphpmGqSmJvdd2ILQ8 { top:131.3125rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogdTyZi27df4fJ9eJkW7bV7RBt4DSHia { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AbUoxuxJ25x5p3k4JynRn9vO1sQNBTmu { display:block; }
 }@media only screen and (max-width: 763px) { #n9x64kEWTkpVltgv3P9kAR4HfSbkhosM { display:none; }
 }@media only screen and (max-width: 763px) { #bnw48BEc8rD7k5H2sP9HaHWlbfvX1Rm4 { top:104.125rem;left:0rem;width:17.875rem;height:8.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #inrtVcHKCMdL7RCR58kiC4a0enzJ8BM5 { top:92.8125rem;left:0rem;width:19.375rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV { display:none; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIIQ5AdudrQSu3Rax4E8pTXUzxqcby7r { top:7.1875rem;left:0rem;width:20rem;height:29.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDOkhtPyB5tP14cOGrxlcxbsIwPwtgo6 { top:7.5rem;left:0.020833790302277rem;width:12.5rem;height:2.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfsdqxz5Excd4g8uUohuPiJAgFIB12UM { display:none; }#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xe2ueLydum5Dbv6MIdlg1uW2ttBzFI4h { top:1.375rem;left:0rem;width:20rem;height:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk2WbFXnNHvuspsXn5kmCUZVIEC2kw2b { width:43.125rem;height:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h38bx47Tv1xWqAEnwxmymnmfkmNcOX1v { top:21.875rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw1dzsgBUbSrv8PX66lrR0sRKk7nyWTB { top:38.625rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD5BVe4kdMZdnF88CTExKKAZU2iiltFS { top:29.8125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2XNOV8QutaezlHTboUPgSS1KA4gyWv9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #IKQNU2rZrv3EhUMwbeommXbkoDAy0X9v { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7eb559WKDTTN7B1GGEe5NQgeaLt9ri5 { top:1.4979383945465rem;left:0.68793410062787rem;width:18.6230625rem;height:6.4995625rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #upzaCOEgoJH9KKMwUL0yepg1RMiziBgp { top:12rem;left:1.8959401249886rem;width:12.5rem;height:2.59874375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cbRSMzSBTF7tfVDzTpGpSrezMfPnEOmo { top:13.375rem;left:8.2709401249887rem;width:12.5rem;height:2.59874375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #N10a08ZiTHsql2HyT2cml7QBQbuWWtZP { top:9.43630695343rem;left:0rem;width:20rem;height:5.19748125rem;z-index:15003;color:#ffffff;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #N5I7weKWODRLV6OWOo0xHFdfrHUaLPLT { top:11.437717437744rem;left:0rem;width:18.5623125rem;height:1.62489375rem;z-index:15002;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eImhQEQpmvae4RCz2J9C8LJmPPk1PO52 { top:15.973307609558rem;left:0.34342449903488rem;width:19.3125rem;height:10.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xcPvBUUImhOkcnegDzGNsIkaiipJE3zC { display:block; }#xcPvBUUImhOkcnegDzGNsIkaiipJE3zC > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8Tk3RTkKH3mazUaoa2BskK7GhPy2byg { top:1.4360895156861rem;left:0.71831601858137rem;width:18.5623125rem;height:4.874675rem;z-index:15001;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGJ5hmHSSRQZuDJpUOoP25s0Kpus0mLO { top:9.06684088707rem;left:0rem;width:20rem;height:18.1911875rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hL88p0LVlti1zElX57oTZ3xTHZTq0CXo { background-color:rgba(213,179,187,0.22);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container { background-color: transparent; background-image: none; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container > .video-iframe-container { display: none; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row > .video-iframe-container { display: none; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .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); }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container { border-width: 0; border-radius: 0; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hL88p0LVlti1zElX57oTZ3xTHZTq0CXo > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trOBwgEQiorU8ZfZ3Fo7uE9nIgQFurgG { top:1.4375rem;left:0.68701171875rem;width:18.625rem;height:1.62489375rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hl5dRKd2Xr89Sw34gQAZfAG0fVftFG00 { top:4.7753908485174rem;left:0rem;width:19.9994375rem;height:9.09559375rem;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LoTcO5xhzSwcUo0CwELIgGTKdCsUD0VV { top:23.024632692337rem;left:0rem;width:19.9989375rem;height:12.99370625rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #oTouEgvUTpRpSf7dT7sdrTSRQ1P6ZxxW { top:18.124458551407rem;left:0.68739157915113rem;width:18.6246875rem;height:3.24978125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx { background-color:rgba(255,255,255,0.22);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .row .container { border-width: 0; border-radius: 0; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUe6lPeiMAUuqTwvsOaanoOkFhly4cRx > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaDFQffcy5DzM40ITk2pJuEvaVlJg1rd { top:1.6875rem;left:0.6875rem;width:18.625rem;height:3.24978125rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rGEBOdcKsLNi94TvZgPvTNduA06eKnHM { top:6.384521484375rem;left:0rem;width:19.3733125rem;height:0;z-index:15003;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne { background-color:rgba(255,255,255,0.22);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container { background-color: transparent; background-image: none; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container > .video-iframe-container { display: none; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row > .video-iframe-container { display: none; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .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); }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container { border-width: 0; border-radius: 0; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxPCBlXOLhtd2TzSrSOpCi41kBdGy7ne > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQmAcv5Q5rFvQ225rptJaEH6ECl81CnT { top:1.6875rem;left:0.6875rem;width:18.625rem;height:4.874675rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VNQTMOsPhaJiie3W8gaThFK3lxKctBaM { top:7.8837890625rem;left:0rem;width:19.3733125rem;height:18.1911875rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WditqDwgzAU7vQ0JT190yZGbmbcSQZxE { top:31.5rem;left:1.0458984375rem;width:17.8125rem;height:12.6233125rem;z-index:15008;overflow:hidden;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #zuqsKI9b1CPheazff2KTh7AwCaKB3yhk { background-color:rgba(255,255,255,0.22);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container { background-color: transparent; background-image: none; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container > .video-iframe-container { display: none; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row > .video-iframe-container { display: none; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .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); }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container { border-width: 0; border-radius: 0; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuqsKI9b1CPheazff2KTh7AwCaKB3yhk > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbJvNAIrp4h9POhZZOBglguandGtny5i { top:1.6875rem;left:0.6875rem;width:18.625rem;height:3.24978125rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ufaGWWQyci25xCT6zUl7F7LJU2cS8uW6 { top:7.008544921875rem;left:0rem;width:19.3733125rem;height:11.694325rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OOnGru0Pf5vWaKTLc8nEigU8f4pQfTEz { top:18.046875rem;left:0rem;width:19.9995rem;height:7.79625rem;z-index:15004;font-family:montserrat;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHONZcApIcBkqnHiXPgXAteW65EvFtz { background-color:rgba(213,179,187,0.22);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .row .container { border-width: 0; border-radius: 0; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGHONZcApIcBkqnHiXPgXAteW65EvFtz > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRWuLRUTgMD9NOkv5Riw65ZnASW63Vwz { top:1.6875rem;left:0.6875rem;width:18.625rem;height:6.501rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #C8GytaFeFvXKbMsVTLTZEGMht1zCOhEu { top:9.374267578125rem;left:0rem;width:20rem;height:19.48975rem;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ep5cIiiuPH93thCDp69Q2CFtKVkvPobP { top:30.562744140625rem;left:3.749267578125rem;width:12.4995rem;height:1.62524375rem;z-index:15000;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WooxMxZq1fwKm7ps19UXwpBt2lWa3tGI { top:33.749267578125rem;left:0rem;width:19.37475rem;height:14.29249375rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #riPFOhETkE5sW281HEtx6gcHUortEH8H { top:45.66650390625rem;left:0rem;width:19.125rem;height:4.38574375rem;z-index:15004;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 { display:block; }#q9sXnyL2heT7CUi53s0JkSi0X8rHunt0 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qz54HrAOENGxyluQsMgTfnB5TKqy1N4y { top:1.311767578125rem;left:0rem;width:19.6245rem;height:3.087025rem;z-index:15000;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwIspwlDGUer7fTKElORtNPuXZpkLlg2 { top:5.625rem;left:0rem;width:20rem;height:9rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wUVxOr0C8MeJKSwQqW2a7uaVSF3wm8vb { top:16.0625rem;left:0rem;width:19.9375rem;height:7.5rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahbohqeEAVW8GipEnkabPab6kCaJHd5Q { top:25.5625rem;left:0rem;width:19.875rem;height:10.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xAxKI6dTAEsCJeeDganJEfoyJdkoxba9 { top:37.576904296875rem;left:0rem;width:19.5615rem;height:2.59874375rem;z-index:15004;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL { display:block; }#heWGMwQstG9EXVdlZCNqP6Clbk2nhpFL > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7PpgU1hJbpxxScOlfxzW3TUrDnoOrm3 { top:0.57861328125rem;left:0rem;width:19.9995rem;height:9.09559375rem;z-index:15000;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #o0WtLrexUKVHqoeB1aSDbQz69qytrs8h { top:12.922119140625rem;left:1.9365234375rem;width:16.125rem;height:13.9365rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #skR7RDeZbTTAAz3CF2hRPdT1ZsIaZ5nD { top:29.265380859375rem;left:0rem;width:19.99875rem;height:16.8918125rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TNrcwK48mDWUOihwg5TxRkRlegeEMwGk { top:49.033746719361rem;left:0rem;width:19.6245625rem;height:4.38801875rem;z-index:15012;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bApB8e4RzmiNB8mr3wI9AlKv3gV4Do8J { top:55.9575715065rem;left:0rem;width:20rem;height:25.9874125rem;z-index:15013;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #XCQN0LpLwkhXNfS5TFCSVTHAzKlNTzhi { top:98.0935382843rem;left:0rem;width:19.3723125rem;height:3.574225rem;z-index:15005;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7cnUNQ3v3syl0ZdPsvNmU8AxE6PbTvL { top:85.218643188475rem;left:0rem;width:20rem;height:13.812375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 { display:none; }#UmbuMqsfu6tvN0VcHp4B9Ja1tQcg7vk9 > .row .container { width:20rem;height:143.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u8FXCzvlonynLEEILaNEbabJOnS5A3Zw { top:3.935302734375rem;left:0rem;width:19.3733125rem;height:25.9863375rem;z-index:15004;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #JeCtM4bNXub1ZzadrIOapIZnUZkBsy1a { top:64.32568359375rem;left:0rem;width:19.3733125rem;height:19.48975625rem;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OySzQBnZJI904ZgtFuMUR42AigbGnecl { top:31.8720703125rem;left:0rem;width:19.3733125rem;height:4.87573125rem;z-index:15006;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmCdOeQPcMSUhBBZ3oTZz4Ju3VeiTfI { top:81.744140625rem;left:1.0458984375rem;width:17.8125rem;height:12.624rem;z-index:15007;overflow:hidden;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #ztAo7kEtB5spxeML5Vfu93ngVk5CyUxC { top:58.56005859375rem;left:0rem;width:19.9995rem;height:4.87573125rem;z-index:15008;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ynSCn7KEBKFUnTtlEzuA5FlkqIBC3iiJ { top:38.340087890625rem;left:0rem;width:19.3733125rem;height:25.98635rem;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NL4fK7Qz2koMxL7Tbxb6X7wAuKTUGi4D { top:96.533935546875rem;left:0rem;width:19.3733125rem;height:6.4965625rem;z-index:15006;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hqx4di9aadPCMOcsvnUZRdPhAnKrvdIC { top:120.56616210938rem;left:0rem;width:19.3733125rem;height:19.48975625rem;z-index:15007;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rPumspBxABbgnQr15QIzvR6SwBkFBIGc { top:104.73266601562rem;left:1.9365234375rem;width:16.125rem;height:13.93725rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 { display:block; }#PQrLEVvHZvElgv4Pow1X8kHF4dhU79w9 > .row .container { width:20rem;height:155.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEsiwKDlfCOWK0QSQAXrn02w8v0u1uNA { top:87.803279876706rem;left:0rem;width:19.998375rem;height:23.990875rem;z-index:15001;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zibPvKm1auuLt5Qtbo54a8AWhzuWiEMc { top:1.4355487823486rem;left:0rem;width:19.3115rem;height:3.24978125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cOsobFHanBnbo17wVRHT8bVFUlN606sN { top:79.6875rem;left:1rem;width:17.9373125rem;height:5.8507rem;z-index:15004;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpPv7c34By5ub5lGRISbL2TxIzB7ecly { top:9.1758904457094rem;left:0rem;width:20rem;height:5.85069375rem;z-index:15005;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAF2VBdvFWdqrIbq9x3HuUWv7TTilLcF { top:16.626542091369rem;left:0rem;width:19.998375rem;height:52.779925rem;z-index:15002;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v4ug02HwAzDcZ4Cwqvc0xEtu4zNduh46 { display:flex;top:75.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #GKiqiLqmo93BThfPQyx1ZvtWbn3abO2K { display:flex;top:5.3639526367188rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #XUZbvuQa4mGebhJphpmGqSmJvdd2ILQ8 { top:130.43675804138rem;left:0rem;width:20rem;height:3.2497875rem;z-index:15008;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogdTyZi27df4fJ9eJkW7bV7RBt4DSHia { top:148.43694114685rem;left:0rem;width:20rem;height:4.0625rem;z-index:15005;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbUoxuxJ25x5p3k4JynRn9vO1sQNBTmu { display:block; }
 }@media only screen and (max-width: 763px) { #n9x64kEWTkpVltgv3P9kAR4HfSbkhosM { display:flex;top:115.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #bnw48BEc8rD7k5H2sP9HaHWlbfvX1Rm4 { top:119.4375rem;left:1rem;width:17.9373125rem;height:6.4995625rem;z-index:15005;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inrtVcHKCMdL7RCR58kiC4a0enzJ8BM5 { top:134.74284172058rem;left:0rem;width:19.375rem;height:10.3949625rem;z-index:15009;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV { background-color:rgba(213,179,187,0.32);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container { background-color: transparent; background-image: none; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container > .video-iframe-container { display: none; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row > .video-iframe-container { display: none; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .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); }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container { border-width: 0; border-radius: 0; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVGlz7LerwTDtGlz9AMnTB41D8dM3CMV > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIIQ5AdudrQSu3Rax4E8pTXUzxqcby7r { top:7.0876740217206rem;left:0rem;width:20rem;height:28.58614375rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gDOkhtPyB5tP14cOGrxlcxbsIwPwtgo6 { top:1.2917575836182rem;left:3.7500002980233rem;width:12.5rem;height:3.8997375rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tfsdqxz5Excd4g8uUohuPiJAgFIB12UM { display:block; }#tfsdqxz5Excd4g8uUohuPiJAgFIB12UM > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe2ueLydum5Dbv6MIdlg1uW2ttBzFI4h { top:1.4849185943604rem;left:0rem;width:20rem;height:5.1171875rem;z-index:15000;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk2WbFXnNHvuspsXn5kmCUZVIEC2kw2b { top:7.81195807457rem;left:0rem;width:20rem;height:12.875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h38bx47Tv1xWqAEnwxmymnmfkmNcOX1v { top:21.937393188476rem;left:0rem;width:20rem;height:5.19748125rem;z-index:15016;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Hw1dzsgBUbSrv8PX66lrR0sRKk7nyWTB { top:27.125rem;left:3.375rem;width:12.5rem;height:1.7871125rem;z-index:15017;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #TD5BVe4kdMZdnF88CTExKKAZU2iiltFS { top:29.8125rem;left:4.0625rem;width:12.5rem;height:1.7871125rem;z-index:15018;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;color:#127208;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B2XNOV8QutaezlHTboUPgSS1KA4gyWv9 { top:33.25rem;left:0rem;width:20rem;height:8.061rem;z-index:15006;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:montserrat;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQNU2rZrv3EhUMwbeommXbkoDAy0X9v { display:block; }
 }