.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container { background-color: transparent; background-image: none; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container > .video-iframe-container { display: none; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row > .video-iframe-container { display: none; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .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); }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container { border-width: 0; border-radius: 0; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#oOCVxhNNcVPenwX4HonZBOqHTVpA8A86 { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#qw2EG7CNORCNV7lZovLr3134nq2UQx6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7ULpRQh5P1dXc6nC14bwRpoa8BPEG1e { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#ggW2n4TrxpGA78Kr6RnTEHwCvkiPqsks { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#xdOBsTImZobGNdzGEnIovNGlku3uLyI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JokD5lTkLnMaugmhX3gOpEHOlWPq3uzP { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#tovbMd6vVvyTOvzKhWHUArz99ucPTQVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCmFkffd8PJySJKh7A4ON3tUAHZsTdrp { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#T9GSa5Gp99hz3eg6s4xB1cQE0VHRR5A1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8za2WqVMOBwFSz5MOA125kQmpJf4ZKf { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#D6PWKQaDiPeQ4hGcwIyM56yxzPyWnV8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1EPUdlLtBosU0TeRXA3VAkBp4un688s { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#EvXWsz8poDS7AmmTW0OI4f4TGN1bxhHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOqVc3X3XJTuImoPGTckplTyikNzLCxp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#yqfx0ZeFsHU3h1hSTFVU018i8mkTIPQs { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#eo6CD0bUq6LVx3RFsDESSo8ihKEvIMmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT { position:relative;display:block; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT { background-color: transparent; background-image: none; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row .container > .video-iframe-container { display: none; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row > .video-iframe-container { display: none; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .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); }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT { border-width: 0; border-radius: 0; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .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; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .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:7.4375rem;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:block; }#Qcb7Cc9pTpwO8PcwEWilklU7rqLApsPM { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#d1rJWr1ALVILcx60uSJLAkfugUT9TqWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MT5o8ynxPa4MH4Q4pes51oaKZ6nLzc9S { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#eymut68T16g6zVGpXKUJQVddUrzy75kH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwyJgbiPeJGAmvTuQDcfPTA1DvGwO9o6 { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#L5H8Dp08T1akdQsFIVPAA9s3LXqVzKR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUT5vhvCy2cePBKzA9bHkwLnpDg502lm { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#RoJaTR4EocaEfFndk399mIuTgSNuwtl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AkhdFchHGSyQZR3EeKicJCDu1U8iRCFG { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#IybpXoTzuZ5dCP3zvQ0WmP3TNmeK2GDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gT85Mr4zO9hJ0cuRlXXmDKQTrNJ7ynH1 { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#nNVSuhGqSylCIv9NmhF3X8RmNKSdfauI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocNXk0kTDa3FLdMfWgXOwsBCzwZyS9CT { background-color:#ffffff;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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#h7P3cvZe6VWZtPwQSLlL0zut9UGk0qWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH { z-index:;position:relative;display:block; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH { background-color: transparent; background-image: none; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row .container > .video-iframe-container { display: none; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row > .video-iframe-container { display: none; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .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); }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH { border-width: 0; border-radius: 0; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .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:29.625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pErqlzwB2y7DwFOCQTGfgMzKpyvIqahm { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5205078125rem;left:2.744140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IG1NnB6Ox1ZtTMQanRBe9cHQ8AseSt70 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:22.249625rem;width:14.749625rem;top:2.5923295021057rem;left:41.753370285034rem;overflow:hidden;display:block; }
#FTPQR5Q0d24IW1K7TJkfy7RRQLUNpAaG { color:#000000;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.748046875rem;left:2.744140625rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EilWFr75v1XPXIpAfAaACfrCCcUq2IRN { color:#000000;display:block;width:30.2480625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.080078125rem;left:2.744140625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xAM7TEzDQXfSIA29GkpBZvyIbLWah4uc { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:28.5rem;left:0rem;display:block; }
#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container { background-color: transparent; background-image: none; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container > .video-iframe-container { display: none; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row > .video-iframe-container { display: none; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .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); }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container { border-width: 0; border-radius: 0; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#TKlOaGVoVrEJSMTVI9Vl0h5LM3yUSeug { color:#000000;display:block;width:53.1865rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.53125rem;left:3.40625rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ { position:relative;display:block; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ { background-color: transparent; background-image: none; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row .container > .video-iframe-container { display: none; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row > .video-iframe-container { display: none; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .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); }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ { border-width: 0; border-radius: 0; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .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; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .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:21.875rem;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:block; }#yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:29rem;top:3.75rem;left:2.5rem;overflow:hidden;display:block; }
#N3Hz9DfbnqLIgyCn2k5Re0SOsIBtw8lH { color:#000000;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:11.625rem;left:33.0625rem;height:7.222625rem;font-style:normal;display:block; }
#w6ikvNKlqeTplQCFdCiaDk6TmKC8SEHM { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:7.6875rem;left:33.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aN3E2LpSs0qiueHRivu4Czfnmx12HQwC { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:33.0625rem;height:3.9931625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco { position:relative;display:block; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco { background-color: transparent; background-image: none; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row .container > .video-iframe-container { display: none; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row > .video-iframe-container { display: none; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .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); }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco { border-width: 0; border-radius: 0; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .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; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .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:21.25rem;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:block; }#zK2DyHWgdOME4mEs2ybi4CDc8wNytgmt { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:10.375rem;left:2.5rem;height:5.41699375rem;font-style:normal;display:block; }
#epp9aZEAnw3dPbtQlTIIr5JaWflzit1C { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:2.5625rem;left:2.5rem;height:3.9931625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFWISUDDg6LtSyAIR2Sg3a14qwoqfH5u { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.125rem;width:29.75rem;top:2.5625rem;left:27.8125rem;overflow:hidden;display:block; }
#IHg5AANUv0TxfXnnyefTGH1TJWDJX9QZ { color:#000000;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:6.5rem;left:2.5rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 { position:relative;display:block; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 { background-color: transparent; background-image: none; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row .container > .video-iframe-container { display: none; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row > .video-iframe-container { display: none; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .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); }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 { border-width: 0; border-radius: 0; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .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; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .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:23.6875rem;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:block; }#Jyx9lipTdBbIH8R6aeuy9PW4VD5gS7wK { color:#000000;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:10.4404296875rem;left:33.25rem;height:5.41699375rem;font-style:normal;display:block; }
#o8gwTyHn47JETEVlOPEI1hTJpFBsvO1o { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.125rem;width:29rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#EUMlCdpdsy7dh4yURaE8POyOMRnu8eei { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:2.5rem;left:33.25rem;height:3.9931625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gRtqcRSPogWTRSAp43FMDoFuL3cm7lA4 { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:6.4296875rem;left:33.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wRbxlRwrnnolPRT5CTOgUB3tOespk43G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container { background-color: transparent; background-image: none; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container > .video-iframe-container { display: none; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row > .video-iframe-container { display: none; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .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); }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container { border-width: 0; border-radius: 0; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:60rem;position:relative;display:block; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w { position:relative;display:block; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w { background-color: transparent; background-image: none; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row .container > .video-iframe-container { display: none; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row > .video-iframe-container { display: none; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .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); }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w { border-width: 0; border-radius: 0; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .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; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .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:92.1875rem;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:block; }#QN6cpB1oJg4S7WUVAulvHVsW7Rd9Rlg9 { color:#00b3b3;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FII1Bw9UqOTGFGBcTTbm4Ez0ff4l1CGq { position:absolute;display:block;z-index:15025;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:10.5rem;width:9.8125rem;top:9.375rem;left:4.25rem;overflow:hidden;display:block; }
#O7Axu1T4OMqhwC0SBJmK8PTs3OGsQdl5 { position:absolute;display:block;z-index:15026;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:10.5rem;width:9.8125rem;top:9.375rem;left:14.625rem;overflow:hidden;display:block; }
#VXTIT0pc2CvNGPGFJi7OSicIrlTRMFx6 { position:absolute;display:block;z-index:15027;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:10.5rem;width:9.75rem;top:9.375rem;left:25.0625rem;overflow:hidden;display:block; }
#AulA5OWTTSI3uvAJheZqJFzKa5K8fBZr { position:absolute;display:block;z-index:15028;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:10.5rem;width:9.5rem;top:9.375rem;left:35.625rem;overflow:hidden;display:block; }
#yAb5I3MhlGf4dlAZKShsQOx68psGXa86 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.625rem;top:9.375rem;left:46rem;overflow:hidden;display:block; }
#BTnzS4ETNxIQmo0UF2P8hHikxMe4aw7v { position:absolute;display:block;z-index:15026;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:10.5rem;width:9.875rem;top:21.1875rem;left:4.25rem;overflow:hidden;display:block; }
#ph4J2W5eCvT6yAGnMQu9eKvqsmOhWDK5 { position:absolute;display:block;z-index:15027;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:10.5rem;width:9.8125rem;top:21.1875rem;left:14.625rem;overflow:hidden;display:block; }
#nkpWpNc4rb4INkA2hVUdfKkUbWeRcWNV { position:absolute;display:block;z-index:15028;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:10.5rem;width:9.3125rem;top:21.1875rem;left:25.0625rem;overflow:hidden;display:block; }
#o1n2nwlMp4ieoVai3TVN7M55qGJdJIvo { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.8125rem;top:21.1875rem;left:35.625rem;overflow:hidden;display:block; }
#Sp81FdC96ZUsKoWfTkNgXLBD3UtNiWsZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.8125rem;top:21.1875rem;left:46rem;overflow:hidden;display:block; }
#XmhTSAiaAVV8yVNdk43GplKHM3Q4TOqJ { position:absolute;display:block;z-index:15027;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:10.5rem;width:9.875rem;top:33.3125rem;left:4.21875rem;overflow:hidden;display:block; }
#fzmPRp9c9X3x5c74kxHeUqJkzT8goizK { position:absolute;display:block;z-index:15028;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:10.5rem;width:9.875rem;top:33.3125rem;left:14.59375rem;overflow:hidden;display:block; }
#hhFX54cBE2fFfiJNGCiHKMB22XdunDv7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.375rem;top:33.3125rem;left:25.0625rem;overflow:hidden;display:block; }
#BNnU426xB9r6xRQci5AXhTBf9wknzL2R { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.875rem;top:33.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#ZZyG2unIgvsUekPZRpAz76rbsw4W7OIV { position:absolute;display:block;z-index:15031;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:9.5rem;width:8.875rem;top:33.3125rem;left:46.375rem;overflow:hidden;display:block; }
#uiWodWXRJ47Ba5zSMotGJz2L0Bs8Juih { position:absolute;display:block;z-index:15028;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.125rem;width:9.875rem;top:45.5rem;left:4.21875rem;overflow:hidden;display:block; }
#Z8u8pCZZZk8ckrDJUcl7eQ2XESh6MLu9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:9.875rem;top:45.5rem;left:15.25rem;overflow:hidden;display:block; }
#mTvSGoaEFZZfrtNXZIbR1yvwTTLsJuDr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.875rem;top:45.5rem;left:25.0625rem;overflow:hidden;display:block; }
#TIP2VHQsRxB7JEARG4gSNoqiMhBgLdyn { position:absolute;display:block;z-index:15031;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:10.5rem;width:9.5625rem;top:45.5rem;left:35.4375rem;overflow:hidden;display:block; }
#JeGBG4hMiOCPWcUKihEHofsd667s0x4l { position:absolute;display:block;z-index:15032;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:10.5rem;width:9.875rem;top:45.5rem;left:46.375rem;overflow:hidden;display:block; }
#ymQDHEW38DJb3IxJyS0lKiEnffxkD00S { position:absolute;display:block;z-index:15034;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:9.5625rem;width:9.875rem;top:57.625rem;left:15rem;overflow:hidden;display:block; }
#cFSTlxA0KqeFwKiAVHbyHVnJrVte8yTG { position:absolute;display:block;z-index:15035;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:9rem;width:9.875rem;top:57.625rem;left:24.8125rem;overflow:hidden;display:block; }
#uT4WEWb2fldMnfX0rr47g0eawDnKBhfs { position:absolute;display:block;z-index:15036;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:9.125rem;width:9.875rem;top:57.625rem;left:35.1875rem;overflow:hidden;display:block; }
#hvrqRu4FVwHHTycT0hEiF2TPocU7gV7f { position:absolute;display:block;z-index:15037;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:9.875rem;width:9.875rem;top:57.625rem;left:46.125rem;overflow:hidden;display:block; }
#GP7g10G81ZynrSluszhE74ZOAUolpxy1 { position:absolute;display:block;z-index:15033;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:9.875rem;width:9.875rem;top:57.625rem;left:4rem;overflow:hidden;display:block; }
#CkVTnXDrs3PmembNC6mDHySVtLlSgznd { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.875rem;top:68.8125rem;left:15rem;overflow:hidden;display:block; }
#ebK0c0ydrAsmtD5m3hKOG5vMuJpsso2h { position:absolute;display:block;z-index:15038;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:9.6875rem;width:9.875rem;top:68.8125rem;left:4rem;overflow:hidden;display:block; }
#NC5SG9JzWx25h1qB1MFwZKiOdtNvynHe { position:absolute;display:block;z-index:15041;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:9.125rem;width:9.875rem;top:68.8125rem;left:35.1875rem;overflow:hidden;display:block; }
#ucclTiXqnDXMxSsn33rL0VbSeto1H2mD { position:absolute;display:block;z-index:15040;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:10.1875rem;width:9.875rem;top:68.8125rem;left:24.8125rem;overflow:hidden;display:block; }
#rEcgANxf76yhPLNyZFzTPWNuHCGHoA1M { position:absolute;display:block;z-index:15042;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.9375rem;width:9.875rem;top:68.8125rem;left:46.125rem;overflow:hidden;display:block; }
#k6TVHyWiQPx0btc3Oc7vkFVFKBLdU2O1 { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3105625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:84.40625rem;left:15.84375rem;display:block; }
#aVTrgtyCE3XwqEDQTKcteTag4KcKzSmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpsKWrXV0zaUvGh7MkhoXn6hi4Tv1Ilr { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:none; }
#I0WnTMLkkBFPZtJTlak9AU4TTrsTHWEB { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:none; }
#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { background-color: transparent; background-image: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { display: none; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .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); }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { border-width: 0; border-radius: 0; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { color:#ffffff;display:block;width:35.5619375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:7.0623264312744rem;left:2.2478694915771rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:14.936971664429rem;left:2.2478694915771rem;display:block; }
#AeBxPGERbKodNFqozIJb0gROuKXigZEf { position:absolute;display:block;z-index:15043;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:24.25rem;width:23.5rem;top:1.8125rem;left:34.685546875rem;overflow:hidden;display:block; }
#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo { position:relative;display:block; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo { background-color: transparent; background-image: none; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row .container > .video-iframe-container { display: none; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row > .video-iframe-container { display: none; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .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); }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo { border-width: 0; border-radius: 0; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .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; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .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:21.125rem;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:block; }#KJuWMRrKZEoZ63IuuMEvAJVdHbOdVJIN { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#Vs8lOTMK5ZM8uZwDQTf1P4dFax1XiwU4 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#V69vM6TwWMGHgF084TOyNIzP73A5XClC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#bsKB4RsEkUkeVv1qFOihIAaAT2ASS5Jk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#On3En23FqQ62MxrAbEQ5oxtVzBKFU3JL { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#SwUBXNyqeI9PH95DcGfCDTXUtfuusGsg { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#B7SEK09KGSwmq4UtyuFox8iIZMS9nTof { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#n93voED1uv7b8trfznMu8JwyFhGgpXIc { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#J6y0dvCn0z1Q4TRTwC2eQubyGPsK6feo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#q2zMAnVKAfxzEaZMTxq2mZA4N4KL6Gy9 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#nq6K7krGL22bzLCOQymRD1TheyJO8smE { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#OMQyOJpG4wONZp5bbFXuOylJN73h0MSM { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#gksV01svUeChN8dTkWUT7wM5GH7ky3xz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSJcgZ5Kl5P03PkfUSTrs48Hlf39tvDs { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#BcDxpgXEeagZHudv5ZCFTJVdtf8EBUqH { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#O8XaVdKu8NdeMPRwmi0U6GGeC89kR0G4 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#V9tTxHfigOuqRqPLXtRW56OWey5KwmCy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfUMOeyvz33nH93BAnKahBZBHxe1bxTR { display:block; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOCVxhNNcVPenwX4HonZBOqHTVpA8A86 { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw2EG7CNORCNV7lZovLr3134nq2UQx6R { display:block; }
 }@media only screen and (max-width: 763px) { #g7ULpRQh5P1dXc6nC14bwRpoa8BPEG1e { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggW2n4TrxpGA78Kr6RnTEHwCvkiPqsks { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdOBsTImZobGNdzGEnIovNGlku3uLyI3 { display:block; }
 }@media only screen and (max-width: 763px) { #JokD5lTkLnMaugmhX3gOpEHOlWPq3uzP { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovbMd6vVvyTOvzKhWHUArz99ucPTQVv { display:block; }
 }@media only screen and (max-width: 763px) { #xCmFkffd8PJySJKh7A4ON3tUAHZsTdrp { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GSa5Gp99hz3eg6s4xB1cQE0VHRR5A1 { display:block; }
 }@media only screen and (max-width: 763px) { #w8za2WqVMOBwFSz5MOA125kQmpJf4ZKf { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PWKQaDiPeQ4hGcwIyM56yxzPyWnV8v { display:block; }
 }@media only screen and (max-width: 763px) { #E1EPUdlLtBosU0TeRXA3VAkBp4un688s { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvXWsz8poDS7AmmTW0OI4f4TGN1bxhHO { display:block; }
 }@media only screen and (max-width: 763px) { #aOqVc3X3XJTuImoPGTckplTyikNzLCxp { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqfx0ZeFsHU3h1hSTFVU018i8mkTIPQs { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6CD0bUq6LVx3RFsDESSo8ihKEvIMmW { display:block; }
 }@media only screen and (max-width: 763px) { #ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT { display:block; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qcb7Cc9pTpwO8PcwEWilklU7rqLApsPM { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rJWr1ALVILcx60uSJLAkfugUT9TqWn { display:block; }
 }@media only screen and (max-width: 763px) { #MT5o8ynxPa4MH4Q4pes51oaKZ6nLzc9S { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eymut68T16g6zVGpXKUJQVddUrzy75kH { display:block; }
 }@media only screen and (max-width: 763px) { #TwyJgbiPeJGAmvTuQDcfPTA1DvGwO9o6 { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5H8Dp08T1akdQsFIVPAA9s3LXqVzKR4 { display:block; }
 }@media only screen and (max-width: 763px) { #FUT5vhvCy2cePBKzA9bHkwLnpDg502lm { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoJaTR4EocaEfFndk399mIuTgSNuwtl2 { display:block; }
 }@media only screen and (max-width: 763px) { #AkhdFchHGSyQZR3EeKicJCDu1U8iRCFG { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IybpXoTzuZ5dCP3zvQ0WmP3TNmeK2GDH { display:block; }
 }@media only screen and (max-width: 763px) { #gT85Mr4zO9hJ0cuRlXXmDKQTrNJ7ynH1 { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNVSuhGqSylCIv9NmhF3X8RmNKSdfauI { display:block; }
 }@media only screen and (max-width: 763px) { #ocNXk0kTDa3FLdMfWgXOwsBCzwZyS9CT { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7P3cvZe6VWZtPwQSLlL0zut9UGk0qWu { display:block; }
 }@media only screen and (max-width: 763px) { #dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH { display:block; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pErqlzwB2y7DwFOCQTGfgMzKpyvIqahm { top:2.5rem;left:0rem;width:35.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1NnB6Ox1ZtTMQanRBe9cHQ8AseSt70 { top:2.5625rem;left:33rem;width:14.6875rem;height:22.155910213819rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPQR5Q0d24IW1K7TJkfy7RRQLUNpAaG { top:9.6875rem;left:0rem;width:33.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EilWFr75v1XPXIpAfAaACfrCCcUq2IRN { top:6.0625rem;left:0rem;width:30.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7TEzDQXfSIA29GkpBZvyIbLWah4uc { top:28.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 { display:block; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKlOaGVoVrEJSMTVI9Vl0h5LM3yUSeug { width:47.75rem;height:4.25rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ { display:block; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { width:29rem;height:15.5625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Hz9DfbnqLIgyCn2k5Re0SOsIBtw8lH { width:24.5rem;height:7.1875rem;top:11.625rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ikvNKlqeTplQCFdCiaDk6TmKC8SEHM { width:15rem;height:1.5625rem;top:7.6875rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN3E2LpSs0qiueHRivu4Czfnmx12HQwC { width:15rem;height:3.875rem;top:3.75rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkVRcFbACrl35oaNv9wCRRTbPO9LXSco { display:block; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK2DyHWgdOME4mEs2ybi4CDc8wNytgmt { width:23.5625rem;height:7.1875rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epp9aZEAnw3dPbtQlTIIr5JaWflzit1C { width:21.0625rem;height:3.875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWISUDDg6LtSyAIR2Sg3a14qwoqfH5u { top:2.5625rem;left:18rem;width:29.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHg5AANUv0TxfXnnyefTGH1TJWDJX9QZ { width:19.5rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 { display:block; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jyx9lipTdBbIH8R6aeuy9PW4VD5gS7wK { width:24.25rem;height:5.4375rem;top:10.4375rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8gwTyHn47JETEVlOPEI1hTJpFBsvO1o { top:2.5rem;left:0rem;width:29rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUMlCdpdsy7dh4yURaE8POyOMRnu8eei { width:16rem;height:3.875rem;top:2.5rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRtqcRSPogWTRSAp43FMDoFuL3cm7lA4 { width:24.3125rem;height:1.5625rem;top:6.375rem;left:23.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbxlRwrnnolPRT5CTOgUB3tOespk43G { display:block; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w { display:block; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN6cpB1oJg4S7WUVAulvHVsW7Rd9Rlg9 { top:2.9375rem;left:7.25rem;width:33.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FII1Bw9UqOTGFGBcTTbm4Ez0ff4l1CGq { top:9.375rem;left:0rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Axu1T4OMqhwC0SBJmK8PTs3OGsQdl5 { top:9.375rem;left:8.5rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTIT0pc2CvNGPGFJi7OSicIrlTRMFx6 { top:9.375rem;left:18.9375rem;width:9.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AulA5OWTTSI3uvAJheZqJFzKa5K8fBZr { top:9.375rem;left:29.5rem;width:9.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAb5I3MhlGf4dlAZKShsQOx68psGXa86 { top:9.375rem;left:37.125rem;width:10.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnzS4ETNxIQmo0UF2P8hHikxMe4aw7v { top:21.1875rem;left:0rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4J2W5eCvT6yAGnMQu9eKvqsmOhWDK5 { top:21.1875rem;left:8.5rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkpWpNc4rb4INkA2hVUdfKkUbWeRcWNV { top:21.1875rem;left:18.9375rem;width:9.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1n2nwlMp4ieoVai3TVN7M55qGJdJIvo { top:21.1875rem;left:29.5rem;width:9.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp81FdC96ZUsKoWfTkNgXLBD3UtNiWsZ { top:21.1875rem;left:37.9375rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmhTSAiaAVV8yVNdk43GplKHM3Q4TOqJ { top:33.3125rem;left:0rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzmPRp9c9X3x5c74kxHeUqJkzT8goizK { top:33.3125rem;left:8.46875rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhFX54cBE2fFfiJNGCiHKMB22XdunDv7 { top:33.3125rem;left:18.9375rem;width:9.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNnU426xB9r6xRQci5AXhTBf9wknzL2R { top:33.3125rem;left:29.3125rem;width:9.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyG2unIgvsUekPZRpAz76rbsw4W7OIV { top:33.3125rem;left:37.875rem;width:8.875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWodWXRJ47Ba5zSMotGJz2L0Bs8Juih { top:45.5rem;left:0rem;width:9.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8u8pCZZZk8ckrDJUcl7eQ2XESh6MLu9 { top:45.5rem;left:9.125rem;width:9.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvSGoaEFZZfrtNXZIbR1yvwTTLsJuDr { top:45.5rem;left:18.9375rem;width:9.875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP2VHQsRxB7JEARG4gSNoqiMhBgLdyn { top:45.5rem;left:29.3125rem;width:9.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGBG4hMiOCPWcUKihEHofsd667s0x4l { top:45.5rem;left:37.875rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQDHEW38DJb3IxJyS0lKiEnffxkD00S { top:57.625rem;left:8.875rem;width:9.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFSTlxA0KqeFwKiAVHbyHVnJrVte8yTG { top:57.625rem;left:18.6875rem;width:9.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4WEWb2fldMnfX0rr47g0eawDnKBhfs { top:57.625rem;left:29.0625rem;width:9.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrqRu4FVwHHTycT0hEiF2TPocU7gV7f { top:57.625rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7g10G81ZynrSluszhE74ZOAUolpxy1 { top:57.625rem;left:0rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkVTnXDrs3PmembNC6mDHySVtLlSgznd { top:68.8125rem;left:8.875rem;width:9.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebK0c0ydrAsmtD5m3hKOG5vMuJpsso2h { top:68.8125rem;left:0rem;width:9.875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC5SG9JzWx25h1qB1MFwZKiOdtNvynHe { top:68.8125rem;left:29.0625rem;width:9.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucclTiXqnDXMxSsn33rL0VbSeto1H2mD { top:68.8125rem;left:18.6875rem;width:9.875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEcgANxf76yhPLNyZFzTPWNuHCGHoA1M { top:68.8125rem;left:37.875rem;width:9.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TVHyWiQPx0btc3Oc7vkFVFKBLdU2O1 { width:28.25rem;height:3.4375rem;top:84.375rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTrgtyCE3XwqEDQTKcteTag4KcKzSmc { display:block; }
 }@media only screen and (max-width: 763px) { #vpsKWrXV0zaUvGh7MkhoXn6hi4Tv1Ilr { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0WnTMLkkBFPZtJTlak9AU4TTrsTHWEB { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:35.5rem;height:6.4375rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { width:17.1875rem;height:0.625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:23.5rem;height:24.25rem;top:1.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo { display:block; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJuWMRrKZEoZ63IuuMEvAJVdHbOdVJIN { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8lOTMK5ZM8uZwDQTf1P4dFax1XiwU4 { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #V69vM6TwWMGHgF084TOyNIzP73A5XClC { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsKB4RsEkUkeVv1qFOihIAaAT2ASS5Jk { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #On3En23FqQ62MxrAbEQ5oxtVzBKFU3JL { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwUBXNyqeI9PH95DcGfCDTXUtfuusGsg { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7SEK09KGSwmq4UtyuFox8iIZMS9nTof { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93voED1uv7b8trfznMu8JwyFhGgpXIc { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6y0dvCn0z1Q4TRTwC2eQubyGPsK6feo { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2zMAnVKAfxzEaZMTxq2mZA4N4KL6Gy9 { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq6K7krGL22bzLCOQymRD1TheyJO8smE { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQyOJpG4wONZp5bbFXuOylJN73h0MSM { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksV01svUeChN8dTkWUT7wM5GH7ky3xz { display:block; }
 }@media only screen and (max-width: 763px) { #QSJcgZ5Kl5P03PkfUSTrs48Hlf39tvDs { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDxpgXEeagZHudv5ZCFTJVdtf8EBUqH { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8XaVdKu8NdeMPRwmi0U6GGeC89kR0G4 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tTxHfigOuqRqPLXtRW56OWey5KwmCy { display:none; }
 }@media only screen and (max-width: 763px) { #SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UfUMOeyvz33nH93BAnKahBZBHxe1bxTR { position:relative;z-index:auto;display:block; }#UfUMOeyvz33nH93BAnKahBZBHxe1bxTR > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOCVxhNNcVPenwX4HonZBOqHTVpA8A86 { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw2EG7CNORCNV7lZovLr3134nq2UQx6R { display:block; }
 }@media only screen and (max-width: 763px) { #g7ULpRQh5P1dXc6nC14bwRpoa8BPEG1e { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggW2n4TrxpGA78Kr6RnTEHwCvkiPqsks { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdOBsTImZobGNdzGEnIovNGlku3uLyI3 { display:block; }
 }@media only screen and (max-width: 763px) { #JokD5lTkLnMaugmhX3gOpEHOlWPq3uzP { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tovbMd6vVvyTOvzKhWHUArz99ucPTQVv { display:block; }
 }@media only screen and (max-width: 763px) { #xCmFkffd8PJySJKh7A4ON3tUAHZsTdrp { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GSa5Gp99hz3eg6s4xB1cQE0VHRR5A1 { display:block; }
 }@media only screen and (max-width: 763px) { #w8za2WqVMOBwFSz5MOA125kQmpJf4ZKf { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PWKQaDiPeQ4hGcwIyM56yxzPyWnV8v { display:block; }
 }@media only screen and (max-width: 763px) { #E1EPUdlLtBosU0TeRXA3VAkBp4un688s { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvXWsz8poDS7AmmTW0OI4f4TGN1bxhHO { display:block; }
 }@media only screen and (max-width: 763px) { #aOqVc3X3XJTuImoPGTckplTyikNzLCxp { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #yqfx0ZeFsHU3h1hSTFVU018i8mkTIPQs { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6CD0bUq6LVx3RFsDESSo8ihKEvIMmW { display:block; }
 }@media only screen and (max-width: 763px) { #ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT { display:block; }#ovODVQuTc1VsJJUJHET1GtG2lmi5x2TT > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qcb7Cc9pTpwO8PcwEWilklU7rqLApsPM { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d1rJWr1ALVILcx60uSJLAkfugUT9TqWn { display:block; }
 }@media only screen and (max-width: 763px) { #MT5o8ynxPa4MH4Q4pes51oaKZ6nLzc9S { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eymut68T16g6zVGpXKUJQVddUrzy75kH { display:block; }
 }@media only screen and (max-width: 763px) { #TwyJgbiPeJGAmvTuQDcfPTA1DvGwO9o6 { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L5H8Dp08T1akdQsFIVPAA9s3LXqVzKR4 { display:block; }
 }@media only screen and (max-width: 763px) { #FUT5vhvCy2cePBKzA9bHkwLnpDg502lm { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RoJaTR4EocaEfFndk399mIuTgSNuwtl2 { display:block; }
 }@media only screen and (max-width: 763px) { #AkhdFchHGSyQZR3EeKicJCDu1U8iRCFG { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IybpXoTzuZ5dCP3zvQ0WmP3TNmeK2GDH { display:block; }
 }@media only screen and (max-width: 763px) { #gT85Mr4zO9hJ0cuRlXXmDKQTrNJ7ynH1 { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nNVSuhGqSylCIv9NmhF3X8RmNKSdfauI { display:block; }
 }@media only screen and (max-width: 763px) { #ocNXk0kTDa3FLdMfWgXOwsBCzwZyS9CT { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h7P3cvZe6VWZtPwQSLlL0zut9UGk0qWu { display:block; }
 }@media only screen and (max-width: 763px) { #dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH { display:block; }#dIdkSLeq8JDrUnTT9SZ97G2Ph1peMLsH > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pErqlzwB2y7DwFOCQTGfgMzKpyvIqahm { width:19.125rem;height:1.7871125rem;top:0.8125rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG1NnB6Ox1ZtTMQanRBe9cHQ8AseSt70 { width:6.9375rem;height:10.4375rem;top:6.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPQR5Q0d24IW1K7TJkfy7RRQLUNpAaG { width:18.0625rem;height:6.09375rem;top:18.625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EilWFr75v1XPXIpAfAaACfrCCcUq2IRN { width:20rem;height:1.625rem;top:3.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7TEzDQXfSIA29GkpBZvyIbLWah4uc { width:20rem;height:0.3125rem;top:28.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 { display:block; }#hGIt4w9JDWfcApOgSPw8EztnfEixuMG7 > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKlOaGVoVrEJSMTVI9Vl0h5LM3yUSeug { width:20rem;height:1.69921875rem;top:0.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ { display:block; }#ud2LQesU6TFv0MLRelrcGOLe7T0dQ0UQ > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqMEc7dKqMwcTz8FFz1BF7GBOtTD8Rbw { width:19.0625rem;height:10.4375rem;top:5.47265625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Hz9DfbnqLIgyCn2k5Re0SOsIBtw8lH { width:17.5625rem;height:5.09765625rem;top:17.16015625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ikvNKlqeTplQCFdCiaDk6TmKC8SEHM { width:12rem;height:1.2744125rem;top:2.94921875rem;left:4rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN3E2LpSs0qiueHRivu4Czfnmx12HQwC { width:15rem;height:1.69921875rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkVRcFbACrl35oaNv9wCRRTbPO9LXSco { display:block; }#zkVRcFbACrl35oaNv9wCRRTbPO9LXSco > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK2DyHWgdOME4mEs2ybi4CDc8wNytgmt { width:16.875rem;height:3.82324375rem;top:17.72265625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epp9aZEAnw3dPbtQlTIIr5JaWflzit1C { width:20rem;height:1.69921875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWISUDDg6LtSyAIR2Sg3a14qwoqfH5u { width:19.0625rem;height:10.375rem;top:6.09765625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHg5AANUv0TxfXnnyefTGH1TJWDJX9QZ { width:19.5rem;height:1.2744125rem;top:3.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 { display:block; }#p02WJAS7Hgct2kUBWANd5CW1kDiFVbI7 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jyx9lipTdBbIH8R6aeuy9PW4VD5gS7wK { width:18.5625rem;height:3.82324375rem;top:17.900390625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8gwTyHn47JETEVlOPEI1hTJpFBsvO1o { width:19.0625rem;height:10.625rem;top:6.09765625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUMlCdpdsy7dh4yURaE8POyOMRnu8eei { width:20rem;height:1.69921875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRtqcRSPogWTRSAp43FMDoFuL3cm7lA4 { width:20rem;height:1.2744125rem;top:3.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbxlRwrnnolPRT5CTOgUB3tOespk43G { display:block; }#wRbxlRwrnnolPRT5CTOgUB3tOespk43G > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w { display:block; }#wtzsk8AoNFocOqxWC5tTVvOEK8SnCv7w > .row .container { width:20rem;height:193.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN6cpB1oJg4S7WUVAulvHVsW7Rd9Rlg9 { width:20rem;height:1.94965rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FII1Bw9UqOTGFGBcTTbm4Ez0ff4l1CGq { width:9.8125rem;height:10.5rem;top:5.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Axu1T4OMqhwC0SBJmK8PTs3OGsQdl5 { width:9.8125rem;height:10.5rem;top:5.76171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTIT0pc2CvNGPGFJi7OSicIrlTRMFx6 { width:9.75rem;height:10.5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AulA5OWTTSI3uvAJheZqJFzKa5K8fBZr { width:9.5rem;height:10.5rem;top:17.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAb5I3MhlGf4dlAZKShsQOx68psGXa86 { width:10.625rem;height:10.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTnzS4ETNxIQmo0UF2P8hHikxMe4aw7v { width:9.3125rem;height:10.5rem;top:30rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4J2W5eCvT6yAGnMQu9eKvqsmOhWDK5 { width:9.8125rem;height:10.5rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkpWpNc4rb4INkA2hVUdfKkUbWeRcWNV { width:9.3125rem;height:10.5rem;top:42.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1n2nwlMp4ieoVai3TVN7M55qGJdJIvo { width:9.8125rem;height:9.3125rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp81FdC96ZUsKoWfTkNgXLBD3UtNiWsZ { width:9.8125rem;height:10.5rem;top:54.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmhTSAiaAVV8yVNdk43GplKHM3Q4TOqJ { width:9.875rem;height:10.5rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzmPRp9c9X3x5c74kxHeUqJkzT8goizK { width:9.875rem;height:10.5rem;top:67.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhFX54cBE2fFfiJNGCiHKMB22XdunDv7 { width:9.375rem;height:10.5rem;top:79rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNnU426xB9r6xRQci5AXhTBf9wknzL2R { width:9.875rem;height:9.375rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyG2unIgvsUekPZRpAz76rbsw4W7OIV { width:8.875rem;height:9.5rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWodWXRJ47Ba5zSMotGJz2L0Bs8Juih { width:9.875rem;height:8.125rem;top:91.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8u8pCZZZk8ckrDJUcl7eQ2XESh6MLu9 { width:9.875rem;height:11.4375rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvSGoaEFZZfrtNXZIbR1yvwTTLsJuDr { width:9.875rem;height:9.625rem;top:102.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP2VHQsRxB7JEARG4gSNoqiMhBgLdyn { width:9.5625rem;height:10.5rem;top:114.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGBG4hMiOCPWcUKihEHofsd667s0x4l { width:9.875rem;height:10.5rem;top:126.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQDHEW38DJb3IxJyS0lKiEnffxkD00S { width:9.875rem;height:9.5625rem;top:126.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFSTlxA0KqeFwKiAVHbyHVnJrVte8yTG { width:9.875rem;height:9rem;top:138.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4WEWb2fldMnfX0rr47g0eawDnKBhfs { width:9.875rem;height:9.125rem;top:138.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrqRu4FVwHHTycT0hEiF2TPocU7gV7f { width:9.875rem;height:9.875rem;top:149.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7g10G81ZynrSluszhE74ZOAUolpxy1 { width:9.875rem;height:9.875rem;top:114.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkVTnXDrs3PmembNC6mDHySVtLlSgznd { width:9.875rem;height:11.25rem;top:161.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebK0c0ydrAsmtD5m3hKOG5vMuJpsso2h { width:9.875rem;height:9.6875rem;top:149.78125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC5SG9JzWx25h1qB1MFwZKiOdtNvynHe { width:9.875rem;height:9.125rem;top:174.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucclTiXqnDXMxSsn33rL0VbSeto1H2mD { width:9.875rem;height:10.1875rem;top:161.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEcgANxf76yhPLNyZFzTPWNuHCGHoA1M { width:9.875rem;height:8.9375rem;top:175.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TVHyWiQPx0btc3Oc7vkFVFKBLdU2O1 { width:19rem;height:2.8125rem;top:187.69921875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTrgtyCE3XwqEDQTKcteTag4KcKzSmc { display:block; }
 }@media only screen and (max-width: 763px) { #vpsKWrXV0zaUvGh7MkhoXn6hi4Tv1Ilr { width:20rem;height:0.3125rem;top:0.0625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #I0WnTMLkkBFPZtJTlak9AU4TTrsTHWEB { width:20rem;height:0.3125rem;top:193.5625rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL { display:block; }#doPpJM5ROwsOlSNg1ryDV1LpA6LrobHL > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8ebWp9ZCXRy2kAgMgnq3zTRbOL50pK0 { width:10.5rem;height:3.25rem;top:1.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDUQ1wZrvw5RTmxKbhpqZuHdiOuoMU5 { width:7.8125rem;height:0.1875rem;top:5.34375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeBxPGERbKodNFqozIJb0gROuKXigZEf { width:10.125rem;height:10.375rem;top:0.625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo { display:block; }#UIuFVQmofXogCOx0nCcHI8HxEDFOL6lo > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJuWMRrKZEoZ63IuuMEvAJVdHbOdVJIN { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vs8lOTMK5ZM8uZwDQTf1P4dFax1XiwU4 { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#pdPwIS1E4RTvTPwgKLc40eD6xqgpJXEC > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#X9rWddWVDbGelOWdm6c3lu5H4Ls2TXfa > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#sGEpvJuVIQTTuPX23TTOa39D2gdDfmUq > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#B2ZNsSbN0fAc4BCeLBSNCUtk0WTS5GnX > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #V69vM6TwWMGHgF084TOyNIzP73A5XClC { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsKB4RsEkUkeVv1qFOihIAaAT2ASS5Jk { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #On3En23FqQ62MxrAbEQ5oxtVzBKFU3JL { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SwUBXNyqeI9PH95DcGfCDTXUtfuusGsg { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7SEK09KGSwmq4UtyuFox8iIZMS9nTof { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n93voED1uv7b8trfznMu8JwyFhGgpXIc { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6y0dvCn0z1Q4TRTwC2eQubyGPsK6feo { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q2zMAnVKAfxzEaZMTxq2mZA4N4KL6Gy9 { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nq6K7krGL22bzLCOQymRD1TheyJO8smE { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMQyOJpG4wONZp5bbFXuOylJN73h0MSM { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksV01svUeChN8dTkWUT7wM5GH7ky3xz { display:block; }
 }@media only screen and (max-width: 763px) { #QSJcgZ5Kl5P03PkfUSTrs48Hlf39tvDs { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcDxpgXEeagZHudv5ZCFTJVdtf8EBUqH { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8XaVdKu8NdeMPRwmi0U6GGeC89kR0G4 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9tTxHfigOuqRqPLXtRW56OWey5KwmCy { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#SNTZwPyEMzkhZ3TuRLSnogVKQFW1nS6o > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }