.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { background-color: transparent; background-image: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container > .video-iframe-container { display: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row > .video-iframe-container { display: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .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); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { border-width: 0; border-radius: 0; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { width:75rem;height:5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SJvPNhJNcazV2FQkIaRUQsk7LBDpcTyb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.125rem;top:1.2999992370606rem;left:3.125rem;overflow:hidden;display:block; }
#bGPHCf1T0vTsvCwspLZvNpX8tMhAL18V { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:14.0625rem;top:0.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#OfKSd7UJUxh9f9f4LXTiW2N9nAXsCM13 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.5625rem;top:1.1875rem;left:16.8125rem;overflow:hidden;display:block; }
#XTKCJLvDz63LzCxPN7CVNLKVCBpu3yGB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.75rem;top:0.875rem;left:29.125rem;overflow:hidden;display:block; }
#I2SRu4tNwPsAbXdNiEQ3RHkUxDA43GXt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:1.3000000715256rem;left:30.4375rem;overflow:hidden;display:block; }
#wWdEsqfvciLxLwqFlg9yMEwV1ZGpmCnu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15rem;top:0.86250019073488rem;left:42.343746185302rem;overflow:hidden;display:block; }
#tS2OySifRff9oWQR0tPoVGTu9I6OofL9 { position:absolute;display:block;z-index:15012;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:1.875rem;width:13.5625rem;top:1.3000001907349rem;left:43.062496185302rem;overflow:hidden;display:block; }
#JTxDRpUnrOoB4hPomGqfKi7M3PD9C51a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:13.3125rem;top:0.78125rem;left:1rem;overflow:hidden;display:block; }
#dSaFNdTab56ac6ypXn5JrnN0x1b0PuKw { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.625rem;top:0.8125rem;left:66.4375rem;overflow:hidden;display:block; }
#Mnmlv9qEPIG0WHfl4EWNEoq6MofPFdP2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.3125rem;top:1.3000001907349rem;left:67.5937461853rem;overflow:hidden;display:block; }
#rPVBGWcpUgThsJSIlm82DTTuuXVVxTs3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.0625rem;top:0.8125rem;left:57.749998092651rem;overflow:hidden;display:block; }
#fTPBFvLdNBz5Tgasukbob75qbI5ZGnBb { position:absolute;display:block;z-index:15017;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:1.875rem;width:5.9375rem;top:1.2992187738419rem;left:58.812498092651rem;overflow:hidden;display:block; }
#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 { display:block; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 { background-color: transparent; background-image: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container > .video-iframe-container { display: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row > .video-iframe-container { display: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .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); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 { border-width: 0; border-radius: 0; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container { background-color:transparent;background-image:none;width:75rem;height:25.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#e6i2TAddTNrW1TuPp0xsSZDpWOqSR1fg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.25rem;top:7.3958330154419rem;left:60.249996185302rem;overflow:hidden;display:block; }
#TR22zNenbVDbtnDrcPt79iqHiMJLsDW5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:42.5625rem;top:2.0208330154419rem;left:14.9375rem;overflow:hidden;display:block; }
#HW9Dp8eF53ZOcoT9RHSAqwixethh6ctN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:46.6875rem;top:1.1145830154419rem;left:-32.614642002208rem;overflow:hidden;display:block; }
#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { background-color: transparent; background-image: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container > .video-iframe-container { display: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row > .video-iframe-container { display: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .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); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { border-width: 0; border-radius: 0; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#QKfPDckMzzA64blAWdPHT8I31FIcxbXn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:49.5rem;top:0.6875rem;left:12.75rem;overflow:hidden;display:block; }
#JWl9A8hMsq4ZOCvLsm5KmsmaExQHqxXm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:23.8125rem;top:2.0625rem;left:8.6552085876462rem;overflow:hidden;display:block; }
#t6hXHlpRF0Z53BMLmKEJmTOuEhguhNUT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:23.4375rem;top:12.757293701172rem;left:51.563541412354rem;overflow:hidden;display:block; }
#riIWbI3CFXwR9LmEllR4mnibdhIGi8Lu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.8125rem;top:2.0625rem;left:10.280208587646rem;overflow:hidden;display:block; }
#R8sizQbHw3N3ebExmUegZITEcyiBvyGM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.8125rem;top:12.757293701172rem;left:51.062496185302rem;overflow:hidden;display:block; }
#RbaCvF7lCOD4ArBu949ROV180ylbhBnI { color:#000000;display:block;width:74.4375rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.638542175293rem;left:0.0010414123535156rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo { position:relative;display:block; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo { background-color: transparent; background-image: none; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row .container > .video-iframe-container { display: none; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row > .video-iframe-container { display: none; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .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); }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo { border-width: 0; border-radius: 0; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .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; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIWol2QtU8pMU1ynDTwoCOqHRINNS7vB { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#eNTJgzqcF5ZtZEs8BTTO8IvC2SsSDmUT { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#MaO19dNN5flKbE43OobqENqxogTiDpzW { color:#38383c;display:block;width:33.25rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:31.625rem;height:1.3rem;font-style:normal;display:block; }
#UFcnDORRKD1IfmACH1ZyNwAPHQ9lT2Tr { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.5625rem;left:8.25rem;display:block; }
#WW4v8oihAXalkIuUPbsxR4Jm1okGDg8s { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR { position:relative;display:block; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR { background-color: transparent; background-image: none; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row .container > .video-iframe-container { display: none; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row > .video-iframe-container { display: none; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .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); }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR { border-width: 0; border-radius: 0; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .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; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DfqHyT7lNe3gRi3QB1a1AZMxbBbJXmlX { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#TqDodBm82B9Cw44gaR9eDP0LzmHsPpsn { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#XBa0mL3uR1VIOwpf3QrdlsaLsxP5xZQx { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#RT8Ikr0F0r0O2Fp7McJESTRzUHvTTZod { color:#38383c;display:block;width:41rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:31.625rem;height:1.3rem;font-style:normal;display:block; }
#AJalgBZzupv2h9TSWasrxLT80TNCPEuW { position:relative;display:block; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW { background-color: transparent; background-image: none; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row .container > .video-iframe-container { display: none; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row > .video-iframe-container { display: none; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .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); }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW { border-width: 0; border-radius: 0; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .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; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hlJkDUtk5A3v1zBmaunpdTryBRrTbiGo { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#J7cH0csinPPQ9xW1eTUA7veEcuPn7tae { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#KgZn3Fm2eIwLzoGaN4AZWJk8OxdaLoTz { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:31.625rem;height:1.3rem;font-style:normal;display:block; }
#vZogPHMZy4zG1EDLlQlkf1HFg7cD6Aym { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.09375rem;left:31.625rem;height:1.3rem;font-style:normal;display:block; }
#sOcKocnUQd9r88Up8nQAGdnrHW6FMnPK { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ { position:relative;display:block; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ { background-color: transparent; background-image: none; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row .container > .video-iframe-container { display: none; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row > .video-iframe-container { display: none; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .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); }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ { border-width: 0; border-radius: 0; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .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; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTx30y5xo8gXnpB8RT19J1ldIRLDmbut { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#KD0PAWDZzcQ54REf9H4mKUnBfMbhVvSH { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#qNVpkO1n9EgtHJC5Pd4PBHsniW0QcOHR { color:#38383c;display:block;width:25.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5062484741211rem;left:31.875rem;height:2.6rem;font-style:normal;display:block; }
#c3cRtpGTQmOTzln8DXDJllkagAs8VPv2 { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#U7KuAH8DzWW1VnLKyP1kMP7332cB4o7d { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.75rem;top:1.4375rem;left:64.118747711181rem;overflow:hidden;display:block; }
#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq { position:relative;display:block; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq { background-color: transparent; background-image: none; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row .container > .video-iframe-container { display: none; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row > .video-iframe-container { display: none; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .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); }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq { border-width: 0; border-radius: 0; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .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; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iEHKpNv4VAP153IHm1TFb2arMu38W9Dt { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#g5RTTO9Gftt8Be1tWTyTH061PfxNT3CW { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#b3fZl1KSvixeomBi4SZikxaGgLVlkLT8 { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#CvqO92gzgpqNqLKg0b1dtkiX1afDJUWA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.84375rem;left:8.3125rem;display:block; }
#cx3TLCan5d3GVRdnCcD1qI5T1G0iOigX { color:#38383c;display:block;width:32.875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5635414123535rem;left:31.875rem;height:2.6rem;font-style:normal;display:block; }
#DVGSPZS1xiMQZCNPIr4TLsloGsiNcynd { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.09375rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#ZX4hXBX7tMCU9K9PFJiJVqy0QTgBRVDo { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.3125rem;top:0.5625rem;left:64.7499961853rem;overflow:hidden;display:block; }
#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk { position:relative;display:block; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk { background-color: transparent; background-image: none; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row .container > .video-iframe-container { display: none; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row > .video-iframe-container { display: none; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .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); }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk { border-width: 0; border-radius: 0; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .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; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GO6I8UKDyLuLukJKXntTqXanQaeqhgmq { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#tpIEuaFSMSD0q6gi6rVkJhAN2ISW4BPM { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#F9TvRt3uCwvSrWfCaZFCBqbANLXlAUFN { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#RmViCqsx83XIg21qt29OAZ2ztcSpinTw { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5062484741211rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#MO9qmCVpnduEdZ9uA2oCuBa6IZnKlCec { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.09375rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C { position:relative;display:block; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C { background-color: transparent; background-image: none; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row .container > .video-iframe-container { display: none; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row > .video-iframe-container { display: none; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .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); }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C { border-width: 0; border-radius: 0; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .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; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fv5a6kgnoVSgvWTI8aJZgzfuqLDPJwk6 { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#Ho49XbKKOsmfocVxsPoD1RwlWG4T3HuA { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#d5bzdlirqPqJshwyWBK5wbaTWyIOJnXA { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#lKdbkD93eZZ43yPaEoT4RWeHBVSw1EA1 { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5062484741211rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW { position:relative;display:block; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW { background-color: transparent; background-image: none; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row .container > .video-iframe-container { display: none; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row > .video-iframe-container { display: none; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .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); }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW { border-width: 0; border-radius: 0; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .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; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OSHpaGWM9CJgUOaaK0wIQ3Ok5rMstDnQ { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#D3spSTJTuzT9eI9cH5aAHQ38G9y4f99h { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#cRz2nkuqmxZe3yuUiFifn1gdJL7DgAcX { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#XcX6lfmC9CwuaFkeuJRVzVHDTW3ZMaKO { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5062484741211rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 { position:relative;display:block; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 { background-color: transparent; background-image: none; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row .container > .video-iframe-container { display: none; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row > .video-iframe-container { display: none; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .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); }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 { border-width: 0; border-radius: 0; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .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; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PwUueNrMdmXfovhxDVSZk1BPRTgCntM2 { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5625rem;display:block; }
#LwuL2lOiDpD7VpmcecSU6e3aTMnwHTAv { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.125rem;height:1.95rem;font-style:normal;display:block; }
#FHZoxTPHATDdH6mqkzxkk62TEOANQJJz { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#DukfL1dMkxApg6d1lU7mXM8thue7PSkg { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5062484741211rem;left:31.875rem;height:;font-style:normal;display:block; }
#gcIFIUKdzPGR7cSvrNdQRpL0MDgJrlXL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.21875rem;left:8.3125rem;display:block; }
#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV { position:relative;display:block; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV { background-color: transparent; background-image: none; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row .container > .video-iframe-container { display: none; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row > .video-iframe-container { display: none; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .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); }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV { border-width: 0; border-radius: 0; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .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; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xnHyO0WgP8GRJKhOpTqfnaRRF43MJfuQ { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#NV3gvMB3rakimV5Dy6vRLkSptTbTwW63 { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#oxT27xKfEHDK6de1w47x1A0ABoQ2KxKT { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#VbcV6gKzRg3E3maCMaMaTSBo5Ehl4wTt { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5062503814698rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS { position:relative;display:block; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS { background-color: transparent; background-image: none; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row .container > .video-iframe-container { display: none; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row > .video-iframe-container { display: none; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .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); }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS { border-width: 0; border-radius: 0; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .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; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lt8H6CU5ZtfZzUGn7D5lln0crbNFkTMv { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#wGE3FHqJMvKChdNT44nCvTNGR1EmEwpX { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#GiTtOtMyVmiZA02PsmE35V0fPlLiT2fz { color:#38383c;display:block;width:41.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#XA24Gf9feOOMvOL2gGUSTRewyTf7N0mR { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#gnhE95nrMI18uWXkmo8FOIafrVtEDtxS { color:#38383c;display:block;width:32.75rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:4.07421875rem;left:31.875rem;height:1.3rem;display:block; }
#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG { position:relative;display:block; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG { background-color: transparent; background-image: none; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row .container > .video-iframe-container { display: none; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row > .video-iframe-container { display: none; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .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); }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG { border-width: 0; border-radius: 0; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .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; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCIg0mJwrNWkvuHoZmPd9UicrS8xTizW { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#PWD3WJSyx16PaP70uAfgTptNbKBXWZSN { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#ykwFu8X3nBTFRnez4KSqPIC1kR0It8QH { color:#38383c;display:block;width:41.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#HzZCmqCI0dI2nTUV2mUGsuDfOdmsbNN3 { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#bchMXgZyBvX2qGdd8RIO8T9qPgLrNPym { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.0749969482422rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#X8FmH2FAN7vne6OsWWwod9J3eU9CZ3Xi { 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:2.875rem;width:5.25rem;top:1.2697868347168rem;left:66.9999961853rem;overflow:hidden;display:block; }
#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW { position:relative;display:block; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW { background-color: transparent; background-image: none; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row .container > .video-iframe-container { display: none; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row > .video-iframe-container { display: none; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .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); }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW { border-width: 0; border-radius: 0; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .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; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lnUveiDWmJLTOEUVyvM651DhfhdMVZOp { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#tcrCXDhIhKckywE0ZRTfw6XIHdbf9Izl { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#s2nJCdaw7dErCEQ5bUqfJV8ethVABVZt { color:#38383c;display:block;width:41.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#Vxs110JgSmZV1z3aGfZ2X6QUZIbPFwqJ { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#dfWKcAriUigLN7U8SQPBdsxWw4iXWF6M { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.1249961853027rem;left:8.25rem;display:block; }
#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 { position:relative;display:block; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 { background-color: transparent; background-image: none; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row .container > .video-iframe-container { display: none; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row > .video-iframe-container { display: none; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .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); }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 { border-width: 0; border-radius: 0; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .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; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wEX3sFfIAEtbP2ib0yG6T4zkJuEfOTB7 { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#RViTuZnuzhk21kniErVDBEyS5ra2JhAe { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#k9XDDgqSNyFLx2w90gNRGJ1Ihsll3G0r { color:#38383c;display:block;width:27.4375rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.875rem;height:2.6rem;font-style:normal;display:block; }
#GsnGNIbSWhLPJETWvvXNhhzhX94sC4Dn { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#JCpMInEUpaJNXm535lTsUgNMfNeoxAqW { 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:5rem;width:4.375rem;top:0.65625rem;left:61.530208587646rem;overflow:hidden;display:block; }
#Mxerusxvip85lwgRIrVeLooAPxooa7Ey { position:relative;display:block; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey { background-color: transparent; background-image: none; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row .container > .video-iframe-container { display: none; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row > .video-iframe-container { display: none; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .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); }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey { border-width: 0; border-radius: 0; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .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; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ppB3EG5VABcnoZWv1FJ4bgFWik4nwt8s { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#I5huu3H5KTcrFS9UWUJyweKKpGoAm4Gr { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#PKTNhSFZZWTIubNvnSayOgkMnxW0H741 { color:#38383c;display:block;width:41.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.28125rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#HbtaoCWN9KmxtDhnKJ24q8oyB4UoXQMl { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#yctFGwyORJWxqEupbPLMNugPUMHAN9wQ { color:#38383c;display:block;width:20.3125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5812492370606rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl { position:relative;display:block; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl { background-color: transparent; background-image: none; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row .container > .video-iframe-container { display: none; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row > .video-iframe-container { display: none; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .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); }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl { border-width: 0; border-radius: 0; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .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; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bipISsweH8QK5TG3bZvysEZMVmiANX7u { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#spfkfrugkOI0ABzTvC7TowGHgwK52bDs { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#xSxuWIXHNnamTTlVamTrLTi4A0KMUGUn { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#WTghzW0hQssyWX2ZOBUuNDweS8bblvgH { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5062522888184rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg { position:relative;display:block; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg { background-color: transparent; background-image: none; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row .container > .video-iframe-container { display: none; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row > .video-iframe-container { display: none; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .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); }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg { border-width: 0; border-radius: 0; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .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; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dwsO5MAJdLNnc4li6wVsdK80nyJr2Ipx { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#WIU6H5tpPM0kC38T8JAwuvhlL4Rfk3uk { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#Qwk9AxTZagpOEdzyHTXwTqcZSEsXmypa { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#tXE9weimJLJ5WWR9X1o7gtnVsxgpJkI3 { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5062522888184rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#gK3wixLIy0oO6E2TEEeT3BczV6liqfxJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:26.25rem;width:0.375rem;top:2.1249961853027rem;left:8.25rem;display:block; }
#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS { position:relative;display:block; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS { background-color: transparent; background-image: none; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row .container > .video-iframe-container { display: none; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row > .video-iframe-container { display: none; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .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); }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS { border-width: 0; border-radius: 0; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .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; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CfyioC0bAC9L9kFaxr4POgqf7nesDmec { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#yGTFHJZT8hrzQkB484kaLGgzCwiCvV28 { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#q8T9O4RpknN3QVn2wit0TTIi3llnlk6P { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#kWgKJ2NdBravIU9Tbim9w9GymSddEzG0 { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4500007629394rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V { position:relative;display:block; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V { background-color: transparent; background-image: none; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row .container > .video-iframe-container { display: none; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row > .video-iframe-container { display: none; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .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); }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V { border-width: 0; border-radius: 0; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .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; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lRnQrFKb7oLXPCTZA9rBt0fkIO6wER17 { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#iTo5JTBqDu1iH66ZThtT8dJOQf5rai5F { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#NWFU1B49ciSThvXswIODWKSqT0D9AMNt { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#izf6TccoG8N8OLWg5varZoEbFnADcAJA { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4500007629394rem;left:31.875rem;height:2.6rem;font-style:normal;display:block; }
#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU { position:relative;display:block; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU { background-color: transparent; background-image: none; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row .container > .video-iframe-container { display: none; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row > .video-iframe-container { display: none; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .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); }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU { border-width: 0; border-radius: 0; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .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; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rdhImAvWKy9RzFDvJywSFTDWMr7nhV5r { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#Pxcr7CasFRfaOKB1VzrZSMaaNtN3lBve { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#q1tFXrqqnC35ixTJ5NIPONMuU6GPp3SQ { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#gEC0xo670MmMDQpf9XbsmD5maHkuHVsq { color:#38383c;display:block;width:41.1875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5062522888184rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm { position:relative;display:block; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm { background-color: transparent; background-image: none; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row .container > .video-iframe-container { display: none; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row > .video-iframe-container { display: none; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .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); }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm { border-width: 0; border-radius: 0; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .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; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zNgQMJAxwHBcmU6A6eMkfPFdSpGXFKUI { color:#38383c;display:block;width:8.5625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.25rem;height:1.95rem;font-style:normal;display:block; }
#bQm2efStO9PsFM759xoVPN5zdZtdwJnX { color:#38383c;display:block;width:9.75rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.5625rem;height:1.625rem;font-style:normal;display:block; }
#QECy3X8ncb95Bk2XewMpfXd1aNsLD8zn { color:#38383c;display:block;width:34.0625rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.875rem;height:1.3rem;font-style:normal;display:block; }
#mBAykqykcHVwf7TTTrkyeAVUc40nPTf4 { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #8200ff, #d382ff);background-image: -moz-linear-gradient(146deg, #8200ff, #d382ff);background-image: -ms-linear-gradient(146deg, #8200ff, #d382ff);background-image: -o-linear-gradient(146deg, #8200ff, #d382ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#d382ff' );";background-image: linear-gradient(146deg, #8200ff, #d382ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.21875rem;left:7.5rem;display:block; }
#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u { position:relative;display:block; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u { background-color: transparent; background-image: none; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container > .video-iframe-container { display: none; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row > .video-iframe-container { display: none; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .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); }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u { border-width: 0; border-radius: 0; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#a2Xbdq3WpTqXomzmhl44a80QCH2o8lm4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.1875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#euX4C2ZT98DMswUgUluFdsJmLK1Fzs8h { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.0625rem;top:3.3749771118164rem;left:0.625rem;overflow:hidden;display:block; }
#tIEkXgZCZSuyi0t5OsTzDDS2qhv2F4Hv { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:15.367659395973rem;display:block; }
#ADVEFGHFnER8JuMEDXWhJIwGAdSr7zhI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#yStALy6WdHgeeTOCr4TNaIXkafesEPNS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.5rem;top:4.4052734375rem;left:17.8125rem;overflow:hidden;display:block; }
#WR3O6kQSe5TOrD8a3tziprWtcAl47UAk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:4.5302734375rem;left:27.375rem;overflow:hidden;display:block; }
#ZJmh1Sc0VO1Gu69I1QmOTMM13SS2UDsn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.5rem;top:4.7490234375rem;left:37.75rem;overflow:hidden;display:block; }
#bPgHAxZcveVQpGewhsmC8606wczUXDe5 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:9.6875rem;left:0rem;display:block; }
#DTNdwkcwMr4UNhvqwnNaFme5QnU3SJNI { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:1rem;left:20.4375rem;display:none; }
#ICVcpahUGSLJm59OwVAbVVWMwx37eWof { position:relative;display:block; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof { background-color: transparent; background-image: none; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container > .video-iframe-container { display: none; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row > .video-iframe-container { display: none; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .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); }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof { border-width: 0; border-radius: 0; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#I0LDcU6ollw9XRMpuS8H0kc0CnVQoqCz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.3125rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#cEsOZyQVDwQ3a9gMl5ty8TBzg679lQ0K { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.3125rem;top:3.625rem;left:1.25rem;overflow:hidden;display:block; }
#MWrxGJnbzAI8zRv3WbdONyZAOshL6HrW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.625rem;top:3.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#ihGQcdyKSriEMNxI7beFhxxx7UctGGIv { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:9.625rem;left:0rem;display:block; }
#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 { position:relative;display:block; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 { background-color: transparent; background-image: none; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container > .video-iframe-container { display: none; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row > .video-iframe-container { display: none; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .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); }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 { border-width: 0; border-radius: 0; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PWmHEWfkFWaxNeQzBODJrU64KIumRn6s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17.125rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#T858fLfsedURBnQqPf1f3D1NLoTwyXT3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:9.375rem;left:0rem;display:block; }
#vO9urbO2x9qToKRiuXpWyLtqp4yL7stN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.5rem;top:4.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI { position:relative;display:block; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI { background-color: transparent; background-image: none; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container > .video-iframe-container { display: none; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row > .video-iframe-container { display: none; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .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); }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI { border-width: 0; border-radius: 0; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z55snFtJvTRvN4kz5fliNqCbyP3PTw7f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.5rem;top:0.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#nNTmqQFIhOzWs5Tem5x7T6cfwu0IaK1d { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:14.3125rem;top:5.9375190734863rem;left:29.5rem;overflow:hidden;display:block; }
#EeFVNK18QF7QIMyrEV1f2BcI6S30eTRk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#SSc6RE4enosfTf9BeRUyNMSWgodduFJk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5rem;top:4.5rem;left:7.9375rem;overflow:hidden;display:block; }
#EUTTGaaq1iabLCleq53zM7bqQJipRvgF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:5.0000190734863rem;left:21.904167175293rem;overflow:hidden;display:block; }
#awLIxO9aLmptw94c0EeMTN7iZCyA5iql { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.75rem;top:4.5625190734863rem;left:15.4375rem;overflow:hidden;display:block; }
#AUy4B6qEdasMxh7prJIW7O1Roq2T2Qib { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.75rem;top:5.2187690734863rem;left:52.71667098999rem;overflow:hidden;display:block; }
#fzz9mCSRP6zU4CMqMoav57hlpE2yQQWy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:4.3750190734863rem;left:44.850002288818rem;overflow:hidden;display:block; }
#qgDaOCyaqIMv4bNd0ORwqXlMurfTAW5U { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.875rem;top:5.5000190734863rem;left:59.02917098999rem;overflow:hidden;display:block; }
#IHAy55TQ0oQoZxlcAngFMkVfbpm8Ip44 { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:9.5rem;left:0rem;display:block; }
#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV { position:relative;display:block; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV { background-color: transparent; background-image: none; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container > .video-iframe-container { display: none; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row > .video-iframe-container { display: none; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .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); }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV { border-width: 0; border-radius: 0; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#f2ZDSxmvTk2ZXnaWBAq0ZNufGAgaTKfq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.875rem;top:0.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#Zs5lVy4HRnTeOey5qkHEGCOXxfDx8wba { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.3125rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#rupbUBEh4dfocwR1F3NGMgTI0nJTUS0f { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5rem;top:5.6875rem;left:6.875rem;overflow:hidden;display:block; }
#OSoqFHx3vc277XDcEpkgEAmWVsELhx0q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.75rem;top:4.4375rem;left:13.75rem;overflow:hidden;display:block; }
#xeD90ulHctJ8txqCqO0Zdymiv011Bkoe { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:10.625rem;left:0rem;display:block; }
#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM { position:relative;display:block; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM { background-color: transparent; background-image: none; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container > .video-iframe-container { display: none; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row > .video-iframe-container { display: none; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .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); }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM { border-width: 0; border-radius: 0; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fSglTWKK1VqDIlgHcyWKceRV2bcsl6qG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.92499923706056rem;left:1.5302085876465rem;overflow:hidden;display:block; }
#UkpsfUowTwwQqFabnkdV9D6VgrNpw1Dv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.0625rem;top:4.0810546875rem;left:1.716796875rem;overflow:hidden;display:block; }
#ObHcgiHXZlSqvqprpBeX5SmtXi74hyT5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:6.25rem;top:5.3625001907349rem;left:7.2875022888181rem;overflow:hidden;display:block; }
#eKNp5gEs8cuomEqd1oGp8OxLNAxxSKDZ { position:absolute;display:block;z-index:15014;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:1.25rem;width:8.9375rem;top:5.3624992370606rem;left:15.467708587646rem;overflow:hidden;display:block; }
#SJE96w01ulPUdMwsQVyNokoSIM0UZqzl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:4.6435546875rem;left:25.875rem;overflow:hidden;display:block; }
#ZkBHyTVU7Erxflte3sRLURtiAO0vg7Ey { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.6875rem;top:4.6748046875rem;left:37.9375rem;overflow:hidden;display:block; }
#Rs7W2QL3vGsotxLk2l8wofhuyH9i5Qe3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.1875rem;top:4.8623046875rem;left:49.75rem;overflow:hidden;display:block; }
#yQdPIntKlbvR4kDb6lzgowm7qE0mbyS4 { position:absolute;display:block;z-index:15018;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:3rem;width:8.8125rem;top:9.3125rem;left:48.9375rem;overflow:hidden;display:block; }
#FbZe5yddAJH9WaxPSb3hpUDzLsgLigPV { position:absolute;display:block;z-index:15019;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:1.625rem;width:6.1875rem;top:10.625rem;left:1.716796875rem;overflow:hidden;display:block; }
#tRS7TOOJrMEweXE3AvlnzTRD1bVTnCS9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:9.5625rem;left:10rem;overflow:hidden;display:block; }
#wOOFwwseqOW8REgd9TvkPk2Iqgd1gyeA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.375rem;top:9.375rem;left:19.75rem;overflow:hidden;display:block; }
#Hf8TeiiRLMbbQ04w8FTrr5RVxrUtng6K { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.75rem;top:8.6875rem;left:26.625rem;overflow:hidden;display:block; }
#bbvRFywMzuRdXZylwoPEgOEFdKe4E6S5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.5625rem;top:9.75rem;left:38.25rem;overflow:hidden;display:block; }
#saSCNksWNvWVFD3oC4T9wyNEbl91Renu { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:14.25rem;left:0rem;display:block; }
#ANlXeh19l1J7J4BRTdL5G07NtRMqSZTC { position:absolute;display:block;z-index:15023;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:1.75rem;width:7.1875rem;top:9.9375rem;left:60.125rem;overflow:hidden;display:block; }
#zbo91WX2STSNzKUIm49FBU5O8soTxZhn { position:relative;display:block; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn { background-color: transparent; background-image: none; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container > .video-iframe-container { display: none; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row > .video-iframe-container { display: none; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .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); }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn { border-width: 0; border-radius: 0; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hLRpaJHhsgJViJC11QCBXlBt8VD2g2OB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:0.625rem;left:1.9375rem;overflow:hidden;display:block; }
#RC2C1fgwbXSO4Tz6U9l26x3SsdNFvL4C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:5rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#oLutKneLwKVVcyNm5XiIrTZFKf7piK5N { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:8.875rem;overflow:hidden;display:block; }
#UOWnOtUGqJkTJmADJCxEPwtxPeqnwQDV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:4.375rem;left:14.75rem;overflow:hidden;display:block; }
#chRaR5cgxt6AmAXtZXZvcPMsUNcFLqZ1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.25rem;top:5.1875rem;left:20.5rem;overflow:hidden;display:block; }
#yNChVmO3tGCExCPnZsP0SB7DEkfHe6yE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.75rem;top:3.75rem;left:28.5rem;overflow:hidden;display:block; }
#WyR1QIRAwC1M18sIJg8AgVOasZQXOqhU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.875rem;top:4.25rem;left:33.4375rem;overflow:hidden;display:block; }
#m3JRmNmvoastWSnczP9IodPxbEgXQUA8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.0625rem;top:3.75rem;left:43.96875rem;overflow:hidden;display:block; }
#dM2O8IvtVtzIgiKKpdXSieK3vTptDKet { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:9.96875rem;left:34.9375rem;overflow:hidden;display:block; }
#opBxMHbD0wf8SmwqKKboF9ezpq4Magh3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:9.71875rem;left:26.75rem;overflow:hidden;display:block; }
#tsOlT1Ls0tPCFc28o8eDrflCDRZCGF8c { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:8.875rem;left:18.5rem;overflow:hidden;display:block; }
#DMzpl73kEoxrWE3kAE3MTxVqFhXWhdwO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.9375rem;top:10.34375rem;left:11.5234375rem;overflow:hidden;display:block; }
#rTBXnHUppbiZqw4EVkmrO622G3gdwJN0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.875rem;top:10.1875rem;left:1.0859375rem;overflow:hidden;display:block; }
#rBulsDB35P8truCPUwhagQZtk9t0QKAQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:15.5rem;left:0rem;display:block; }
#hIanEZThGd1DU460GryEzH9WCSpSKVvF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.5rem;top:9.96875rem;left:42.4375rem;overflow:hidden;display:block; }
#KCGybssdm8WTHcSxh9xLyimafnFtipby { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.875rem;left:51rem;overflow:hidden;display:block; }
#NbUvkZTIVuCam1NwfI1RdnyiITw2lGZb { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:50.59375rem;overflow:hidden;display:block; }
#VskUIwJPzSIXPfFfrVRDxTuOxJ4mTnI5 { 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:3.1875rem;width:5.875rem;top:4.71875rem;left:57.1142578125rem;overflow:hidden;display:block; }
#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx { position:relative;display:block; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx { background-color: transparent; background-image: none; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container > .video-iframe-container { display: none; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row > .video-iframe-container { display: none; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .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); }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx { border-width: 0; border-radius: 0; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gs7mQfJNy1dRBlMKNFi3T78rUMqHJWtr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.875rem;top:1.1875rem;left:1.9027776718139rem;overflow:hidden;display:block; }
#T4uxulVETdUGBM7lI608HyxmFpA6aTXG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.1875rem;top:5.0869140625rem;left:1.90234375rem;overflow:hidden;display:block; }
#bShKWDoIzXMxd9wKw99xWSz4D5EJbTOh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.375rem;top:6.0244140625rem;left:9.466796875rem;overflow:hidden;display:block; }
#Z2w1NBDKXXQWwvIJdHAnvsRSsvACRoqM { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:11.375rem;left:0rem;display:block; }
#hIklueMy5dkbATX8dnZycQadk8Xz05ut { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.875rem;top:6.0869140625rem;left:18.75rem;overflow:hidden;display:block; }
#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw { position:relative;display:block; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw { background-color: transparent; background-image: none; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container > .video-iframe-container { display: none; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row > .video-iframe-container { display: none; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .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); }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw { border-width: 0; border-radius: 0; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gHD0LbJ2mUb8RQ0k9rWQ8T0fImoXTva6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.875rem;top:1.5000019073486rem;left:2.3125rem;overflow:hidden;display:block; }
#pwbru9TwLyc4Vx5inKIR1nROQTgbHwQt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.3125rem;top:5.0645751953125rem;left:2.3125rem;overflow:hidden;display:block; }
#WFdz1k12EviHKwTJh4Jl5IzCFPkFThcl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.6875rem;top:5.064453125rem;left:37.2490234375rem;overflow:hidden;display:block; }
#syQFyoVJSSlVbquf5rUTPNEXHyfu0nG9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5.3125rem;top:4.564453125rem;left:30.875rem;overflow:hidden;display:block; }
#wIPPbFTEGSwAJQECLilvxutv59TCee7a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.3125rem;top:4.84375rem;left:10.029296875rem;overflow:hidden;display:block; }
#k7WgUpsK81IUR9pK2vwetuWrIAOdOKdm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:5.064453125rem;left:17.5rem;overflow:hidden;display:block; }
#gWAsbmDgAJP4L1brzaq6hcCvCGw79141 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.125rem;top:5.064453125rem;left:47.3115234375rem;overflow:hidden;display:block; }
#eW0JJbROeTSpiTZD9pCxQOBO9cgSTobq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5rem;top:4.283203125rem;left:24.091796875rem;overflow:hidden;display:block; }
#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { position:relative;display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { background-color: transparent; background-image: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container > .video-iframe-container { display: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row > .video-iframe-container { display: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .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); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { border-width: 0; border-radius: 0; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .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; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.8125rem;top:1.3749980926514rem;left:4.9375rem;overflow:hidden;display:block; }
#PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:17.25rem;top:1.5rem;left:2.46875rem;overflow:hidden;display:block; }
#SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.677734375rem;left:52.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aQU30FomaBGvshQ3BabGvJrCJgWAxaps { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:26.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5126953125rem;left:52.59375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:23.4375rem;top:5.6875019073486rem;left:50.781246185302rem;overflow:hidden;display:block; }
#wF5mo9dsbbpTHZs64E7fawkK487GrQWV { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9775390625rem;left:52.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#waRBkbyMDH8dQWbmIST8TNl45Atelzey { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:25.78125rem;overflow:hidden;display:block; }
#v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:1.15625rem;overflow:hidden;display:block; }
#E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.97812461853rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:2.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:2.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container { background-color: transparent; background-image: none; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container > .video-iframe-container { display: none; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row > .video-iframe-container { display: none; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .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); }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container { border-width: 0; border-radius: 0; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#qGVV2kS0slvFy40cT8o4TRK6SZ6W6gmO { color:#004673;display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdrzG0iCl7kLTv30NtRzGvZbdgbmzmUG { position:absolute;display:block;z-index:15002;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:0.125rem;top:0.95624923706056rem;left:31.062500953674rem;display:block; }
#UBkRqSOSh5E3zKT9zMg932GUbu2tJxDJ { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:0.95624923706056rem;left:1.375rem;height:4.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gDvl4qbJ4FsXQCa4uZ8IrIz4RKFGKSr6 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95624923706056rem;left:32.562500953674rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#PqpeehZ3K4TCF1UqWKcehAwTO6T9Uge1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.390625rem;left:32.562500953674rem;height:0.73125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EW5yQ4tMoRBccgWBricoT4iOQ7QnXgP8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.4375rem;top:0.95624923706056rem;left:50.584374427796rem;overflow:hidden;display:block; }
#Upsb6OMqb5TVmHFZJFAwbouisXJSMODV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.75rem;top:0.95624923706056rem;left:61.596874237061rem;overflow:hidden;display:block; }
#AR9RgEtqTCaHt4TPFzGGONkrB4ti331Q { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3812561035156rem;left:62.159374237061rem;display:block; }
#Vl51gCIsDoM85t0h9hLv098FFyLpMBqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi { display:block; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJvPNhJNcazV2FQkIaRUQsk7LBDpcTyb { width:9.125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPHCf1T0vTsvCwspLZvNpX8tMhAL18V { width:14.0625rem;height:2.625rem;top:0.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfKSd7UJUxh9f9f4LXTiW2N9nAXsCM13 { width:10.5625rem;height:1.875rem;top:1.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKCJLvDz63LzCxPN7CVNLKVCBpu3yGB { width:12.75rem;height:2.5rem;top:0.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2SRu4tNwPsAbXdNiEQ3RHkUxDA43GXt { width:9.375rem;height:1.875rem;top:1.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdEsqfvciLxLwqFlg9yMEwV1ZGpmCnu { width:15rem;height:2.5rem;top:0.8125rem;left:28.718746185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS2OySifRff9oWQR0tPoVGTu9I6OofL9 { width:13.5625rem;height:1.875rem;top:1.25rem;left:29.437496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxDRpUnrOoB4hPomGqfKi7M3PD9C51a { width:13.3125rem;height:2.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSaFNdTab56ac6ypXn5JrnN0x1b0PuKw { width:7.625rem;height:2.5rem;top:0.8125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmlv9qEPIG0WHfl4EWNEoq6MofPFdP2 { width:5.3125rem;height:1.875rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPVBGWcpUgThsJSIlm82DTTuuXVVxTs3 { width:8.0625rem;height:2.5rem;top:0.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPBFvLdNBz5Tgasukbob75qbI5ZGnBb { width:5.9375rem;height:1.875rem;top:1.25rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 { display:block; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6i2TAddTNrW1TuPp0xsSZDpWOqSR1fg { width:7.25rem;height:5.6875rem;top:7.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR22zNenbVDbtnDrcPt79iqHiMJLsDW5 { width:42.5625rem;height:23.0625rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9Dp8eF53ZOcoT9RHSAqwixethh6ctN { width:46.6875rem;height:39.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z { display:block; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKfPDckMzzA64blAWdPHT8I31FIcxbXn { width:47.75rem;height:15.313762626263rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWl9A8hMsq4ZOCvLsm5KmsmaExQHqxXm { width:23.8125rem;height:3.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hXHlpRF0Z53BMLmKEJmTOuEhguhNUT { width:23.4375rem;height:3.875rem;top:12.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riIWbI3CFXwR9LmEllR4mnibdhIGi8Lu { width:12.8125rem;height:2.6875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sizQbHw3N3ebExmUegZITEcyiBvyGM { width:12.8125rem;height:2.6875rem;top:12.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaCvF7lCOD4ArBu949ROV180ylbhBnI { width:47.75rem;height:3.875rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo { display:block; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIWol2QtU8pMU1ynDTwoCOqHRINNS7vB { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTJgzqcF5ZtZEs8BTTO8IvC2SsSDmUT { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaO19dNN5flKbE43OobqENqxogTiDpzW { top:2.5rem;left:14.5rem;width:33.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFcnDORRKD1IfmACH1ZyNwAPHQ9lT2Tr { top:2.5625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW4v8oihAXalkIuUPbsxR4Jm1okGDg8s { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVRxASJBciVluAfcx4kNcM5lOFVmqNR { display:block; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfqHyT7lNe3gRi3QB1a1AZMxbBbJXmlX { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDodBm82B9Cw44gaR9eDP0LzmHsPpsn { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBa0mL3uR1VIOwpf3QrdlsaLsxP5xZQx { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8Ikr0F0r0O2Fp7McJESTRzUHvTTZod { top:2.5rem;left:6.75rem;width:41rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJalgBZzupv2h9TSWasrxLT80TNCPEuW { display:block; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlJkDUtk5A3v1zBmaunpdTryBRrTbiGo { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7cH0csinPPQ9xW1eTUA7veEcuPn7tae { top:2.1875rem;left:0rem;width:8.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZn3Fm2eIwLzoGaN4AZWJk8OxdaLoTz { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZogPHMZy4zG1EDLlQlkf1HFg7cD6Aym { top:4.0625rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcKocnUQd9r88Up8nQAGdnrHW6FMnPK { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ { display:block; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTx30y5xo8gXnpB8RT19J1ldIRLDmbut { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0PAWDZzcQ54REf9H4mKUnBfMbhVvSH { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVpkO1n9EgtHJC5Pd4PBHsniW0QcOHR { top:2.5rem;left:6.5625rem;width:25.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cRtpGTQmOTzln8DXDJllkagAs8VPv2 { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7KuAH8DzWW1VnLKyP1kMP7332cB4o7d { width:5.75rem;height:3.4375rem;top:1.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq { display:block; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEHKpNv4VAP153IHm1TFb2arMu38W9Dt { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RTTO9Gftt8Be1tWTyTH061PfxNT3CW { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fZl1KSvixeomBi4SZikxaGgLVlkLT8 { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvqO92gzgpqNqLKg0b1dtkiX1afDJUWA { top:2.8125rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx3TLCan5d3GVRdnCcD1qI5T1G0iOigX { top:1.5625rem;left:14.875rem;width:32.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGSPZS1xiMQZCNPIr4TLsloGsiNcynd { top:4.0625rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4hXBX7tMCU9K9PFJiJVqy0QTgBRVDo { width:4.3125rem;height:5.1875rem;top:0.5625rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk { display:block; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO6I8UKDyLuLukJKXntTqXanQaeqhgmq { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIEuaFSMSD0q6gi6rVkJhAN2ISW4BPM { top:2.1875rem;left:0rem;width:8.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TvRt3uCwvSrWfCaZFCBqbANLXlAUFN { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmViCqsx83XIg21qt29OAZ2ztcSpinTw { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO9qmCVpnduEdZ9uA2oCuBa6IZnKlCec { top:4.0625rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C { display:block; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv5a6kgnoVSgvWTI8aJZgzfuqLDPJwk6 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho49XbKKOsmfocVxsPoD1RwlWG4T3HuA { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bzdlirqPqJshwyWBK5wbaTWyIOJnXA { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdbkD93eZZ43yPaEoT4RWeHBVSw1EA1 { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW { display:block; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSHpaGWM9CJgUOaaK0wIQ3Ok5rMstDnQ { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3spSTJTuzT9eI9cH5aAHQ38G9y4f99h { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRz2nkuqmxZe3yuUiFifn1gdJL7DgAcX { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcX6lfmC9CwuaFkeuJRVzVHDTW3ZMaKO { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 { display:block; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwUueNrMdmXfovhxDVSZk1BPRTgCntM2 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuL2lOiDpD7VpmcecSU6e3aTMnwHTAv { top:2.1875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZoxTPHATDdH6mqkzxkk62TEOANQJJz { top:2.4375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukfL1dMkxApg6d1lU7mXM8thue7PSkg { top:2.5rem;left:6.5625rem;width:41.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcIFIUKdzPGR7cSvrNdQRpL0MDgJrlXL { top:2.1875rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV { display:block; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnHyO0WgP8GRJKhOpTqfnaRRF43MJfuQ { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3gvMB3rakimV5Dy6vRLkSptTbTwW63 { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxT27xKfEHDK6de1w47x1A0ABoQ2KxKT { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbcV6gKzRg3E3maCMaMaTSBo5Ehl4wTt { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS { display:block; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt8H6CU5ZtfZzUGn7D5lln0crbNFkTMv { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGE3FHqJMvKChdNT44nCvTNGR1EmEwpX { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiTtOtMyVmiZA02PsmE35V0fPlLiT2fz { top:2.5rem;left:5.9375rem;width:41.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA24Gf9feOOMvOL2gGUSTRewyTf7N0mR { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnhE95nrMI18uWXkmo8FOIafrVtEDtxS { width:32.75rem;height:1.3125rem;top:4.0625rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG { display:block; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCIg0mJwrNWkvuHoZmPd9UicrS8xTizW { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWD3WJSyx16PaP70uAfgTptNbKBXWZSN { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwFu8X3nBTFRnez4KSqPIC1kR0It8QH { top:2.5rem;left:5.9375rem;width:41.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzZCmqCI0dI2nTUV2mUGsuDfOdmsbNN3 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bchMXgZyBvX2qGdd8RIO8T9qPgLrNPym { top:4.0625rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8FmH2FAN7vne6OsWWwod9J3eU9CZ3Xi { width:5.25rem;height:2.875rem;top:1.25rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW { display:block; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnUveiDWmJLTOEUVyvM651DhfhdMVZOp { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcrCXDhIhKckywE0ZRTfw6XIHdbf9Izl { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nJCdaw7dErCEQ5bUqfJV8ethVABVZt { top:2.5rem;left:5.9375rem;width:41.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxs110JgSmZV1z3aGfZ2X6QUZIbPFwqJ { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWKcAriUigLN7U8SQPBdsxWw4iXWF6M { top:2.0625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmvTs6FObmPfTddm6TviDTJs090Ktmm8 { display:block; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEX3sFfIAEtbP2ib0yG6T4zkJuEfOTB7 { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RViTuZnuzhk21kniErVDBEyS5ra2JhAe { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XDDgqSNyFLx2w90gNRGJ1Ihsll3G0r { top:2.5rem;left:18.25rem;width:27.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnGNIbSWhLPJETWvvXNhhzhX94sC4Dn { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCpMInEUpaJNXm535lTsUgNMfNeoxAqW { width:4.375rem;height:5rem;top:0.625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxerusxvip85lwgRIrVeLooAPxooa7Ey { display:block; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppB3EG5VABcnoZWv1FJ4bgFWik4nwt8s { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5huu3H5KTcrFS9UWUJyweKKpGoAm4Gr { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTNhSFZZWTIubNvnSayOgkMnxW0H741 { top:2.25rem;left:5.9375rem;width:41.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtaoCWN9KmxtDhnKJ24q8oyB4UoXQMl { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yctFGwyORJWxqEupbPLMNugPUMHAN9wQ { top:3.5625rem;left:18.25rem;width:20.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl { display:block; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipISsweH8QK5TG3bZvysEZMVmiANX7u { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spfkfrugkOI0ABzTvC7TowGHgwK52bDs { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSxuWIXHNnamTTlVamTrLTi4A0KMUGUn { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTghzW0hQssyWX2ZOBUuNDweS8bblvgH { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg { display:block; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsO5MAJdLNnc4li6wVsdK80nyJr2Ipx { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIU6H5tpPM0kC38T8JAwuvhlL4Rfk3uk { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwk9AxTZagpOEdzyHTXwTqcZSEsXmypa { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXE9weimJLJ5WWR9X1o7gtnVsxgpJkI3 { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK3wixLIy0oO6E2TEEeT3BczV6liqfxJ { top:2.0625rem;left:0rem;width:0.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS { display:block; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfyioC0bAC9L9kFaxr4POgqf7nesDmec { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTFHJZT8hrzQkB484kaLGgzCwiCvV28 { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8T9O4RpknN3QVn2wit0TTIi3llnlk6P { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWgKJ2NdBravIU9Tbim9w9GymSddEzG0 { top:2.4375rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V { display:block; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRnQrFKb7oLXPCTZA9rBt0fkIO6wER17 { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo5JTBqDu1iH66ZThtT8dJOQf5rai5F { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFU1B49ciSThvXswIODWKSqT0D9AMNt { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izf6TccoG8N8OLWg5varZoEbFnADcAJA { top:2.4375rem;left:6.5625rem;width:41.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU { display:block; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdhImAvWKy9RzFDvJywSFTDWMr7nhV5r { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxcr7CasFRfaOKB1VzrZSMaaNtN3lBve { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1tFXrqqnC35ixTJ5NIPONMuU6GPp3SQ { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEC0xo670MmMDQpf9XbsmD5maHkuHVsq { top:2.5rem;left:6.5625rem;width:41.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRaNGZb5Mz9K1JMyegS831I1viPSKWm { display:block; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNgQMJAxwHBcmU6A6eMkfPFdSpGXFKUI { top:2.125rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQm2efStO9PsFM759xoVPN5zdZtdwJnX { top:2.375rem;left:7.9375rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECy3X8ncb95Bk2XewMpfXd1aNsLD8zn { top:2.5rem;left:13.6875rem;width:34.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBAykqykcHVwf7TTTrkyeAVUc40nPTf4 { top:2.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u { display:block; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Xbdq3WpTqXomzmhl44a80QCH2o8lm4 { width:7.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX4C2ZT98DMswUgUluFdsJmLK1Fzs8h { width:11.0625rem;height:4.6875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIEkXgZCZSuyi0t5OsTzDDS2qhv2F4Hv { width:0.125rem;height:6.9375rem;top:0.9375rem;left:1.7426593959731rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADVEFGHFnER8JuMEDXWhJIwGAdSr7zhI { width:11.9375rem;height:2.1875rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStALy6WdHgeeTOCr4TNaIXkafesEPNS { width:7.5rem;height:2.625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR3O6kQSe5TOrD8a3tziprWtcAl47UAk { width:7.5rem;height:2.375rem;top:4.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmh1Sc0VO1Gu69I1QmOTMM13SS2UDsn { width:7.5rem;height:1.9375rem;top:4.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPgHAxZcveVQpGewhsmC8606wczUXDe5 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNdwkcwMr4UNhvqwnNaFme5QnU3SJNI { width:0.125rem;height:9.625rem;top:1rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICVcpahUGSLJm59OwVAbVVWMwx37eWof { display:block; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0LDcU6ollw9XRMpuS8H0kc0CnVQoqCz { width:11.3125rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEsOZyQVDwQ3a9gMl5ty8TBzg679lQ0K { width:13.3125rem;height:4.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWrxGJnbzAI8zRv3WbdONyZAOshL6HrW { width:8.625rem;height:4.625rem;top:3.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQcdyKSriEMNxI7beFhxxx7UctGGIv { width:47.75rem;height:0.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 { display:block; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWmHEWfkFWaxNeQzBODJrU64KIumRn6s { width:17.125rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T858fLfsedURBnQqPf1f3D1NLoTwyXT3 { width:47.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9urbO2x9qToKRiuXpWyLtqp4yL7stN { width:7.5rem;height:3.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI { display:block; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z55snFtJvTRvN4kz5fliNqCbyP3PTw7f { width:13.5rem;height:2.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmqQFIhOzWs5Tem5x7T6cfwu0IaK1d { width:14.3125rem;height:1.25rem;top:5.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFVNK18QF7QIMyrEV1f2BcI6S30eTRk { width:5rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSc6RE4enosfTf9BeRUyNMSWgodduFJk { width:5rem;height:4.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTTGaaq1iabLCleq53zM7bqQJipRvgF { width:5.625rem;height:3.125rem;top:5rem;left:8.2791671752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #awLIxO9aLmptw94c0EeMTN7iZCyA5iql { width:3.75rem;height:4rem;top:4.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUy4B6qEdasMxh7prJIW7O1Roq2T2Qib { width:3.75rem;height:2.6875rem;top:5.1875rem;left:39.09167098999rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzz9mCSRP6zU4CMqMoav57hlpE2yQQWy { width:6.25rem;height:4.375rem;top:4.375rem;left:31.225002288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDaOCyaqIMv4bNd0ORwqXlMurfTAW5U { width:6.875rem;height:2.125rem;top:5.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHAy55TQ0oQoZxlcAngFMkVfbpm8Ip44 { width:47.75rem;height:0.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV { display:block; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2ZDSxmvTk2ZXnaWBAq0ZNufGAgaTKfq { width:7.875rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs5lVy4HRnTeOey5qkHEGCOXxfDx8wba { width:3.3125rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupbUBEh4dfocwR1F3NGMgTI0nJTUS0f { width:5rem;height:1.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSoqFHx3vc277XDcEpkgEAmWVsELhx0q { width:3.75rem;height:3.875rem;top:4.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeD90ulHctJ8txqCqO0Zdymiv011Bkoe { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM { display:block; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSglTWKK1VqDIlgHcyWKceRV2bcsl6qG { width:11.9375rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkpsfUowTwwQqFabnkdV9D6VgrNpw1Dv { width:4.0625rem;height:3.9375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObHcgiHXZlSqvqprpBeX5SmtXi74hyT5 { width:6.25rem;height:1.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKNp5gEs8cuomEqd1oGp8OxLNAxxSKDZ { width:8.9375rem;height:1.25rem;top:5.3125rem;left:1.8427085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJE96w01ulPUdMwsQVyNokoSIM0UZqzl { width:11.125rem;height:2.8125rem;top:4.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBHyTVU7Erxflte3sRLURtiAO0vg7Ey { width:10.6875rem;height:2.75rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7W2QL3vGsotxLk2l8wofhuyH9i5Qe3 { width:7.1875rem;height:2.375rem;top:4.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQdPIntKlbvR4kDb6lzgowm7qE0mbyS4 { width:8.8125rem;height:3rem;top:9.3125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbZe5yddAJH9WaxPSb3hpUDzLsgLigPV { width:6.1875rem;height:1.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRS7TOOJrMEweXE3AvlnzTRD1bVTnCS9 { width:7.875rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOOFwwseqOW8REgd9TvkPk2Iqgd1gyeA { width:3.375rem;height:4.125rem;top:9.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf8TeiiRLMbbQ04w8FTrr5RVxrUtng6K { width:7.75rem;height:5.5rem;top:8.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvRFywMzuRdXZylwoPEgOEFdKe4E6S5 { width:8.5625rem;height:2.75rem;top:9.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saSCNksWNvWVFD3oC4T9wyNEbl91Renu { width:47.75rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANlXeh19l1J7J4BRTdL5G07NtRMqSZTC { width:7.1875rem;height:1.75rem;top:9.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbo91WX2STSNzKUIm49FBU5O8soTxZhn { display:block; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLRpaJHhsgJViJC11QCBXlBt8VD2g2OB { width:12.25rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC2C1fgwbXSO4Tz6U9l26x3SsdNFvL4C { width:5rem;height:4rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLutKneLwKVVcyNm5XiIrTZFKf7piK5N { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOWnOtUGqJkTJmADJCxEPwtxPeqnwQDV { width:3.75rem;height:3.8125rem;top:4.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chRaR5cgxt6AmAXtZXZvcPMsUNcFLqZ1 { width:6.25rem;height:2.25rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNChVmO3tGCExCPnZsP0SB7DEkfHe6yE { width:3.75rem;height:4.25rem;top:3.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyR1QIRAwC1M18sIJg8AgVOasZQXOqhU { width:6.875rem;height:4.125rem;top:4.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3JRmNmvoastWSnczP9IodPxbEgXQUA8 { width:3.0625rem;height:3.75rem;top:3.75rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM2O8IvtVtzIgiKKpdXSieK3vTptDKet { width:3.875rem;height:2.875rem;top:9.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBxMHbD0wf8SmwqKKboF9ezpq4Magh3 { width:3.4375rem;height:3.375rem;top:9.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOlT1Ls0tPCFc28o8eDrflCDRZCGF8c { width:5.0625rem;height:5.0625rem;top:8.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzpl73kEoxrWE3kAE3MTxVqFhXWhdwO { width:4.9375rem;height:2.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBXnHUppbiZqw4EVkmrO622G3gdwJN0 { width:9.875rem;height:4.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBulsDB35P8truCPUwhagQZtk9t0QKAQ { width:47.75rem;height:0.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIanEZThGd1DU460GryEzH9WCSpSKVvF { width:7.5rem;height:3.25rem;top:9.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGybssdm8WTHcSxh9xLyimafnFtipby { width:3.6875rem;height:3.6875rem;top:9.875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbUvkZTIVuCam1NwfI1RdnyiITw2lGZb { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskUIwJPzSIXPfFfrVRDxTuOxJ4mTnI5 { width:5.875rem;height:3.1875rem;top:4.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx { display:block; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs7mQfJNy1dRBlMKNFi3T78rUMqHJWtr { width:13.875rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uxulVETdUGBM7lI608HyxmFpA6aTXG { width:5.1875rem;height:4.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bShKWDoIzXMxd9wKw99xWSz4D5EJbTOh { width:6.375rem;height:3.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2w1NBDKXXQWwvIJdHAnvsRSsvACRoqM { width:47.75rem;height:0.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIklueMy5dkbATX8dnZycQadk8Xz05ut { width:6.875rem;height:2.8125rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck35B5p1lyqTOc1WlpEizDpZZGxriivw { display:block; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHD0LbJ2mUb8RQ0k9rWQ8T0fImoXTva6 { width:11.875rem;height:2.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwbru9TwLyc4Vx5inKIR1nROQTgbHwQt { width:5.3125rem;height:2.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFdz1k12EviHKwTJh4Jl5IzCFPkFThcl { width:8.6875rem;height:2.5625rem;top:5.0625rem;left:23.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQFyoVJSSlVbquf5rUTPNEXHyfu0nG9 { width:5.3125rem;height:2.25rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIPPbFTEGSwAJQECLilvxutv59TCee7a { width:5.3125rem;height:2.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7WgUpsK81IUR9pK2vwetuWrIAOdOKdm { width:5.3125rem;height:1.9375rem;top:5.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAsbmDgAJP4L1brzaq6hcCvCGw79141 { width:7.125rem;height:1.75rem;top:5.0625rem;left:33.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0JJbROeTSpiTZD9pCxQOBO9cgSTobq { width:5rem;height:2.8125rem;top:4.25rem;left:10.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { width:10.8125rem;height:3.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { width:17.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { width:19.8125rem;height:1.25rem;top:11.625rem;left:27.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQU30FomaBGvshQ3BabGvJrCJgWAxaps { width:19.8125rem;height:1.25rem;top:11.625rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { width:19.8125rem;height:1.4375rem;top:9.5rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { width:19.8125rem;height:1.4375rem;top:9.5rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { width:23.4375rem;height:3.9375rem;top:5.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF5mo9dsbbpTHZs64E7fawkK487GrQWV { width:19.8125rem;height:1.25rem;top:12.9375rem;left:27.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRBkbyMDH8dQWbmIST8TNl45Atelzey { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { width:19.8125rem;height:1.25rem;top:12.9375rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { width:19.8125rem;height:1.25rem;top:11.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { width:19.8125rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu { display:block; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGVV2kS0slvFy40cT8o4TRK6SZ6W6gmO { width:25.375rem;height:0;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdrzG0iCl7kLTv30NtRzGvZbdgbmzmUG { width:0.125rem;height:4.5625rem;top:0.9375rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBkRqSOSh5E3zKT9zMg932GUbu2tJxDJ { top:0.9375rem;left:0rem;width:27.625rem;height:4.9rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDvl4qbJ4FsXQCa4uZ8IrIz4RKFGKSr6 { width:13.75rem;height:1.3rem;top:0.9375rem;left:18.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqpeehZ3K4TCF1UqWKcehAwTO6T9Uge1 { width:12.5rem;height:0.73125rem;top:3.375rem;left:18.937500953674rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW5yQ4tMoRBccgWBricoT4iOQ7QnXgP8 { width:6.4375rem;height:2.6875rem;top:0.9375rem;left:36.959374427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upsb6OMqb5TVmHFZJFAwbouisXJSMODV { width:10.75rem;height:2.25rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR9RgEtqTCaHt4TPFzGGONkrB4ti331Q { width:9.625rem;height:1.1875rem;top:1.375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl51gCIsDoM85t0h9hLv098FFyLpMBqD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { background-color: transparent; background-image: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container > .video-iframe-container { display: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row > .video-iframe-container { display: none; }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .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); }#SNSReTpiZAZXr8lfv7FK9A3NNkQeawfi > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJvPNhJNcazV2FQkIaRUQsk7LBDpcTyb { width:6.0625rem;height:1.25rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPHCf1T0vTsvCwspLZvNpX8tMhAL18V { width:9rem;height:1.625rem;top:1.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfKSd7UJUxh9f9f4LXTiW2N9nAXsCM13 { width:7rem;height:1.25rem;top:1.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKCJLvDz63LzCxPN7CVNLKVCBpu3yGB { width:9.5625rem;height:1.875rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2SRu4tNwPsAbXdNiEQ3RHkUxDA43GXt { width:6.25rem;height:1.25rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWdEsqfvciLxLwqFlg9yMEwV1ZGpmCnu { width:10.6875rem;height:1.875rem;top:5.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS2OySifRff9oWQR0tPoVGTu9I6OofL9 { width:9rem;height:1.25rem;top:6.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxDRpUnrOoB4hPomGqfKi7M3PD9C51a { width:8.375rem;height:1.6875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSaFNdTab56ac6ypXn5JrnN0x1b0PuKw { width:6.25rem;height:1.875rem;top:5.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmlv9qEPIG0WHfl4EWNEoq6MofPFdP2 { width:3.5rem;height:1.25rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPVBGWcpUgThsJSIlm82DTTuuXVVxTs3 { width:6rem;height:1.875rem;top:3.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPBFvLdNBz5Tgasukbob75qbI5ZGnBb { width:3.9375rem;height:1.25rem;top:3.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 { background-color:transparent;background-image:none;display:block; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container { background-color: transparent; background-image: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container > .video-iframe-container { display: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row > .video-iframe-container { display: none; }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .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); }#Nl0sZEKuIHvuJJmm1bVVgiQ7odo6xE57 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6i2TAddTNrW1TuPp0xsSZDpWOqSR1fg { width:2rem;height:1.5625rem;top:9.625rem;left:16.437499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR22zNenbVDbtnDrcPt79iqHiMJLsDW5 { width:10.9375rem;height:5.8125rem;top:8.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9Dp8eF53ZOcoT9RHSAqwixethh6ctN { width:5.3125rem;height:4.5625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z.adaptive-delivery-prevent-bg, #oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z.lazyload, #oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z.lazyloading { background-image: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { background-color: transparent; background-image: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container > .video-iframe-container { display: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row > .video-iframe-container { display: none; }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .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); }#oZdeUl44OR9FC1EAl5fhxO2UBl1JSE5Z > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKfPDckMzzA64blAWdPHT8I31FIcxbXn { width:20rem;height:6.4145625rem;top:1.6468753814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWl9A8hMsq4ZOCvLsm5KmsmaExQHqxXm { width:10.1875rem;height:1.625rem;top:1.6468753814698rem;left:0.17916584014893rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6hXHlpRF0Z53BMLmKEJmTOuEhguhNUT { width:10.1875rem;height:1.625rem;top:8.0614585876462rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riIWbI3CFXwR9LmEllR4mnibdhIGi8Lu { width:8.9375rem;height:1.875rem;top:1.3270835876465rem;left:0.80416584014894rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sizQbHw3N3ebExmUegZITEcyiBvyGM { width:8.9375rem;height:1.875rem;top:8.0614585876462rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaCvF7lCOD4ArBu949ROV180ylbhBnI { width:16.3125rem;height:4.55rem;top:10.878124237061rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo { display:block; }#HDmh8GD5bmyWEvt7e5c4xTz8P19PkWzo > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIWol2QtU8pMU1ynDTwoCOqHRINNS7vB { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTJgzqcF5ZtZEs8BTTO8IvC2SsSDmUT { width:6.375rem;height:1.625rem;top:1.5rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaO19dNN5flKbE43OobqENqxogTiDpzW { width:15.6875rem;height:1.1375rem;top:3.201042175293rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFcnDORRKD1IfmACH1ZyNwAPHQ9lT2Tr { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WW4v8oihAXalkIuUPbsxR4Jm1okGDg8s { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVRxASJBciVluAfcx4kNcM5lOFVmqNR { display:block; }#zxVRxASJBciVluAfcx4kNcM5lOFVmqNR > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfqHyT7lNe3gRi3QB1a1AZMxbBbJXmlX { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDodBm82B9Cw44gaR9eDP0LzmHsPpsn { width:7.25rem;height:1.625rem;top:1.4375rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBa0mL3uR1VIOwpf3QrdlsaLsxP5xZQx { width:8.5625rem;height:1.95rem;top:1.2750015258789rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8Ikr0F0r0O2Fp7McJESTRzUHvTTZod { width:16rem;height:3.4125rem;top:3.1875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJalgBZzupv2h9TSWasrxLT80TNCPEuW { display:block; }#AJalgBZzupv2h9TSWasrxLT80TNCPEuW > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlJkDUtk5A3v1zBmaunpdTryBRrTbiGo { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7cH0csinPPQ9xW1eTUA7veEcuPn7tae { width:8.5625rem;height:1.95rem;top:1.2749996185302rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZn3Fm2eIwLzoGaN4AZWJk8OxdaLoTz { width:16.0625rem;height:2.275rem;top:3.2250022888184rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZogPHMZy4zG1EDLlQlkf1HFg7cD6Aym { width:15.125rem;height:2.275rem;top:5.8250007629394rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcKocnUQd9r88Up8nQAGdnrHW6FMnPK { width:6.5625rem;height:1.625rem;top:1.4375rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ { display:block; }#JHtNyrsrCzCrqXbzUr0UDwGd6O4x8lwQ > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTx30y5xo8gXnpB8RT19J1ldIRLDmbut { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0PAWDZzcQ54REf9H4mKUnBfMbhVvSH { width:8.5625rem;height:1.95rem;top:1.2750015258789rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVpkO1n9EgtHJC5Pd4PBHsniW0QcOHR { width:11.5625rem;height:4.55rem;top:3.1875rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cRtpGTQmOTzln8DXDJllkagAs8VPv2 { width:7.375rem;height:1.625rem;top:1.4375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7KuAH8DzWW1VnLKyP1kMP7332cB4o7d { width:5.75rem;height:3.4375rem;top:5.6000003814697rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq { display:block; }#aVUB7SbMfSNBKmFomVfhgJCkuIWvakwq > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEHKpNv4VAP153IHm1TFb2arMu38W9Dt { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RTTO9Gftt8Be1tWTyTH061PfxNT3CW { width:8.5625rem;height:1.95rem;top:1.2749977111816rem;left:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fZl1KSvixeomBi4SZikxaGgLVlkLT8 { width:7.75rem;height:1.625rem;top:1.4375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvqO92gzgpqNqLKg0b1dtkiX1afDJUWA { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx3TLCan5d3GVRdnCcD1qI5T1G0iOigX { width:15.8125rem;height:4.55rem;top:4.125rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGSPZS1xiMQZCNPIr4TLsloGsiNcynd { width:9.5625rem;height:2.275rem;top:10.512504577637rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX4hXBX7tMCU9K9PFJiJVqy0QTgBRVDo { width:4.3125rem;height:5.1875rem;top:7.643750190735rem;left:14.819790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk { display:block; }#wh0saMlxqvPOtTzvu9TIaOSFISMHpoUk > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GO6I8UKDyLuLukJKXntTqXanQaeqhgmq { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIEuaFSMSD0q6gi6rVkJhAN2ISW4BPM { width:8.5625rem;height:1.95rem;top:1.2750015258789rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TvRt3uCwvSrWfCaZFCBqbANLXlAUFN { width:7.875rem;height:1.625rem;top:1.4375rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmViCqsx83XIg21qt29OAZ2ztcSpinTw { width:15.5625rem;height:2.275rem;top:4.0750007629394rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO9qmCVpnduEdZ9uA2oCuBa6IZnKlCec { width:15.375rem;height:1.95rem;top:6.9874992370606rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C { display:block; }#vK8zu2TJ9wMGI2V1TNy5TKOofGSDnP2C > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv5a6kgnoVSgvWTI8aJZgzfuqLDPJwk6 { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho49XbKKOsmfocVxsPoD1RwlWG4T3HuA { width:8.5625rem;height:1.95rem;top:1.2749977111816rem;left:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bzdlirqPqJshwyWBK5wbaTWyIOJnXA { width:7.6875rem;height:1.625rem;top:1.4375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdbkD93eZZ43yPaEoT4RWeHBVSw1EA1 { width:15.6875rem;height:3.4125rem;top:3.1875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW { display:block; }#XEDg1hxvQhTVoVK2s2cqVgIZRdTBq9hW > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSHpaGWM9CJgUOaaK0wIQ3Ok5rMstDnQ { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3spSTJTuzT9eI9cH5aAHQ38G9y4f99h { width:8.5625rem;height:1.95rem;top:1.2749977111816rem;left:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRz2nkuqmxZe3yuUiFifn1gdJL7DgAcX { width:7.5625rem;height:1.625rem;top:1.4375rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcX6lfmC9CwuaFkeuJRVzVHDTW3ZMaKO { width:15.9375rem;height:3.4125rem;top:4.0749988555908rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 { display:block; }#Gz1msVNdeWLf5m6fcPFTo1DgmzKUCkp3 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwUueNrMdmXfovhxDVSZk1BPRTgCntM2 { width:1.875rem;height:1.875rem;top:1.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwuL2lOiDpD7VpmcecSU6e3aTMnwHTAv { width:8.5625rem;height:1.95rem;top:1.2749977111816rem;left:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZoxTPHATDdH6mqkzxkk62TEOANQJJz { width:7.9375rem;height:1.625rem;top:1.4375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukfL1dMkxApg6d1lU7mXM8thue7PSkg { width:15.0625rem;height:3.4125rem;top:3.1875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcIFIUKdzPGR7cSvrNdQRpL0MDgJrlXL { width:0.375rem;height:26.25rem;top:2.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV { display:block; }#pV3kvrbiNKrITy4grc3Cl3zhGSPSq3wV > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnHyO0WgP8GRJKhOpTqfnaRRF43MJfuQ { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3gvMB3rakimV5Dy6vRLkSptTbTwW63 { width:7.75rem;height:1.625rem;top:1.4135417938232rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxT27xKfEHDK6de1w47x1A0ABoQ2KxKT { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbcV6gKzRg3E3maCMaMaTSBo5Ehl4wTt { width:15.625rem;height:3.4125rem;top:3.7937498092651rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS { display:block; }#T3ix9gUDMJFcEQDxdN4F0bsTNQo4XetS > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt8H6CU5ZtfZzUGn7D5lln0crbNFkTMv { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGE3FHqJMvKChdNT44nCvTNGR1EmEwpX { width:7.3125rem;height:1.625rem;top:1.4135417938232rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiTtOtMyVmiZA02PsmE35V0fPlLiT2fz { width:14.6875rem;height:2.275rem;top:3.7312488555908rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA24Gf9feOOMvOL2gGUSTRewyTf7N0mR { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnhE95nrMI18uWXkmo8FOIafrVtEDtxS { width:15.6875rem;height:2.275rem;top:6.0062503814697rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG { display:block; }#Kq5ITG6xA3wUEMqRgpWoqqbmmZmyhTnG > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCIg0mJwrNWkvuHoZmPd9UicrS8xTizW { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWD3WJSyx16PaP70uAfgTptNbKBXWZSN { width:7.6875rem;height:1.625rem;top:1.4135398864746rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykwFu8X3nBTFRnez4KSqPIC1kR0It8QH { width:15.8125rem;height:3.4125rem;top:3.201042175293rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzZCmqCI0dI2nTUV2mUGsuDfOdmsbNN3 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bchMXgZyBvX2qGdd8RIO8T9qPgLrNPym { width:8.0625rem;height:3.9rem;top:7.2687530517575rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8FmH2FAN7vne6OsWWwod9J3eU9CZ3Xi { width:5.25rem;height:2.875rem;top:6.6135416030881rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW { display:block; }#QFTCseFr8n6vJ81PfqyZs7gSIMgDHLhW > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnUveiDWmJLTOEUVyvM651DhfhdMVZOp { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcrCXDhIhKckywE0ZRTfw6XIHdbf9Izl { width:7.5rem;height:1.625rem;top:1.4135417938232rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2nJCdaw7dErCEQ5bUqfJV8ethVABVZt { width:15.625rem;height:1.3rem;top:3.7937507629394rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxs110JgSmZV1z3aGfZ2X6QUZIbPFwqJ { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfWKcAriUigLN7U8SQPBdsxWw4iXWF6M { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmvTs6FObmPfTddm6TviDTJs090Ktmm8 { display:block; }#JmvTs6FObmPfTddm6TviDTJs090Ktmm8 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEX3sFfIAEtbP2ib0yG6T4zkJuEfOTB7 { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RViTuZnuzhk21kniErVDBEyS5ra2JhAe { width:8.1875rem;height:1.625rem;top:1.4135437011719rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XDDgqSNyFLx2w90gNRGJ1Ihsll3G0r { width:8.625rem;height:7.9625rem;top:3.7312507629394rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnGNIbSWhLPJETWvvXNhhzhX94sC4Dn { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCpMInEUpaJNXm535lTsUgNMfNeoxAqW { width:4.375rem;height:5rem;top:4.8218727111816rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxerusxvip85lwgRIrVeLooAPxooa7Ey { display:block; }#Mxerusxvip85lwgRIrVeLooAPxooa7Ey > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppB3EG5VABcnoZWv1FJ4bgFWik4nwt8s { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5huu3H5KTcrFS9UWUJyweKKpGoAm4Gr { width:7.5625rem;height:1.625rem;top:1.4135398864746rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTNhSFZZWTIubNvnSayOgkMnxW0H741 { width:15.8125rem;height:3.4125rem;top:3.7312507629394rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbtaoCWN9KmxtDhnKJ24q8oyB4UoXQMl { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yctFGwyORJWxqEupbPLMNugPUMHAN9wQ { width:15.5625rem;height:0.975rem;top:7.1437492370606rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl { display:block; }#N90p0EkvUB3aRzE2BKnttd8ZF3B2ZAMl > .row .container { width:20rem;height:7.2062469482422rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bipISsweH8QK5TG3bZvysEZMVmiANX7u { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spfkfrugkOI0ABzTvC7TowGHgwK52bDs { width:7.8125rem;height:1.625rem;top:1.4135398864746rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSxuWIXHNnamTTlVamTrLTi4A0KMUGUn { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTghzW0hQssyWX2ZOBUuNDweS8bblvgH { width:15.9375rem;height:3.4125rem;top:3.7937507629394rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg { display:block; }#T38EnSfI9R2v8UoqcDO9QDuVm7FicnSg > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsO5MAJdLNnc4li6wVsdK80nyJr2Ipx { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIU6H5tpPM0kC38T8JAwuvhlL4Rfk3uk { width:7.5rem;height:1.625rem;top:1.4135417938232rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwk9AxTZagpOEdzyHTXwTqcZSEsXmypa { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXE9weimJLJ5WWR9X1o7gtnVsxgpJkI3 { width:16rem;height:3.4125rem;top:3.201042175293rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK3wixLIy0oO6E2TEEeT3BczV6liqfxJ { width:0.375rem;height:26.25rem;top:2.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS { display:block; }#F1kIqKpHqSyKGOMQp9B8eCZb4vTXz0PS > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfyioC0bAC9L9kFaxr4POgqf7nesDmec { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTFHJZT8hrzQkB484kaLGgzCwiCvV28 { width:7.75rem;height:1.625rem;top:1.4135417938232rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8T9O4RpknN3QVn2wit0TTIi3llnlk6P { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWgKJ2NdBravIU9Tbim9w9GymSddEzG0 { width:15.875rem;height:3.4125rem;top:3.2010440826416rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V { display:block; }#i0GlUnqHyMnlX6n2I9ykz78TfCFaIt3V > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRnQrFKb7oLXPCTZA9rBt0fkIO6wER17 { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo5JTBqDu1iH66ZThtT8dJOQf5rai5F { width:7.5rem;height:1.625rem;top:1.4135417938232rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFU1B49ciSThvXswIODWKSqT0D9AMNt { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izf6TccoG8N8OLWg5varZoEbFnADcAJA { width:15.8125rem;height:4.55rem;top:3.75rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU { display:block; }#MwfxAzfEdsRGKLNQOAIdIKD9T9ds3RBU > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdhImAvWKy9RzFDvJywSFTDWMr7nhV5r { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxcr7CasFRfaOKB1VzrZSMaaNtN3lBve { width:7.625rem;height:1.625rem;top:1.4135437011719rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1tFXrqqnC35ixTJ5NIPONMuU6GPp3SQ { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEC0xo670MmMDQpf9XbsmD5maHkuHVsq { width:15.375rem;height:2.275rem;top:3.201042175293rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRaNGZb5Mz9K1JMyegS831I1viPSKWm { display:block; }#FHRaNGZb5Mz9K1JMyegS831I1viPSKWm > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNgQMJAxwHBcmU6A6eMkfPFdSpGXFKUI { width:8.5625rem;height:1.95rem;top:1.2508678436279rem;left:4.1249998211861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQm2efStO9PsFM759xoVPN5zdZtdwJnX { width:7.625rem;height:1.625rem;top:1.4135437011719rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QECy3X8ncb95Bk2XewMpfXd1aNsLD8zn { width:15.9375rem;height:2.275rem;top:3.201042175293rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBAykqykcHVwf7TTTrkyeAVUc40nPTf4 { width:1.875rem;height:1.875rem;top:1.2874994277954rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u { display:block; }#wTxnJ1omH5kK3GEffGtXf6lbfFkGQ71u > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Xbdq3WpTqXomzmhl44a80QCH2o8lm4 { width:3.625rem;height:1rem;top:1.0520820617676rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euX4C2ZT98DMswUgUluFdsJmLK1Fzs8h { width:6.125rem;height:2.5625rem;top:2.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIEkXgZCZSuyi0t5OsTzDDS2qhv2F4Hv { width:0.125rem;height:6.9375rem;top:4.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADVEFGHFnER8JuMEDXWhJIwGAdSr7zhI { width:5.5rem;height:1rem;top:5.9375038146972rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yStALy6WdHgeeTOCr4TNaIXkafesEPNS { width:4.625rem;height:1.5625rem;top:8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR3O6kQSe5TOrD8a3tziprWtcAl47UAk { width:5.4375rem;height:1.75rem;top:7.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmh1Sc0VO1Gu69I1QmOTMM13SS2UDsn { width:4.6875rem;height:1.25rem;top:8.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPgHAxZcveVQpGewhsmC8606wczUXDe5 { width:20rem;height:0.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNdwkcwMr4UNhvqwnNaFme5QnU3SJNI { width:9.625rem;height:0.125rem;top:4.9375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ICVcpahUGSLJm59OwVAbVVWMwx37eWof { display:block; }#ICVcpahUGSLJm59OwVAbVVWMwx37eWof > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0LDcU6ollw9XRMpuS8H0kc0CnVQoqCz { width:6.5rem;height:1rem;top:0.47604370117188rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEsOZyQVDwQ3a9gMl5ty8TBzg679lQ0K { width:7.25rem;height:2.4375rem;top:1.96875rem;left:2.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWrxGJnbzAI8zRv3WbdONyZAOshL6HrW { width:4.8125rem;height:2.625rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQcdyKSriEMNxI7beFhxxx7UctGGIv { width:20rem;height:0.125rem;top:4.6010417938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 { display:block; }#CfvoiSANOCxdBIiRGDC26yuaQLo2FDO7 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWmHEWfkFWaxNeQzBODJrU64KIumRn6s { width:7.8125rem;height:1rem;top:0.65625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T858fLfsedURBnQqPf1f3D1NLoTwyXT3 { width:20rem;height:0.125rem;top:4.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9urbO2x9qToKRiuXpWyLtqp4yL7stN { width:4.625rem;height:2.125rem;top:1.84375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI { display:block; }#UZUZQ7DnzX7GlkXX0JJfBUT19kmk3xCI > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z55snFtJvTRvN4kz5fliNqCbyP3PTw7f { width:6.125rem;height:1rem;top:0.6767578125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmqQFIhOzWs5Tem5x7T6cfwu0IaK1d { width:10.125rem;height:0.8125rem;top:6.0281248092651rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeFVNK18QF7QIMyrEV1f2BcI6S30eTRk { width:2.9375rem;height:2.5rem;top:2.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSc6RE4enosfTf9BeRUyNMSWgodduFJk { width:3rem;height:2.5rem;top:2.375rem;left:5.1947908401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTTGaaq1iabLCleq53zM7bqQJipRvgF { width:3.1875rem;height:1.875rem;top:2.6875rem;left:9.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #awLIxO9aLmptw94c0EeMTN7iZCyA5iql { width:2.3125rem;height:2.5625rem;top:2.34375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUy4B6qEdasMxh7prJIW7O1Roq2T2Qib { width:3.375rem;height:2.4375rem;top:7.809374809265rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzz9mCSRP6zU4CMqMoav57hlpE2yQQWy { width:6.25rem;height:4.375rem;top:6.840624809265rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDaOCyaqIMv4bNd0ORwqXlMurfTAW5U { width:5.625rem;height:1.6875rem;top:8.0208349227906rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHAy55TQ0oQoZxlcAngFMkVfbpm8Ip44 { width:20rem;height:0.1875rem;top:11.097916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV { display:block; }#VfxdMk6bBSeciOIp3RXN8mmk6uk0PXXV > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2ZDSxmvTk2ZXnaWBAq0ZNufGAgaTKfq { width:3.5625rem;height:1rem;top:0.6142578125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs5lVy4HRnTeOey5qkHEGCOXxfDx8wba { width:1.9375rem;height:2.5rem;top:2.3093738555908rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupbUBEh4dfocwR1F3NGMgTI0nJTUS0f { width:3.5625rem;height:1.25rem;top:2.9343738555908rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSoqFHx3vc277XDcEpkgEAmWVsELhx0q { width:2.375rem;height:2.5rem;top:2.4343738555908rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeD90ulHctJ8txqCqO0Zdymiv011Bkoe { width:20rem;height:0.125rem;top:5.6145839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM { display:block; }#lPWeiy7HJ4yTxhHJmSyMHq7RgrtqOsiM > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSglTWKK1VqDIlgHcyWKceRV2bcsl6qG { width:5.4375rem;height:1rem;top:0.7392578125rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UkpsfUowTwwQqFabnkdV9D6VgrNpw1Dv { width:2.5625rem;height:2.5rem;top:1.7395858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObHcgiHXZlSqvqprpBeX5SmtXi74hyT5 { width:6.25rem;height:1.375rem;top:2.3020858764649rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKNp5gEs8cuomEqd1oGp8OxLNAxxSKDZ { width:6.875rem;height:0.875rem;top:5.5520858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJE96w01ulPUdMwsQVyNokoSIM0UZqzl { width:7.375rem;height:1.875rem;top:5.0520858764649rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBHyTVU7Erxflte3sRLURtiAO0vg7Ey { width:7.25rem;height:1.875rem;top:8.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7W2QL3vGsotxLk2l8wofhuyH9i5Qe3 { width:5.625rem;height:1.875rem;top:8.177085876465rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQdPIntKlbvR4kDb6lzgowm7qE0mbyS4 { width:5.8125rem;height:2rem;top:2.3093748092651rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbZe5yddAJH9WaxPSb3hpUDzLsgLigPV { width:4.6875rem;height:1.25rem;top:11.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRS7TOOJrMEweXE3AvlnzTRD1bVTnCS9 { width:4.9375rem;height:2.375rem;top:10.614585876465rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOOFwwseqOW8REgd9TvkPk2Iqgd1gyeA { width:2.1875rem;height:2.75rem;top:10.052085876465rem;left:14.194790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf8TeiiRLMbbQ04w8FTrr5RVxrUtng6K { width:5.0625rem;height:3.625rem;top:13rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvRFywMzuRdXZylwoPEgOEFdKe4E6S5 { width:4.875rem;height:1.5rem;top:13.9443359375rem;left:8.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saSCNksWNvWVFD3oC4T9wyNEbl91Renu { width:20rem;height:0.125rem;top:16.569791793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANlXeh19l1J7J4BRTdL5G07NtRMqSZTC { width:4.625rem;height:1.0625rem;top:14.28125rem;left:14.1943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbo91WX2STSNzKUIm49FBU5O8soTxZhn { display:block; }#zbo91WX2STSNzKUIm49FBU5O8soTxZhn > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLRpaJHhsgJViJC11QCBXlBt8VD2g2OB { width:5.5625rem;height:1rem;top:0.8017578125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC2C1fgwbXSO4Tz6U9l26x3SsdNFvL4C { width:3.5rem;height:2.8125rem;top:2.6458339691162rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLutKneLwKVVcyNm5XiIrTZFKf7piK5N { width:2.8125rem;height:2.8125rem;top:2.6458339691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOWnOtUGqJkTJmADJCxEPwtxPeqnwQDV { width:2.75rem;height:2.8125rem;top:2.6458339691162rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chRaR5cgxt6AmAXtZXZvcPMsUNcFLqZ1 { width:5.1875rem;height:1.875rem;top:6.6458339691163rem;left:1.0385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNChVmO3tGCExCPnZsP0SB7DEkfHe6yE { width:2.6875rem;height:3.0625rem;top:2.5208339691162rem;left:15.781249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyR1QIRAwC1M18sIJg8AgVOasZQXOqhU { width:4.125rem;height:2.5rem;top:6.6458339691163rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3JRmNmvoastWSnczP9IodPxbEgXQUA8 { width:2.0625rem;height:2.5625rem;top:10.177083969116rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM2O8IvtVtzIgiKKpdXSieK3vTptDKet { width:2.8125rem;height:2.125rem;top:6.5208339691163rem;left:15.718749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBxMHbD0wf8SmwqKKboF9ezpq4Magh3 { width:2.625rem;height:2.625rem;top:10.145833969116rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOlT1Ls0tPCFc28o8eDrflCDRZCGF8c { width:2.8125rem;height:2.8125rem;top:6.1770839691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzpl73kEoxrWE3kAE3MTxVqFhXWhdwO { width:3.8125rem;height:2.1875rem;top:10.208333969116rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBXnHUppbiZqw4EVkmrO622G3gdwJN0 { width:6.1875rem;height:2.75rem;top:10.083333969116rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBulsDB35P8truCPUwhagQZtk9t0QKAQ { width:20rem;height:0.125rem;top:16.6767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIanEZThGd1DU460GryEzH9WCSpSKVvF { width:3.75rem;height:1.5rem;top:13.8017578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGybssdm8WTHcSxh9xLyimafnFtipby { width:1.6875rem;height:1.6875rem;top:13.7080078125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbUvkZTIVuCam1NwfI1RdnyiITw2lGZb { width:2.375rem;height:2.375rem;top:13.3642578125rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskUIwJPzSIXPfFfrVRDxTuOxJ4mTnI5 { width:3.5625rem;height:1.8125rem;top:13.7392578125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx { display:block; }#DTWpozGbQy5DpnFdHcDcKpgdZ7y03MRx > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs7mQfJNy1dRBlMKNFi3T78rUMqHJWtr { width:6.625rem;height:1rem;top:0.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uxulVETdUGBM7lI608HyxmFpA6aTXG { width:3.3125rem;height:3.125rem;top:1.5625rem;left:1.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bShKWDoIzXMxd9wKw99xWSz4D5EJbTOh { width:4.25rem;height:2.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2w1NBDKXXQWwvIJdHAnvsRSsvACRoqM { width:20rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIklueMy5dkbATX8dnZycQadk8Xz05ut { width:4.25rem;height:1.6875rem;top:2.28125rem;left:14.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck35B5p1lyqTOc1WlpEizDpZZGxriivw { display:block; }#Ck35B5p1lyqTOc1WlpEizDpZZGxriivw > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHD0LbJ2mUb8RQ0k9rWQ8T0fImoXTva6 { width:5.625rem;height:1rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwbru9TwLyc4Vx5inKIR1nROQTgbHwQt { width:4.125rem;height:2.1875rem;top:3.2499980926514rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFdz1k12EviHKwTJh4Jl5IzCFPkFThcl { width:6.3125rem;height:1.875rem;top:9.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQFyoVJSSlVbquf5rUTPNEXHyfu0nG9 { width:4.375rem;height:1.875rem;top:6.3750019073488rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIPPbFTEGSwAJQECLilvxutv59TCee7a { width:4.875rem;height:2.1875rem;top:3.15625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7WgUpsK81IUR9pK2vwetuWrIAOdOKdm { width:5.125rem;height:1.875rem;top:3.375rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAsbmDgAJP4L1brzaq6hcCvCGw79141 { width:6.0625rem;height:1.5rem;top:6.8197917938231rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW0JJbROeTSpiTZD9pCxQOBO9cgSTobq { width:4.375rem;height:2.5rem;top:6.2500019073488rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { width:7.4375rem;height:2.5rem;top:1.125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { width:15.4375rem;height:2.1875rem;top:1.28125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { width:19.8125rem;height:0.975rem;top:17.427093505859rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQU30FomaBGvshQ3BabGvJrCJgWAxaps { width:19.8125rem;height:0.975rem;top:10.876041412354rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { width:19.8125rem;height:0.975rem;top:9.9010429382325rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { width:19.8125rem;height:0.975rem;top:15.477081298828rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { width:11.125rem;height:1.875rem;top:13.602081298828rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF5mo9dsbbpTHZs64E7fawkK487GrQWV { width:19.8125rem;height:0.975rem;top:16.452083587646rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRBkbyMDH8dQWbmIST8TNl45Atelzey { width:10.75rem;height:1.875rem;top:8.0260171890256rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { width:10.75rem;height:1.875rem;top:3.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { width:19.8125rem;height:0.975rem;top:11.851039886474rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { width:19.8125rem;height:0.975rem;top:6.4749994277956rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { width:19.8125rem;height:0.975rem;top:5.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu { display:block; }#vvPEt6H1UPcr7IPvZrhP8gowUFCpC6iu > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGVV2kS0slvFy40cT8o4TRK6SZ6W6gmO { width:15.4375rem;height:0;top:4.25rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdrzG0iCl7kLTv30NtRzGvZbdgbmzmUG { width:9.625rem;height:0.125rem;top:0.875rem;left:5.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UBkRqSOSh5E3zKT9zMg932GUbu2tJxDJ { width:17.9375rem;height:5.5125rem;top:1.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gDvl4qbJ4FsXQCa4uZ8IrIz4RKFGKSr6 { width:11.625rem;height:1.1375rem;top:11.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PqpeehZ3K4TCF1UqWKcehAwTO6T9Uge1 { width:12.5rem;height:0.65rem;top:10.4375rem;left:1.0625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EW5yQ4tMoRBccgWBricoT4iOQ7QnXgP8 { width:6.4375rem;height:2.6875rem;top:8.9447898864744rem;left:12.632290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upsb6OMqb5TVmHFZJFAwbouisXJSMODV { width:6.875rem;height:1.4375rem;top:8.3895835876462rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR9RgEtqTCaHt4TPFzGGONkrB4ti331Q { width:6.625rem;height:1rem;top:8.9447898864744rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl51gCIsDoM85t0h9hLv098FFyLpMBqD { display:block; }
 }