.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#262833;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e7spfbyW/sdrboulevard118.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.adaptive-delivery-prevent-bg, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyload, #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf.lazyloading { background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { background-color: transparent; background-image: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { display: none; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .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); }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { border-width: 0; border-radius: 0; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { 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.75rem;width:6.5625rem;top:1.5rem;left:0.9375rem;overflow:hidden;display:block; }
#F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;height:5.4375rem;width:8.4375rem;top:0rem;left:0rem;display:block; }
#UUElXy6Mr5gD0Aacez9knHvtrTIS5brC { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:25.375rem;display:block; }
#OnHG7UNuw3uVesrvI54kGFkDuVtOAGoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3a7pErqZgTpByzssIF42LhzThezBzav { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.625rem;left:37.84375rem;display:block; }
#e9GC1EnkXzeFtoIwmKTmJwZG6RX0bdLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VM8SGPcIQynlS8XMz5CgeFoH7oGmKHt1 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.625rem;left:50.34375rem;display:block; }
#xf9z3KQOwiAoFFLX9glkrKdpT5xGlsFD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUcTIyEzwuIDowwy8uHs2FkA7lhwdWJU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #262833, #373a4d);background-image: -moz-linear-gradient(180deg, #262833, #373a4d);background-image: -ms-linear-gradient(180deg, #262833, #373a4d);background-image: -o-linear-gradient(180deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(180deg, #262833, #373a4d);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.625rem;left:62.8125rem;display:block; }
#n4x2E141ccmnReikXOF0rTEMQ8tIlWZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqli0xryJue7vO9VuXr2DUcm3wTomcaG { 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:5rem;width:7.5rem;top:1.84375rem;left:0rem;overflow:hidden;display:none; }
#vl22ODBz80qmd68ITNkKlBT2avLTp3aZ { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.625rem;left:12.9375rem;display:block; }
#P41otR16rmN3oF4IiTwCJWkTDcf15oJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);background-image: -moz-linear-gradient(top, #cccccc, #ffffff);background-image: -ms-linear-gradient(top, #cccccc, #ffffff);background-image: -o-linear-gradient(top, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #cccccc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { background-color: transparent; background-image: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { display: none; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .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); }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { border-width: 0; border-radius: 0; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { background-color: transparent; background-image: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { display: none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .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); }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { border-width: 0; border-radius: 0; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container { background-color: transparent; background-image: none; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container > .video-iframe-container { display: none; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row > .video-iframe-container { display: none; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .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); }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container { border-width: 0; border-radius: 0; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#NSI7xTP2PcfxW535hbZGsTfn9MmUok6f { color:#edc661;display:block;width:74.8125rem;position:absolute;font-family:"be vietnam pro";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eZXyinaW202ovaHLhVTxEh5t7puZOOef { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"dm serif display";font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UhptQfGf4c7qWfzaBxG0PpqUmCDxy8rZ { 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:3.0625rem;width:7.4375rem;top:0.8125rem;left:33.6875rem;overflow:hidden;display:block; }
#VWiPJCdU1nM8dP4t7RLLTSThHAo8yxNS { position:absolute;display:block;z-index:15010;background-color:#edc661;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:3.8125rem;left:25rem;display:block; }
#BZoib04AAGgWaghfpftw0VAwZiR3KqTP { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f8e29a);background-image: -moz-linear-gradient(172deg, #edc661, #f8e29a);background-image: -ms-linear-gradient(172deg, #edc661, #f8e29a);background-image: -o-linear-gradient(172deg, #edc661, #f8e29a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f8e29a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f8e29a' );";background-image: linear-gradient(172deg, #edc661, #f8e29a);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.9375rem;left:1.5rem;display:block; }
#eGv7WIP44UFG3zVyc6O7UybZsvgTQud0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouEhLkaA8FoyMFVQ7fd92WKrXwToNXV7 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.9375rem;left:13.5625rem;display:block; }
#G0ecx3sP3d9nDRV8D5c9vNOtDwKzwPmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hE5HEB99hLAp3fofR9HR5e0lUQCmoOEN { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:22.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#tFFLGORWTHBnyJIKVxB3bxuEGFPn2vu2 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.9375rem;left:25.625rem;display:block; }
#UE8NHOytVPJbTxCqk7PfDL80T3gtAQ8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urNwlm9OD4gELTe6loFWcJfMbuQENTrH { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.9375rem;left:37.75rem;display:block; }
#Ln9071DaZTq754uSOnlcTNs4Gy2pebAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RaaZm2qRmkJ5v79US9dBZ32W6qXrnisB { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.9375rem;left:49.8125rem;display:block; }
#SffdlQ0alz8VICosqDP5r7lXH7Wdh9hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIT7IJ1TDTBazlkgypXEvaP3GN4g2vZP { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:9.9375rem;left:61.875rem;display:block; }
#FQsMo5LavL2onTUnfURXIJeMQKleXImE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnfeMazXuhKsWlHK68PHsezVMHv7lR6B { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13rem;left:1.5rem;display:block; }
#R766p877TMGgzf7Va7AhZNlpLrIchElX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKRWNrsOZxb0R2kTaouH57szbr53XHUg { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13rem;left:13.5625rem;display:block; }
#IrG6yBK2t9Hx0hTSpoegCdTQgD7hSBcK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sT7d9ZveR6bpUAVLLUFCUzwsuTHrQ9Ln { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13rem;left:25.625rem;display:block; }
#IBppGFJaMfcc9Md7DEy4pdQF4azvvqO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkE13tc8IXnWdDC5mRhOO6cF8iBsSZWM { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13rem;left:37.75rem;display:block; }
#IDd8wHo3u6ucTINtZ2sCVdOUqlu2Rb9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGNQUShNorUdpas96spNFi2Sia9khQqe { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13rem;left:49.8125rem;display:block; }
#ol2P3Ta4D7oT7n4Qzmvx76z2UhxWREyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEB6DBROHr8aa5UdH7CaceF5ShfkQPxC { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:13rem;left:61.875rem;display:block; }
#naL3F3WuXB4Ll7xRw65gwqGTZuUzBXgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKQgtDyOUqgr1PT9zOo7Hdp7ncISN2LI { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:16rem;left:1.5rem;display:block; }
#qIcfybOumg5e40zSkHqUDZXcBbKvZswl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOyGGHaBuhmlM0wT3Q78skDsWDkRl8wd { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16rem;left:13.5625rem;display:block; }
#srL7iF1HcyNQ2LR7cwe0klAne7Src7Ls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZCeVzGb3OldZakTeRC7nv3OIBgk3Nct { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16rem;left:25.625rem;display:block; }
#c04DRJHN53eTCUVLx01a1OXsloixSn7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lqthx74efKlNaeBFx3ESKgpaR69dcvT0 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:16rem;left:37.75rem;display:block; }
#fbfX5QMtTfAZDocNFHPmQ03nhR3aB5fB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTHavKwcfxUD1FeAhQy1ypsHtRKQseES { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:16rem;left:49.8125rem;display:block; }
#UAovN5ntFuLnnrU61Sn68Q4NIZTP0s7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHxFJCwLWueAdJUd1mx2NvH4rNhZcxJs { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16rem;left:61.875rem;display:block; }
#wyK7ovuAR3clkCEWTNlQo20lJGxFrp2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tw3ZCcRybyAcUExSPA5JZFkDuRL9KnZ1 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:19rem;left:1.5rem;display:block; }
#pTBMGJg9Etn5wOUeLZX2megS8kwsmJyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0tKlu0uUD3IOZvHhlsSDX9dttIShZI9 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:19rem;left:13.5625rem;display:block; }
#TJ6md0cBNr9hT7xkeOkikyoAUwlxaaSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvyzpJxQohL4B8QbFSPHza96Qpm4mqgy { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:19rem;left:25.625rem;display:block; }
#axGrohimfhHE82BrmhTMsfyPFXVzLm4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAC27LMBBQTzpcZg2RwTJPpWXS35rAPt { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:19rem;left:37.75rem;display:block; }
#J4R1AoFJMsrwTZDnJbPgLz3Z7TFNmQpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5IBifznV4OpSCKllx3VSWirXD8F9Hrv { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:19rem;left:49.8125rem;display:block; }
#Ppat4fuivJCaH1NRW9aF56fTMBKi6gNi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFFLriFqSJZhc2d33wA5GVTeGaTsesPU { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:19rem;left:61.875rem;display:block; }
#TaV7abXyrtwkFW7vakgHOUvCdsSqpJEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFek3n7u0LZybgQ2EuJIMuZU1kca0JAW { color:#edc661;display:block;width:10.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:63.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#hPMzBlChppawFgTDveI3dSDpMrzx9twG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container { background-color: transparent; background-image: none; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container > .video-iframe-container { display: none; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row > .video-iframe-container { display: none; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .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); }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container { border-width: 0; border-radius: 0; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#driTxXUc8NMhT7PXEsmQ4DGA7rg4Et2J { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q9WEADTce2oI76PWpinULsJuRs6IIZPN { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#CTaT9ZuKCypWfTOPNTEGkE5x85vNqaqL { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.875rem;left:46.5625rem;display:block; }
#zBvgA41Fi1Dq1dPbm11acriosoHGZtK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCb7Nofi8gVSf7I88mL21GqDFxswwAB7 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#aleI2Q6QJ4sChsV7LbSAgmg53edVaNkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHpLHlP9r0TtdaR6nbxoiITJaBERCEAT { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#pgkxfJ31mBWG3BnK7DcAUR86w9wxpHUZ { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kOTdB4tJOA65rT9ftmMstlJkRymGB5pf { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#ntqOphFSyLLsbfU6s0DWAdTVKvTMtDSi { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.875rem;left:58.75rem;display:block; }
#OwWahi7iZpsy8ST6LZOUmnL86FnIfuPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whgXXIpqu7RuS405AgA9lHCzQtUnJpEW { position:absolute;display:block;z-index:15006;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#slzGQbVk94cHDfRwkxgLGor116PPWIwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container { background-color: transparent; background-image: none; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container > .video-iframe-container { display: none; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row > .video-iframe-container { display: none; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .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); }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container { border-width: 0; border-radius: 0; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#cvDHagQvlysTcEe7eoHs33zlLVRnpCBX { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dWeRgscP365VPTXcJeBIHwLx2ETqRlcb { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:16.25rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#w9e8Itdxe18EIc1t81ITpmM8fLUcVvTG { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.5rem;left:58.875rem;display:block; }
#HeBPnMEbyLEatZooxgQpP4ZCsa6V5yTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbTTKQqrHDsomt8oz4ftWtxUHpQwneBT { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13.5rem;left:70.8125rem;display:block; }
#urD2AofossJlpxuy7v4SXlMKT0SaxWdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XspfBUcgug5M2CefGqKIyz65CVcoLdrF { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zaCTRp786Pg8kN1gpRSUSTmXTb5ExUv2 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:4.375rem;left:39.4375rem;height:6.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#vIs2in66uVEd0GHodb0WyMQbTOGU4rbC { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:13.75rem;left:71.125rem;display:block; }
#TWKP6DulpnUfBLIWcSSUlkX1ckrR3R6J { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.5rem;left:64rem;display:block; }
#P3r2yqXlaKGCUcakgcs5EaTAVu2kl52C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gE97Fdy0N4yAx0dhiFu1MKo60UFQ2HIG { position:absolute;display:block;z-index:15007;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#yBNd7tCmC8HAuexh4p4W8CNKmEm1DFH3 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.5rem;left:52.4375rem;display:block; }
#tMKv94UmEZx1mDU5Ds0QTAh8a1dVyHtW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiFkR5a6H11khNOGD1CfrlaTh0Z2abGN { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.5rem;left:45.9375rem;display:block; }
#hXFPRL9CgeLIqWlT518u5ZkQT928uSFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1SmwltNTw6SIDLVO2HuFrpIHzGS85TM { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13.5rem;left:39.4375rem;display:block; }
#dphh2O76in2u9SmIv3z93Z0myCibZcwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VX7mIysESk809z5VpdvVTVVXa4QE8N8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container { background-color: transparent; background-image: none; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container > .video-iframe-container { display: none; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row > .video-iframe-container { display: none; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .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); }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container { border-width: 0; border-radius: 0; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#Hhb8aQOrOB1hQ7OklJGy7GRhPlRqXwWx { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Uw0nQra41WNIynp0DWLHiZlGXkdOtoDu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#aW8yoUqZdiGzMzRPMCO3CVt4ydmK40bz { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:12.1875rem;left:70.8125rem;display:block; }
#W5PF9NubvTWoQ5Trpt8QBoyHXFmg46e2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyQNWbFklE7edXwUEwi5Or3RhQT6JUzu { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#uM7Wxr6N4M3GadB03Zl4qTbZ3KwRNK9R { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#NpAcgS1wKp5CWuAhfGe2M2gotD9pFty5 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.4375rem;left:71.125rem;display:block; }
#t5xkF9DTGElGlrwlw3EPISe4KyctgTNJ { position:absolute;display:block;z-index:15008;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container { background-color: transparent; background-image: none; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container > .video-iframe-container { display: none; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row > .video-iframe-container { display: none; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .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); }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container { border-width: 0; border-radius: 0; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#lVav4Kzk5gJth4gtua6zWofebTCxz6SM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Be0V3UTIi5qbMJQmWAb0TU3n6HbvBamG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#dq3b0Dr8reeFE8WEqkni149xhhBECey8 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#QOwJxpl8qwArwmpEKW85gt6U7nGc4mE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsDkPM6b0rrxD6fR9tz11XVmxEIV7dMb { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TVxqJ5oKRzdFstGpwEkI1RTxsUHWwEPK { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#NUWv4ChbtPTdD6l61caM7vNpIBq5yMPV { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#urpVC4TmOV4Q3XyKGH6EcPXkfdhw4Bsd { position:absolute;display:block;z-index:15009;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container { background-color: transparent; background-image: none; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container > .video-iframe-container { display: none; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row > .video-iframe-container { display: none; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .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); }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container { border-width: 0; border-radius: 0; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#UVQwF37p1994DUnRfzXyCm21K9oHHnst { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AKK49AZQAdOCxTT2wMkUc0niD725EVIt { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#ObrarEoMsEHqNnnsCDG3TfboNTbsEkvM { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#BT2HQtrGWFzEqr7AZgv4TCwSd4WAqtLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K53muotzcSFzlN14oNZ5wm4X84Vge3Dc { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#HuGZKQn3LuoUfUG6RW1T6SmKcxgBIQm1 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Hhr46SnauFTTNmSeQ54OMw3o6Qxw3fCB { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#w4k8oIfHJP955xDLNHHuhp46E0nQ41v2 { position:absolute;display:block;z-index:15010;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container { background-color: transparent; background-image: none; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container > .video-iframe-container { display: none; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row > .video-iframe-container { display: none; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .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); }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container { border-width: 0; border-radius: 0; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#NID2QubAMJGiGKg8p6iUy72uTaq8F3e6 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IaGhJonnu0D791BhEm7d8WIwGSLlJvIc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#z3niJyJEkJ20GPQUrC7FovHZLqybWHPq { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#RU46gvGf1yqOGLDGh6fUZNDczkrVrU7F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTrcCLyG2lyT1sQ9QeQssVZviWVJKmNr { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#vm5a73WdhmrDQUl8ktXcuEQb4Z2k9LKT { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#FoakaENOmMTRQIX04QvvU8aIO4RQ6A7F { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#OZnGIXSFmzyobSAOWmgQGfgQLut16ZBM { position:absolute;display:block;z-index:15011;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container { background-color: transparent; background-image: none; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container > .video-iframe-container { display: none; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row > .video-iframe-container { display: none; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .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); }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container { border-width: 0; border-radius: 0; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#TOi9bbq5GKeZhkkmNg9Q4X9hrMQNiiro { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t64m8McxSAqam4RPU4ki2MTPlVxTfWnO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:19.1875rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#RMD3c3a744pD6yUTxRXAn1KXZiIq4gyT { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.375rem;left:70.5625rem;display:block; }
#avSJd2lRHHS57oz92JwT5JwWfnm2TeyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPV4nytOOFeIaCTTSxlnrEee3sbctZkn { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kTkP2NpoP3ZOA4F9FMJNBaP3WAkrd7ct { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#NcSeKTxlqhAHSgckwmiSarMiAnoLtGG9 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:16.625rem;left:70.875rem;display:block; }
#sbnCH0pIE1t0JR3dCXCWGBQRqaRdRyk5 { position:absolute;display:block;z-index:15012;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.375rem;left:0rem;display:block; }
#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container { background-color: transparent; background-image: none; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container > .video-iframe-container { display: none; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row > .video-iframe-container { display: none; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .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); }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container { border-width: 0; border-radius: 0; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#QpOMWt5LzmAnUoaUZqe7CsCcuWZI8Mtm { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pCwmb7EnqwE7zHF3107NGdS7Ve4IHg0G { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#BeAA6pBd6wdv5aN3bEJqKaaWXtgdn4Ve { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#EurbT195Sb9b6GxkF3mW4HLbU0u07Wx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4yfhsCPE9MicWToTaZGSgkTw9khQi4L { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#F2FiPNxvbdxV5o4f6tA8KRI6rUwn1qKK { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zdR4IFvfTCmhuz2qbSciecTHJUsEsDpo { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#nITA8LguAalEQcfwUDU1ily6CJHbiNxT { position:absolute;display:block;z-index:15013;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container { background-color: transparent; background-image: none; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container > .video-iframe-container { display: none; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row > .video-iframe-container { display: none; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .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); }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container { border-width: 0; border-radius: 0; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#ec33237qiTTByZ1Ec6TCt4drQxWx8DVm { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kv0ZyXFesRQcmelSi6sm7Lp5lRvsJF4r { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:28rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#rBOBgFQ5lKfhXDEMZITZlwJVR7Cz1eUR { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.75rem;left:70.8125rem;display:block; }
#Tpo3Tt7RJHrcEsqvZ0PKvk4elltExqx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziP0wgohAa7Zw3W4FQJfXNz9ubBn8UZ1 { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#fLsaOT8zKIMt9ZQXr8rc6bC6mDpwFIow { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zPUiZiDvT5kiN8lU7XOIM9uZCU6tRMud { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:25.0625rem;left:71.125rem;display:block; }
#v8Ds3VeGJr8vdPd3nIRiSL6N1EmUJeLV { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.75rem;left:58.75rem;display:block; }
#Sa7Q3EiO0BKSp5r2097cxa63V0n3bb4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0VveOZsp8nNDnrvfg0iyTpI9yiV8JSN { position:absolute;display:block;z-index:15014;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container { background-color: transparent; background-image: none; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container > .video-iframe-container { display: none; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row > .video-iframe-container { display: none; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .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); }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container { border-width: 0; border-radius: 0; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#SBexfpDaxK430tt7pHVWbCZvSbvVuwFz { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gQpKyt6ioP6Beu6lgHlz8GJb7Fw9VgpU { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:19rem;width:75rem;top:0.65625rem;left:0rem;display:block; }
#CSqaSuGFvWz7HI0B0aCI41sAv9MU0NK1 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.4375rem;left:71.1875rem;display:block; }
#FsTcD6XT1axBPe2MBsC8pCtcU4ZSymXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDgZPCJVf6064K54CKmGtsKTGJcX69UP { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TaUlP6JueheVsspyCDPoJR6yhB2nVQRG { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#nrAm3J6CHPZ9L4E2xFzmZl9UTWMAPp6w { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:16.6875rem;left:71.5rem;display:block; }
#iwVOXDCW6uuaiXHkmTSaobCKgRSnasi7 { position:absolute;display:block;z-index:15015;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container { background-color: transparent; background-image: none; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container > .video-iframe-container { display: none; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row > .video-iframe-container { display: none; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .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); }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container { border-width: 0; border-radius: 0; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#QGqKGPDuFoiLMxuLfgIgKn30LASvuC5B { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fSM3lrliTJIMQpEUbVkDpevXiUOgRHF4 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#RD0UJ2seSBSbzeuMKIbpK5tAX6yoPJcI { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#IIJvsNSg1cQl37bDNJ1XsJlKfpX1TzlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fksI1y6JZ8cQUsCrazcFs125u3sXeozP { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#AcHSQ9dSH3d2Tsh04hqUdzIJLQgvNAOP { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#IgkrabTNLNstA0enh4zfwDdHZzMTMHIF { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#qSwbmrnew6gGkiRo0vWgeQdWl28LTCtm { position:absolute;display:block;z-index:15016;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container { background-color: transparent; background-image: none; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container > .video-iframe-container { display: none; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row > .video-iframe-container { display: none; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .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); }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container { border-width: 0; border-radius: 0; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#X35znBcnP6cOxTrlSGUITf2G0BqINFAK { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CRy4OBL2GWuk4WVzqM6TFwk2IqWwbnX2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#HZ30RC3cPibeGxcBUR8MtFg4LSclFwR3 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#CwGU9MJabniJ4i9thLxBtAr4wqhDVi5W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ln3EqS7AlsaVOgh7LxBTI6wrSQxyhJOE { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#IQsJ9oh2DMrbkKpru3ZvU3lriWx4IE5P { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TQdkJKVhiUR4zLk67yB4Sk0wCl2vDMvk { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#wAN7MZiMTsOniUEdP7bCwDrCfpgZ4ND5 { position:absolute;display:block;z-index:15017;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container { background-color: transparent; background-image: none; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container > .video-iframe-container { display: none; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row > .video-iframe-container { display: none; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .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); }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container { border-width: 0; border-radius: 0; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#UaIZiLeoWXLH0mxykSpcRbDbVI3guUDk { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xuXBWaWhz8ZTtaZvO7vSkf6wxWDiLUEZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#TZbSE8BK0XqBP1KrtrILkorKmkf5K55J { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#AOTFn2asvr0CUlfxJgGtQ5HTIO30wI7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5WuFU9yrTkCxE6BuNaUMWI89ArT3dwP { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ZCwtwA5pVizLdNJD7GUAdeSk5ITs2rXo { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#OFhM2xPSTeMHhF5KMTuORvP7CRcMasUD { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#c4P0FyoAJdSZIiaQ2OqhtyeCh2k8Di83 { position:absolute;display:block;z-index:15018;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container { background-color: transparent; background-image: none; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container > .video-iframe-container { display: none; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row > .video-iframe-container { display: none; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .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); }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container { border-width: 0; border-radius: 0; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#KwScJAkTGQl47NwxoBtq7zWIKS3RLuPB { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#soL7qTfWA6RvC5iAGTHlek9wf5aeWuIo { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:18.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#GgoQ2lNWd15srkwWBnb8JmE2K4PHl2B5 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.125rem;left:71.125rem;display:block; }
#vZbF9oIvOczNWAmmZPRge2xFrIJVMUNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCTsJgoRgVA3A0d1vvMLGQ0qrTcq2e8T { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#nudf8mRUMNKTLl35IbH19tkBhnRbUCTw { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#szqqV98qMs9mHXiFaCgyBiZG0WPc65Dk { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:15.375rem;left:71.4375rem;display:block; }
#rEeHKX79uSdTK2XH9WLFHNq2s4v6r0Ly { position:absolute;display:block;z-index:15019;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.5625rem;left:0rem;display:block; }
#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container { background-color: transparent; background-image: none; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container > .video-iframe-container { display: none; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row > .video-iframe-container { display: none; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .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); }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container { border-width: 0; border-radius: 0; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#lkhsZssOTeiDHIMzhw59caUpBA2mANrJ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zkPR6TJxIkSxNP7NmFpu4d7y647vWosT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#hV5oE7T6hVagihPTevGPmBxB38kh5ssK { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#KD5dVT2Z3fA4LyVsTRd5Zhi9ayW81Dd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#de3E83iqMN4HCQCKTwJu9owTw39TGgb4 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#fSlhiPFZ9ZWpuKtFMzFQcoH5gzfiZF8Z { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ommwEBfuUpmtkp6QfOk3fmLNf7ORTtSo { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#OrdnsZXb4q4QtPk0TEPbkswkv2Nn43Gm { position:absolute;display:block;z-index:15020;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#DGDqhIzrRyyJdimnB7nzEOTK5id57hEC { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.875rem;left:57.8125rem;display:block; }
#dDoya7T9TTBAUlpItuqpzGBiSQcIT0ao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container { background-color: transparent; background-image: none; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container > .video-iframe-container { display: none; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row > .video-iframe-container { display: none; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .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); }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container { border-width: 0; border-radius: 0; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#KGTDKfRC2RokGwvRtPb7dz6UCf8SsMPJ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ph8UNP6zulZKpg7BkdP0rKBORRBMPZgZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:17.1875rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#F2mcyirLTUOg6rbOIoO3UtMd9TlbAwd1 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:14.625rem;left:70.8125rem;display:block; }
#DWiPzg2M253PJpmTg6WFQwI7Glz3RiAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h81d7kPFaUu3b6KnJPBTxMk9pQEkkVEE { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#R128EAZDApvBoLUB3TUonrZHR3S3ppG6 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kMz1XKiZJ8SM3HiGbvBNtOGQzSHuslqk { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:14.875rem;left:71.125rem;display:block; }
#igo43yhAIaiWIfXa4PCnuWtzT0JzwBya { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.625rem;left:57.8125rem;display:block; }
#mIC1yzurzoPDa4utITbU4ZDspLE1Ly54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tp6UFOTeHtoo7KEP5u2ptTu14tHe8IGm { position:absolute;display:block;z-index:15021;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container { background-color: transparent; background-image: none; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container > .video-iframe-container { display: none; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row > .video-iframe-container { display: none; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .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); }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container { border-width: 0; border-radius: 0; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#OseueMN7esIxZwPeqmgTJHg6DEWCUL4N { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KZOghHItT67fn08qAaFkxraPfDIuiVfp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#XT08rbX8ZaSifpodu4qsa4gTkufUGPls { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#X412WvOQEe3HVkC0PerebTTJR1dxfUxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wu9FOn8eoig68LqXIHDEtFH6RB75TgJS { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#T3Gb5Xk0pomdl5LkdEv3lIGlkG9FO9wy { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#gcunVGLfvfMrHDgn6bcE6UkRse57xG0v { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#rQay55lQrao5Sfpg2QlTHZutoDD9mTlU { position:absolute;display:block;z-index:15022;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container { background-color: transparent; background-image: none; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container > .video-iframe-container { display: none; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row > .video-iframe-container { display: none; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .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); }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container { border-width: 0; border-radius: 0; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#UxObcdmhP1IbUdpFH39Gm6QtJUHTHqUy { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HB2ZEp1hXIhGn2wz0PnyXCEeKQwM2cCN { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:11.0625rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#HUkEAefGkHx4Wra4p6nMMx9drbNkC7a8 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:8.125rem;left:70.9375rem;display:block; }
#s3ogND8rs0eFVdZ0AIFF7gmp7ZhfvvI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaVRk9db8Ks56VNiVweTRxGs8uU6nDiI { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#MUS0hCMeqZPJm21Gb4cbNe05FAXf2sg0 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:8.375rem;left:71.25rem;display:block; }
#J45sbllQZNVlqitKsV69zTzwPFRQzT9k { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.375rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#yhnVamrakgrUxFTKDArgMBtwFcCCNQcS { position:absolute;display:block;z-index:15023;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container { background-color: transparent; background-image: none; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container > .video-iframe-container { display: none; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row > .video-iframe-container { display: none; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .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); }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container { border-width: 0; border-radius: 0; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#tf0GOfid15KAdF0fPHqPRObPwSgkCWvk { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K9alRNItkHGKPNkiwMT6fGu4n4pHOriM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#TPCphp6psETXoKDeipTTkNCVMky0ozUT { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#B2XSHToBMzAOWT1t2Cd6g2WIgz8ELwzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bpgmt0QOqTU1ddOXCBAcL7vfMQyizwFi { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#GLIP8PdaQSLVt9fhaeE4dvHA9yU7XVwI { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#R1kb5IZTA08HiAUPZqvzG3NkddfItILR { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#MD0xfMLfKyorePeEWcGVmxKdMFApCxsS { position:absolute;display:block;z-index:15024;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container { background-color: transparent; background-image: none; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container > .video-iframe-container { display: none; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row > .video-iframe-container { display: none; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .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); }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container { border-width: 0; border-radius: 0; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#rezcuvnB7IDdc74nr1gmBwa53vJC6Csx { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#A68hQEHpZTRspNhyl0y5HV5r5g9Jbe6H { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#CFHPtEQa7P5UlmgRuQESy327pyo2EBvU { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#RkzrHGTKWD3Z0SoiTXqo711V8K3d6M0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuoskiTFCiLAmfhHhxCL3WAGX64IgzBg { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TUO6432pvTt3P9UKG4zl0deofg0MagwA { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#uf63QP9p7Dr0ZSQaQGF65PW7HAgJ3OP9 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#qgkxvAuxwSK4y61zO6TpNOl8uiSSIzn6 { position:absolute;display:block;z-index:15025;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container { background-color: transparent; background-image: none; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container > .video-iframe-container { display: none; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row > .video-iframe-container { display: none; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .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); }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container { border-width: 0; border-radius: 0; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#ISSXTPkhiLHw2OilgMiwyRSqfTV8t0VZ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L8WeSDeDMzdEnXnqB8URALQlTd81L9p1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:16.0625rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#sdGo7hZ9eh7J593kH2DvvhFbVrwMsyPx { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13rem;left:70.8125rem;display:block; }
#Rr1dTxw7CdLpf9SIiIoBFpZeVsP7HPsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4a3CTDAsHJIBET8nxwkdH1dqO429bd4 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#e5gbThqaUQ8WauFCr62LPh1ctccbz9ec { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#OhyucibGUb1x0kAwB6nfnB74NToDU2x1 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:13.25rem;left:71.125rem;display:block; }
#MOMRfSfckXZtUFROixpiX7hqt9pIpCPm { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13rem;left:58.75rem;display:block; }
#f16bn66dbhCG9zCyMTHQdwgzQG4KOFAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3T0bsyJBWFJq3ZyrCihidTW9eRE25XX { position:absolute;display:block;z-index:15026;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container { background-color: transparent; background-image: none; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container > .video-iframe-container { display: none; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row > .video-iframe-container { display: none; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .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); }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container { border-width: 0; border-radius: 0; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#p0dgJ3ST4g7ApRLPpfCF6Ou5GMqEchTN { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xbBZlhFuEyaUQkvilFLImWvEppOJh45v { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:24.5rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#bmvIkvxNNcVxQpNa8xoOk0FH20f2om3G { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:21.5rem;left:70.625rem;display:block; }
#qxTwUD7SH5CQfT6s9JNbz3CcqyprMOVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uubdH8UsZqv5fAH3i0IspNy8wuf9KD9v { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Fx4bU8KktZsSs2VRDqSRip2QTzI3l12h { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#s2W64qxdX3xuNJ0nkXGwkQ8RLGwD1tPv { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:21.75rem;left:70.9375rem;display:block; }
#WtHVQnebDTohxUUac7G7l8hHxCxQmg68 { position:absolute;display:block;z-index:15027;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container { background-color: transparent; background-image: none; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container > .video-iframe-container { display: none; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row > .video-iframe-container { display: none; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .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); }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container { border-width: 0; border-radius: 0; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#qoTzyDylZsML31ZPTApgTUlQTfd2emON { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TqX7ktbOUamIzkQNoFz38bn0P0tGBNed { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:15rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#fscWm18oKtB3DkoxfBwE0zDnPmMVDoVQ { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:11.875rem;left:70.8125rem;display:block; }
#O79XefxtULwcJ83lo0SXfDEMraQGt2MF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd8ySAPzWTP8tOoRXw6PAdFLqlk2ih6b { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#F7psuHBntSVWiTNCTc02TyPekDJ4XTE9 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#tGiDWaztmcmshvmaXWPFTocXNZDCO3h0 { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.125rem;left:71.125rem;display:block; }
#IP0oLViPFz8wM7KOLwHfFgkqli4pAOws { position:absolute;display:block;z-index:15028;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container { background-color: transparent; background-image: none; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container > .video-iframe-container { display: none; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row > .video-iframe-container { display: none; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .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); }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container { border-width: 0; border-radius: 0; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#oHykyh2WOITewrTqKBZFWT1tRmSHTs90 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"dm serif display";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rVNbsnM07lkx70DD57gb1P1TZdoSfGas { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #262833, #373a4d);background-image: -moz-linear-gradient(172deg, #262833, #373a4d);background-image: -ms-linear-gradient(172deg, #262833, #373a4d);background-image: -o-linear-gradient(172deg, #262833, #373a4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#262833', endColorstr='#373a4d' );";background-image: linear-gradient(172deg, #262833, #373a4d);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:13.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#fWa8AWEPTrdkFCRcQ1ZX8d2HcgqMvus8 { background-color:transparent;background-image: -webkit-linear-gradient(172deg, #edc661, #f6d684);background-image: -moz-linear-gradient(172deg, #edc661, #f6d684);background-image: -ms-linear-gradient(172deg, #edc661, #f6d684);background-image: -o-linear-gradient(172deg, #edc661, #f6d684);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc661', endColorstr='#f6d684' );";background-image: linear-gradient(172deg, #edc661, #f6d684);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: 0.125rem 0.125rem 0.1875rem rgba(11,36,90,0.25) ;box-sizing:border-box;color:#262833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:10.625rem;left:70.8125rem;display:block; }
#ryzTrmwWyL2PqR3UXRwHWTqRXnPgcCnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pi80MyPWT58AD5413SC3xNfGQZBhxrDt { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:5.1875rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#VUPk55Ki29ApCy222WHFliEg10iOJcmH { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1875rem;left:39.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Ta4yVXaarPWoVyUJ9SCJ8wSsqXOJowQg { box-sizing:content-box;color:#262833;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:10.875rem;left:71.125rem;display:block; }
#d2b5TTrql91M0cAsPz2hxzNcBCrBk21g { position:absolute;display:block;z-index:15029;background-color:#edc661;background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.3125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container { background-color: transparent; background-image: none; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container > .video-iframe-container { display: none; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row > .video-iframe-container { display: none; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .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); }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container { border-width: 0; border-radius: 0; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #08090c, #262833);background-image: -moz-linear-gradient(180deg, #08090c, #262833);background-image: -ms-linear-gradient(180deg, #08090c, #262833);background-image: -o-linear-gradient(180deg, #08090c, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08090c', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08090c', endColorstr='#262833' );";background-image: linear-gradient(180deg, #08090c, #262833);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { border-width: 0; border-radius: 0; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262833;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; } #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection *:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="text"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="email"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="tel"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection textarea:focus-visible { outline: none; } #Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container { background-color: transparent; background-image: none; }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container > .video-iframe-container { display: none; }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row > .video-iframe-container { display: none; }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .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); }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container { border-width: 0; border-radius: 0; }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { top:1.5rem;left:0rem;width:6.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { top:0rem;left:0rem;width:8.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUElXy6Mr5gD0Aacez9knHvtrTIS5brC { width:12.1875rem;height:2.5rem;top:0.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHG7UNuw3uVesrvI54kGFkDuVtOAGoH { display:block; }
 }@media only screen and (max-width: 763px) { #i3a7pErqZgTpByzssIF42LhzThezBzav { width:12.1875rem;height:2.5rem;top:0.625rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9GC1EnkXzeFtoIwmKTmJwZG6RX0bdLc { display:block; }
 }@media only screen and (max-width: 763px) { #VM8SGPcIQynlS8XMz5CgeFoH7oGmKHt1 { width:12.1875rem;height:2.5rem;top:0.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf9z3KQOwiAoFFLX9glkrKdpT5xGlsFD { display:block; }
 }@media only screen and (max-width: 763px) { #HUcTIyEzwuIDowwy8uHs2FkA7lhwdWJU { width:12.1875rem;height:2.5rem;top:0.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4x2E141ccmnReikXOF0rTEMQ8tIlWZU { display:block; }
 }@media only screen and (max-width: 763px) { #lqli0xryJue7vO9VuXr2DUcm3wTomcaG { top:1.8125rem;left:0rem;width:7.5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl22ODBz80qmd68ITNkKlBT2avLTp3aZ { width:12.1875rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P41otR16rmN3oF4IiTwCJWkTDcf15oJT { display:block; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:block; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL { display:block; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSI7xTP2PcfxW535hbZGsTfn9MmUok6f { top:7.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZXyinaW202ovaHLhVTxEh5t7puZOOef { top:4.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhptQfGf4c7qWfzaBxG0PpqUmCDxy8rZ { top:0.8125rem;left:20.0625rem;width:7.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWiPJCdU1nM8dP4t7RLLTSThHAo8yxNS { top:3.8125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoib04AAGgWaghfpftw0VAwZiR3KqTP { width:11.5625rem;height:2.5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGv7WIP44UFG3zVyc6O7UybZsvgTQud0 { display:block; }
 }@media only screen and (max-width: 763px) { #ouEhLkaA8FoyMFVQ7fd92WKrXwToNXV7 { width:11.5625rem;height:2.5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ecx3sP3d9nDRV8D5c9vNOtDwKzwPmT { display:block; }
 }@media only screen and (max-width: 763px) { #hE5HEB99hLAp3fofR9HR5e0lUQCmoOEN { top:0rem;left:0rem;width:47.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFLGORWTHBnyJIKVxB3bxuEGFPn2vu2 { width:11.5625rem;height:2.5rem;top:9.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE8NHOytVPJbTxCqk7PfDL80T3gtAQ8y { display:block; }
 }@media only screen and (max-width: 763px) { #urNwlm9OD4gELTe6loFWcJfMbuQENTrH { width:11.5625rem;height:2.5rem;top:9.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9071DaZTq754uSOnlcTNs4Gy2pebAb { display:block; }
 }@media only screen and (max-width: 763px) { #RaaZm2qRmkJ5v79US9dBZ32W6qXrnisB { width:11.5625rem;height:2.5rem;top:9.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SffdlQ0alz8VICosqDP5r7lXH7Wdh9hb { display:block; }
 }@media only screen and (max-width: 763px) { #wIT7IJ1TDTBazlkgypXEvaP3GN4g2vZP { width:11.5625rem;height:2.5rem;top:9.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQsMo5LavL2onTUnfURXIJeMQKleXImE { display:block; }
 }@media only screen and (max-width: 763px) { #QnfeMazXuhKsWlHK68PHsezVMHv7lR6B { width:11.5625rem;height:2.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R766p877TMGgzf7Va7AhZNlpLrIchElX { display:block; }
 }@media only screen and (max-width: 763px) { #sKRWNrsOZxb0R2kTaouH57szbr53XHUg { width:11.5625rem;height:2.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrG6yBK2t9Hx0hTSpoegCdTQgD7hSBcK { display:block; }
 }@media only screen and (max-width: 763px) { #sT7d9ZveR6bpUAVLLUFCUzwsuTHrQ9Ln { width:11.5625rem;height:2.5rem;top:13rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBppGFJaMfcc9Md7DEy4pdQF4azvvqO0 { display:block; }
 }@media only screen and (max-width: 763px) { #tkE13tc8IXnWdDC5mRhOO6cF8iBsSZWM { width:11.5625rem;height:2.5rem;top:13rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDd8wHo3u6ucTINtZ2sCVdOUqlu2Rb9z { display:block; }
 }@media only screen and (max-width: 763px) { #dGNQUShNorUdpas96spNFi2Sia9khQqe { width:11.5625rem;height:2.5rem;top:13rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol2P3Ta4D7oT7n4Qzmvx76z2UhxWREyJ { display:block; }
 }@media only screen and (max-width: 763px) { #pEB6DBROHr8aa5UdH7CaceF5ShfkQPxC { width:11.5625rem;height:2.5rem;top:13rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naL3F3WuXB4Ll7xRw65gwqGTZuUzBXgD { display:block; }
 }@media only screen and (max-width: 763px) { #WKQgtDyOUqgr1PT9zOo7Hdp7ncISN2LI { width:11.5625rem;height:2.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIcfybOumg5e40zSkHqUDZXcBbKvZswl { display:block; }
 }@media only screen and (max-width: 763px) { #nOyGGHaBuhmlM0wT3Q78skDsWDkRl8wd { width:11.5625rem;height:2.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srL7iF1HcyNQ2LR7cwe0klAne7Src7Ls { display:block; }
 }@media only screen and (max-width: 763px) { #eZCeVzGb3OldZakTeRC7nv3OIBgk3Nct { width:11.5625rem;height:2.5rem;top:16rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04DRJHN53eTCUVLx01a1OXsloixSn7T { display:block; }
 }@media only screen and (max-width: 763px) { #Lqthx74efKlNaeBFx3ESKgpaR69dcvT0 { width:11.5625rem;height:2.5rem;top:16rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbfX5QMtTfAZDocNFHPmQ03nhR3aB5fB { display:block; }
 }@media only screen and (max-width: 763px) { #oTHavKwcfxUD1FeAhQy1ypsHtRKQseES { width:11.5625rem;height:2.5rem;top:16rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAovN5ntFuLnnrU61Sn68Q4NIZTP0s7y { display:block; }
 }@media only screen and (max-width: 763px) { #DHxFJCwLWueAdJUd1mx2NvH4rNhZcxJs { width:11.5625rem;height:2.5rem;top:16rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyK7ovuAR3clkCEWTNlQo20lJGxFrp2I { display:block; }
 }@media only screen and (max-width: 763px) { #tw3ZCcRybyAcUExSPA5JZFkDuRL9KnZ1 { width:11.5625rem;height:2.5rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBMGJg9Etn5wOUeLZX2megS8kwsmJyT { display:block; }
 }@media only screen and (max-width: 763px) { #D0tKlu0uUD3IOZvHhlsSDX9dttIShZI9 { width:11.5625rem;height:2.5rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6md0cBNr9hT7xkeOkikyoAUwlxaaSo { display:block; }
 }@media only screen and (max-width: 763px) { #QvyzpJxQohL4B8QbFSPHza96Qpm4mqgy { width:11.5625rem;height:2.5rem;top:19rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axGrohimfhHE82BrmhTMsfyPFXVzLm4e { display:block; }
 }@media only screen and (max-width: 763px) { #CAC27LMBBQTzpcZg2RwTJPpWXS35rAPt { width:11.5625rem;height:2.5rem;top:19rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4R1AoFJMsrwTZDnJbPgLz3Z7TFNmQpw { display:block; }
 }@media only screen and (max-width: 763px) { #N5IBifznV4OpSCKllx3VSWirXD8F9Hrv { width:11.5625rem;height:2.5rem;top:19rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppat4fuivJCaH1NRW9aF56fTMBKi6gNi { display:block; }
 }@media only screen and (max-width: 763px) { #aFFLriFqSJZhc2d33wA5GVTeGaTsesPU { width:11.5625rem;height:2.5rem;top:19rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaV7abXyrtwkFW7vakgHOUvCdsSqpJEv { display:block; }
 }@media only screen and (max-width: 763px) { #NFek3n7u0LZybgQ2EuJIMuZU1kca0JAW { top:0.5625rem;left:37.1875rem;width:10.5625rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPMzBlChppawFgTDveI3dSDpMrzx9twG { display:block; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #driTxXUc8NMhT7PXEsmQ4DGA7rg4Et2J { top:2.625rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9WEADTce2oI76PWpinULsJuRs6IIZPN { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT9ZuKCypWfTOPNTEGkE5x85vNqaqL { width:11.5625rem;height:2.5rem;top:11.875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBvgA41Fi1Dq1dPbm11acriosoHGZtK7 { display:block; }
 }@media only screen and (max-width: 763px) { #VCb7Nofi8gVSf7I88mL21GqDFxswwAB7 { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aleI2Q6QJ4sChsV7LbSAgmg53edVaNkC { display:block; }
 }@media only screen and (max-width: 763px) { #fHpLHlP9r0TtdaR6nbxoiITJaBERCEAT { top:5.1875rem;left:0rem;width:31.3125rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkxfJ31mBWG3BnK7DcAUR86w9wxpHUZ { top:5.1875rem;left:16.3125rem;width:31.25rem;height:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOTdB4tJOA65rT9ftmMstlJkRymGB5pf { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqOphFSyLLsbfU6s0DWAdTVKvTMtDSi { width:11.5625rem;height:2.5rem;top:11.875rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwWahi7iZpsy8ST6LZOUmnL86FnIfuPv { display:block; }
 }@media only screen and (max-width: 763px) { #whgXXIpqu7RuS405AgA9lHCzQtUnJpEW { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slzGQbVk94cHDfRwkxgLGor116PPWIwT { display:block; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvDHagQvlysTcEe7eoHs33zlLVRnpCBX { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeRgscP365VPTXcJeBIHwLx2ETqRlcb { top:0.625rem;left:0rem;width:47.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9e8Itdxe18EIc1t81ITpmM8fLUcVvTG { width:4.625rem;height:2.5rem;top:13.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBPnMEbyLEatZooxgQpP4ZCsa6V5yTn { display:block; }
 }@media only screen and (max-width: 763px) { #pbTTKQqrHDsomt8oz4ftWtxUHpQwneBT { width:2.5rem;height:2.5rem;top:13.5rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urD2AofossJlpxuy7v4SXlMKT0SaxWdA { display:block; }
 }@media only screen and (max-width: 763px) { #XspfBUcgug5M2CefGqKIyz65CVcoLdrF { top:5.1875rem;left:0rem;width:31.25rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCTRp786Pg8kN1gpRSUSTmXTb5ExUv2 { top:4.375rem;left:16.3125rem;width:31.25rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIs2in66uVEd0GHodb0WyMQbTOGU4rbC { top:13.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKP6DulpnUfBLIWcSSUlkX1ckrR3R6J { width:6.3125rem;height:2.5rem;top:13.5rem;left:41.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3r2yqXlaKGCUcakgcs5EaTAVu2kl52C { display:block; }
 }@media only screen and (max-width: 763px) { #gE97Fdy0N4yAx0dhiFu1MKo60UFQ2HIG { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBNd7tCmC8HAuexh4p4W8CNKmEm1DFH3 { width:5.9375rem;height:2.5rem;top:13.5rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMKv94UmEZx1mDU5Ds0QTAh8a1dVyHtW { display:block; }
 }@media only screen and (max-width: 763px) { #hiFkR5a6H11khNOGD1CfrlaTh0Z2abGN { width:5.9375rem;height:2.5rem;top:13.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFPRL9CgeLIqWlT518u5ZkQT928uSFd { display:block; }
 }@media only screen and (max-width: 763px) { #s1SmwltNTw6SIDLVO2HuFrpIHzGS85TM { width:5.9375rem;height:2.5rem;top:13.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dphh2O76in2u9SmIv3z93Z0myCibZcwb { display:block; }
 }@media only screen and (max-width: 763px) { #VX7mIysESk809z5VpdvVTVVXa4QE8N8C { display:block; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hhb8aQOrOB1hQ7OklJGy7GRhPlRqXwWx { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0nQra41WNIynp0DWLHiZlGXkdOtoDu { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8yoUqZdiGzMzRPMCO3CVt4ydmK40bz { width:2.5rem;height:2.5rem;top:12.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5PF9NubvTWoQ5Trpt8QBoyHXFmg46e2 { display:block; }
 }@media only screen and (max-width: 763px) { #AyQNWbFklE7edXwUEwi5Or3RhQT6JUzu { top:5.1875rem;left:0rem;width:31.25rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7Wxr6N4M3GadB03Zl4qTbZ3KwRNK9R { top:5.1875rem;left:16.3125rem;width:31.25rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAcgS1wKp5CWuAhfGe2M2gotD9pFty5 { top:12.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xkF9DTGElGlrwlw3EPISe4KyctgTNJ { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC { display:block; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVav4Kzk5gJth4gtua6zWofebTCxz6SM { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0V3UTIi5qbMJQmWAb0TU3n6HbvBamG { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3b0Dr8reeFE8WEqkni149xhhBECey8 { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOwJxpl8qwArwmpEKW85gt6U7nGc4mE0 { display:block; }
 }@media only screen and (max-width: 763px) { #HsDkPM6b0rrxD6fR9tz11XVmxEIV7dMb { top:5.1875rem;left:0rem;width:31.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxqJ5oKRzdFstGpwEkI1RTxsUHWwEPK { top:5.1875rem;left:16.5rem;width:31.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWv4ChbtPTdD6l61caM7vNpIBq5yMPV { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpVC4TmOV4Q3XyKGH6EcPXkfdhw4Bsd { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL { display:block; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVQwF37p1994DUnRfzXyCm21K9oHHnst { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKK49AZQAdOCxTT2wMkUc0niD725EVIt { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrarEoMsEHqNnnsCDG3TfboNTbsEkvM { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT2HQtrGWFzEqr7AZgv4TCwSd4WAqtLv { display:block; }
 }@media only screen and (max-width: 763px) { #K53muotzcSFzlN14oNZ5wm4X84Vge3Dc { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuGZKQn3LuoUfUG6RW1T6SmKcxgBIQm1 { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhr46SnauFTTNmSeQ54OMw3o6Qxw3fCB { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4k8oIfHJP955xDLNHHuhp46E0nQ41v2 { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k { display:block; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NID2QubAMJGiGKg8p6iUy72uTaq8F3e6 { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaGhJonnu0D791BhEm7d8WIwGSLlJvIc { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3niJyJEkJ20GPQUrC7FovHZLqybWHPq { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU46gvGf1yqOGLDGh6fUZNDczkrVrU7F { display:block; }
 }@media only screen and (max-width: 763px) { #KTrcCLyG2lyT1sQ9QeQssVZviWVJKmNr { top:5.1875rem;left:0rem;width:31.25rem;height:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5a73WdhmrDQUl8ktXcuEQb4Z2k9LKT { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoakaENOmMTRQIX04QvvU8aIO4RQ6A7F { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZnGIXSFmzyobSAOWmgQGfgQLut16ZBM { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrpdMe115PstDXxeOM4VX20BDBE8TAI3 { display:block; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOi9bbq5GKeZhkkmNg9Q4X9hrMQNiiro { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t64m8McxSAqam4RPU4ki2MTPlVxTfWnO { top:0.625rem;left:0rem;width:47.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMD3c3a744pD6yUTxRXAn1KXZiIq4gyT { width:2.5rem;height:2.5rem;top:16.375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avSJd2lRHHS57oz92JwT5JwWfnm2TeyR { display:block; }
 }@media only screen and (max-width: 763px) { #LPV4nytOOFeIaCTTSxlnrEee3sbctZkn { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTkP2NpoP3ZOA4F9FMJNBaP3WAkrd7ct { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcSeKTxlqhAHSgckwmiSarMiAnoLtGG9 { top:16.625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbnCH0pIE1t0JR3dCXCWGBQRqaRdRyk5 { top:0.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ { display:block; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpOMWt5LzmAnUoaUZqe7CsCcuWZI8Mtm { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwmb7EnqwE7zHF3107NGdS7Ve4IHg0G { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeAA6pBd6wdv5aN3bEJqKaaWXtgdn4Ve { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EurbT195Sb9b6GxkF3mW4HLbU0u07Wx2 { display:block; }
 }@media only screen and (max-width: 763px) { #t4yfhsCPE9MicWToTaZGSgkTw9khQi4L { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FiPNxvbdxV5o4f6tA8KRI6rUwn1qKK { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdR4IFvfTCmhuz2qbSciecTHJUsEsDpo { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITA8LguAalEQcfwUDU1ily6CJHbiNxT { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc { display:block; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec33237qiTTByZ1Ec6TCt4drQxWx8DVm { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0ZyXFesRQcmelSi6sm7Lp5lRvsJF4r { top:0.625rem;left:0rem;width:47.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOBgFQ5lKfhXDEMZITZlwJVR7Cz1eUR { width:2.5rem;height:2.5rem;top:24.75rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpo3Tt7RJHrcEsqvZ0PKvk4elltExqx7 { display:block; }
 }@media only screen and (max-width: 763px) { #ziP0wgohAa7Zw3W4FQJfXNz9ubBn8UZ1 { top:5.1875rem;left:0rem;width:31.375rem;height:22rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsaOT8zKIMt9ZQXr8rc6bC6mDpwFIow { top:5.1875rem;left:16.3125rem;width:31.25rem;height:17.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPUiZiDvT5kiN8lU7XOIM9uZCU6tRMud { top:25.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ds3VeGJr8vdPd3nIRiSL6N1EmUJeLV { width:11.5625rem;height:2.5rem;top:24.75rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa7Q3EiO0BKSp5r2097cxa63V0n3bb4P { display:block; }
 }@media only screen and (max-width: 763px) { #c0VveOZsp8nNDnrvfg0iyTpI9yiV8JSN { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 { display:block; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBexfpDaxK430tt7pHVWbCZvSbvVuwFz { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQpKyt6ioP6Beu6lgHlz8GJb7Fw9VgpU { top:0.625rem;left:0rem;width:47.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqaSuGFvWz7HI0B0aCI41sAv9MU0NK1 { width:2.5rem;height:2.5rem;top:16.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTcD6XT1axBPe2MBsC8pCtcU4ZSymXJ { display:block; }
 }@media only screen and (max-width: 763px) { #FDgZPCJVf6064K54CKmGtsKTGJcX69UP { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaUlP6JueheVsspyCDPoJR6yhB2nVQRG { top:5.1875rem;left:16.5rem;width:31.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAm3J6CHPZ9L4E2xFzmZl9UTWMAPp6w { top:16.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwVOXDCW6uuaiXHkmTSaobCKgRSnasi7 { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg { display:block; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGqKGPDuFoiLMxuLfgIgKn30LASvuC5B { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSM3lrliTJIMQpEUbVkDpevXiUOgRHF4 { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD0UJ2seSBSbzeuMKIbpK5tAX6yoPJcI { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJvsNSg1cQl37bDNJ1XsJlKfpX1TzlV { display:block; }
 }@media only screen and (max-width: 763px) { #fksI1y6JZ8cQUsCrazcFs125u3sXeozP { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcHSQ9dSH3d2Tsh04hqUdzIJLQgvNAOP { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgkrabTNLNstA0enh4zfwDdHZzMTMHIF { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwbmrnew6gGkiRo0vWgeQdWl28LTCtm { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt { display:block; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X35znBcnP6cOxTrlSGUITf2G0BqINFAK { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRy4OBL2GWuk4WVzqM6TFwk2IqWwbnX2 { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ30RC3cPibeGxcBUR8MtFg4LSclFwR3 { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwGU9MJabniJ4i9thLxBtAr4wqhDVi5W { display:block; }
 }@media only screen and (max-width: 763px) { #ln3EqS7AlsaVOgh7LxBTI6wrSQxyhJOE { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsJ9oh2DMrbkKpru3ZvU3lriWx4IE5P { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQdkJKVhiUR4zLk67yB4Sk0wCl2vDMvk { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAN7MZiMTsOniUEdP7bCwDrCfpgZ4ND5 { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU { display:block; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaIZiLeoWXLH0mxykSpcRbDbVI3guUDk { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuXBWaWhz8ZTtaZvO7vSkf6wxWDiLUEZ { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbSE8BK0XqBP1KrtrILkorKmkf5K55J { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTFn2asvr0CUlfxJgGtQ5HTIO30wI7m { display:block; }
 }@media only screen and (max-width: 763px) { #i5WuFU9yrTkCxE6BuNaUMWI89ArT3dwP { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwtwA5pVizLdNJD7GUAdeSk5ITs2rXo { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFhM2xPSTeMHhF5KMTuORvP7CRcMasUD { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4P0FyoAJdSZIiaQ2OqhtyeCh2k8Di83 { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 { display:block; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwScJAkTGQl47NwxoBtq7zWIKS3RLuPB { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soL7qTfWA6RvC5iAGTHlek9wf5aeWuIo { top:0.625rem;left:0rem;width:47.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgoQ2lNWd15srkwWBnb8JmE2K4PHl2B5 { width:2.5rem;height:2.5rem;top:15.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbF9oIvOczNWAmmZPRge2xFrIJVMUNQ { display:block; }
 }@media only screen and (max-width: 763px) { #FCTsJgoRgVA3A0d1vvMLGQ0qrTcq2e8T { top:5.1875rem;left:0rem;width:31.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudf8mRUMNKTLl35IbH19tkBhnRbUCTw { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szqqV98qMs9mHXiFaCgyBiZG0WPc65Dk { top:15.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeHKX79uSdTK2XH9WLFHNq2s4v6r0Ly { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH8hf6fn9kU2MQcRFVodXtgsOrlotbze { display:block; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkhsZssOTeiDHIMzhw59caUpBA2mANrJ { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPR6TJxIkSxNP7NmFpu4d7y647vWosT { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5oE7T6hVagihPTevGPmBxB38kh5ssK { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD5dVT2Z3fA4LyVsTRd5Zhi9ayW81Dd9 { display:block; }
 }@media only screen and (max-width: 763px) { #de3E83iqMN4HCQCKTwJu9owTw39TGgb4 { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSlhiPFZ9ZWpuKtFMzFQcoH5gzfiZF8Z { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommwEBfuUpmtkp6QfOk3fmLNf7ORTtSo { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdnsZXb4q4QtPk0TEPbkswkv2Nn43Gm { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGDqhIzrRyyJdimnB7nzEOTK5id57hEC { width:12.5rem;height:2.5rem;top:11.875rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDoya7T9TTBAUlpItuqpzGBiSQcIT0ao { display:block; }
 }@media only screen and (max-width: 763px) { #ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R { display:block; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGTDKfRC2RokGwvRtPb7dz6UCf8SsMPJ { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8UNP6zulZKpg7BkdP0rKBORRBMPZgZ { top:0.625rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mcyirLTUOg6rbOIoO3UtMd9TlbAwd1 { width:2.5rem;height:2.5rem;top:14.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWiPzg2M253PJpmTg6WFQwI7Glz3RiAZ { display:block; }
 }@media only screen and (max-width: 763px) { #h81d7kPFaUu3b6KnJPBTxMk9pQEkkVEE { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R128EAZDApvBoLUB3TUonrZHR3S3ppG6 { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMz1XKiZJ8SM3HiGbvBNtOGQzSHuslqk { top:14.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igo43yhAIaiWIfXa4PCnuWtzT0JzwBya { width:12.5rem;height:2.5rem;top:14.625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIC1yzurzoPDa4utITbU4ZDspLE1Ly54 { display:block; }
 }@media only screen and (max-width: 763px) { #Tp6UFOTeHtoo7KEP5u2ptTu14tHe8IGm { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW54oiEc8bRmKovqwaTx93kq7BzVlwhg { display:block; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OseueMN7esIxZwPeqmgTJHg6DEWCUL4N { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOghHItT67fn08qAaFkxraPfDIuiVfp { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT08rbX8ZaSifpodu4qsa4gTkufUGPls { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X412WvOQEe3HVkC0PerebTTJR1dxfUxC { display:block; }
 }@media only screen and (max-width: 763px) { #Wu9FOn8eoig68LqXIHDEtFH6RB75TgJS { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Gb5Xk0pomdl5LkdEv3lIGlkG9FO9wy { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcunVGLfvfMrHDgn6bcE6UkRse57xG0v { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQay55lQrao5Sfpg2QlTHZutoDD9mTlU { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Cz86SZHk5iD524FvVhM05G9NbhHD4C { display:block; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxObcdmhP1IbUdpFH39Gm6QtJUHTHqUy { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB2ZEp1hXIhGn2wz0PnyXCEeKQwM2cCN { top:0.625rem;left:0rem;width:47.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUkEAefGkHx4Wra4p6nMMx9drbNkC7a8 { width:2.5rem;height:2.5rem;top:8.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ogND8rs0eFVdZ0AIFF7gmp7ZhfvvI1 { display:block; }
 }@media only screen and (max-width: 763px) { #VaVRk9db8Ks56VNiVweTRxGs8uU6nDiI { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUS0hCMeqZPJm21Gb4cbNe05FAXf2sg0 { top:8.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J45sbllQZNVlqitKsV69zTzwPFRQzT9k { top:5.375rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhnVamrakgrUxFTKDArgMBtwFcCCNQcS { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM { display:block; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tf0GOfid15KAdF0fPHqPRObPwSgkCWvk { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9alRNItkHGKPNkiwMT6fGu4n4pHOriM { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCphp6psETXoKDeipTTkNCVMky0ozUT { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2XSHToBMzAOWT1t2Cd6g2WIgz8ELwzL { display:block; }
 }@media only screen and (max-width: 763px) { #Bpgmt0QOqTU1ddOXCBAcL7vfMQyizwFi { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLIP8PdaQSLVt9fhaeE4dvHA9yU7XVwI { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1kb5IZTA08HiAUPZqvzG3NkddfItILR { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD0xfMLfKyorePeEWcGVmxKdMFApCxsS { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwbfMyADocXCM5R6uVFNEMThqTd7WPWs { display:block; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rezcuvnB7IDdc74nr1gmBwa53vJC6Csx { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A68hQEHpZTRspNhyl0y5HV5r5g9Jbe6H { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFHPtEQa7P5UlmgRuQESy327pyo2EBvU { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzrHGTKWD3Z0SoiTXqo711V8K3d6M0U { display:block; }
 }@media only screen and (max-width: 763px) { #cuoskiTFCiLAmfhHhxCL3WAGX64IgzBg { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUO6432pvTt3P9UKG4zl0deofg0MagwA { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf63QP9p7Dr0ZSQaQGF65PW7HAgJ3OP9 { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkxvAuxwSK4y61zO6TpNOl8uiSSIzn6 { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz { display:block; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISSXTPkhiLHw2OilgMiwyRSqfTV8t0VZ { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WeSDeDMzdEnXnqB8URALQlTd81L9p1 { top:0.625rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGo7hZ9eh7J593kH2DvvhFbVrwMsyPx { width:2.5rem;height:2.5rem;top:13rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1dTxw7CdLpf9SIiIoBFpZeVsP7HPsi { display:block; }
 }@media only screen and (max-width: 763px) { #D4a3CTDAsHJIBET8nxwkdH1dqO429bd4 { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5gbThqaUQ8WauFCr62LPh1ctccbz9ec { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhyucibGUb1x0kAwB6nfnB74NToDU2x1 { top:13.25rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOMRfSfckXZtUFROixpiX7hqt9pIpCPm { width:11.5625rem;height:2.5rem;top:13rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f16bn66dbhCG9zCyMTHQdwgzQG4KOFAi { display:block; }
 }@media only screen and (max-width: 763px) { #y3T0bsyJBWFJq3ZyrCihidTW9eRE25XX { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 { display:block; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0dgJ3ST4g7ApRLPpfCF6Ou5GMqEchTN { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBZlhFuEyaUQkvilFLImWvEppOJh45v { top:0.625rem;left:0rem;width:47.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvIkvxNNcVxQpNa8xoOk0FH20f2om3G { width:2.5rem;height:2.5rem;top:21.5rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTwUD7SH5CQfT6s9JNbz3CcqyprMOVD { display:block; }
 }@media only screen and (max-width: 763px) { #uubdH8UsZqv5fAH3i0IspNy8wuf9KD9v { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4bU8KktZsSs2VRDqSRip2QTzI3l12h { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2W64qxdX3xuNJ0nkXGwkQ8RLGwD1tPv { top:21.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtHVQnebDTohxUUac7G7l8hHxCxQmg68 { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe { display:block; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoTzyDylZsML31ZPTApgTUlQTfd2emON { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqX7ktbOUamIzkQNoFz38bn0P0tGBNed { top:0.625rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscWm18oKtB3DkoxfBwE0zDnPmMVDoVQ { width:2.5rem;height:2.5rem;top:11.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79XefxtULwcJ83lo0SXfDEMraQGt2MF { display:block; }
 }@media only screen and (max-width: 763px) { #qd8ySAPzWTP8tOoRXw6PAdFLqlk2ih6b { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7psuHBntSVWiTNCTc02TyPekDJ4XTE9 { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiDWaztmcmshvmaXWPFTocXNZDCO3h0 { top:12.125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP0oLViPFz8wM7KOLwHfFgkqli4pAOws { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 { display:block; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHykyh2WOITewrTqKBZFWT1tRmSHTs90 { top:2.625rem;left:0rem;width:18.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVNbsnM07lkx70DD57gb1P1TZdoSfGas { top:0.625rem;left:0rem;width:47.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWa8AWEPTrdkFCRcQ1ZX8d2HcgqMvus8 { width:2.5rem;height:2.5rem;top:10.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryzTrmwWyL2PqR3UXRwHWTqRXnPgcCnH { display:block; }
 }@media only screen and (max-width: 763px) { #pi80MyPWT58AD5413SC3xNfGQZBhxrDt { top:5.1875rem;left:0rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUPk55Ki29ApCy222WHFliEg10iOJcmH { top:5.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4yVXaarPWoVyUJ9SCJ8wSsqXOJowQg { top:10.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2b5TTrql91M0cAsPz2hxzNcBCrBk21g { top:0.625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 { display:block; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { display:block; } #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection *:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="text"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="email"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="tel"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection textarea:focus-visible { outline: none; } #Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262833;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf { display:block; }#gnk2DvAeUBFGA0o9J4cI8nr04FMbzftf > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btIluqN2OEOWNnnhxxof5O7aMDwyL8ZG { width:5rem;height:2.0625rem;top:3.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9FBhghOsdHkizOW9Ol5nuM1xC0geVKX { width:20rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUElXy6Mr5gD0Aacez9knHvtrTIS5brC { width:7.1875rem;height:2.5rem;top:0.4375rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHG7UNuw3uVesrvI54kGFkDuVtOAGoH { display:block; }
 }@media only screen and (max-width: 763px) { #i3a7pErqZgTpByzssIF42LhzThezBzav { width:6.25rem;height:2.5rem;top:0.4375rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9GC1EnkXzeFtoIwmKTmJwZG6RX0bdLc { display:block; }
 }@media only screen and (max-width: 763px) { #VM8SGPcIQynlS8XMz5CgeFoH7oGmKHt1 { width:7.1875rem;height:2.5rem;top:3.1875rem;left:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf9z3KQOwiAoFFLX9glkrKdpT5xGlsFD { display:block; }
 }@media only screen and (max-width: 763px) { #HUcTIyEzwuIDowwy8uHs2FkA7lhwdWJU { width:6.25rem;height:2.5rem;top:3.1875rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4x2E141ccmnReikXOF0rTEMQ8tIlWZU { display:block; }
 }@media only screen and (max-width: 763px) { #lqli0xryJue7vO9VuXr2DUcm3wTomcaG { width:4.6875rem;height:3rem;top:1.375rem;left:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vl22ODBz80qmd68ITNkKlBT2avLTp3aZ { width:12.1875rem;height:2.5rem;top:7.1875rem;left:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P41otR16rmN3oF4IiTwCJWkTDcf15oJT { display:block; }
 }@media only screen and (max-width: 763px) { #v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn { display:block; }#v7GuxTVwo56RVMTuqIp9htoHIRBZ4LGn > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw { display:none; }#evaeASyE64mK8p2zXDfT5GRkSHrTX5Vw > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL { display:block; }#cdb1EVQqp7REKmiCTmyWRkGCvZTuRXWL > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSI7xTP2PcfxW535hbZGsTfn9MmUok6f { width:20rem;height:0.9375rem;top:5.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZXyinaW202ovaHLhVTxEh5t7puZOOef { width:14.125rem;height:1.9375rem;top:3.5rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhptQfGf4c7qWfzaBxG0PpqUmCDxy8rZ { width:4.8125rem;height:2rem;top:0.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWiPJCdU1nM8dP4t7RLLTSThHAo8yxNS { width:17.5rem;height:0.0625rem;top:2.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoib04AAGgWaghfpftw0VAwZiR3KqTP { width:9.0625rem;height:2.5rem;top:7.8125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGv7WIP44UFG3zVyc6O7UybZsvgTQud0 { display:block; }
 }@media only screen and (max-width: 763px) { #ouEhLkaA8FoyMFVQ7fd92WKrXwToNXV7 { width:9.0625rem;height:2.5rem;top:7.8125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ecx3sP3d9nDRV8D5c9vNOtDwKzwPmT { display:block; }
 }@media only screen and (max-width: 763px) { #hE5HEB99hLAp3fofR9HR5e0lUQCmoOEN { width:20rem;height:45.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFLGORWTHBnyJIKVxB3bxuEGFPn2vu2 { width:9.0625rem;height:2.5rem;top:10.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE8NHOytVPJbTxCqk7PfDL80T3gtAQ8y { display:block; }
 }@media only screen and (max-width: 763px) { #urNwlm9OD4gELTe6loFWcJfMbuQENTrH { width:9.0625rem;height:2.5rem;top:10.9375rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9071DaZTq754uSOnlcTNs4Gy2pebAb { display:block; }
 }@media only screen and (max-width: 763px) { #RaaZm2qRmkJ5v79US9dBZ32W6qXrnisB { width:9.0625rem;height:2.5rem;top:14.0625rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SffdlQ0alz8VICosqDP5r7lXH7Wdh9hb { display:block; }
 }@media only screen and (max-width: 763px) { #wIT7IJ1TDTBazlkgypXEvaP3GN4g2vZP { width:9.0625rem;height:2.5rem;top:14.0625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQsMo5LavL2onTUnfURXIJeMQKleXImE { display:block; }
 }@media only screen and (max-width: 763px) { #QnfeMazXuhKsWlHK68PHsezVMHv7lR6B { width:9.0625rem;height:2.5rem;top:17.1875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R766p877TMGgzf7Va7AhZNlpLrIchElX { display:block; }
 }@media only screen and (max-width: 763px) { #sKRWNrsOZxb0R2kTaouH57szbr53XHUg { width:9.0625rem;height:2.5rem;top:17.1875rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrG6yBK2t9Hx0hTSpoegCdTQgD7hSBcK { display:block; }
 }@media only screen and (max-width: 763px) { #sT7d9ZveR6bpUAVLLUFCUzwsuTHrQ9Ln { width:9.0625rem;height:2.5rem;top:20.3125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBppGFJaMfcc9Md7DEy4pdQF4azvvqO0 { display:block; }
 }@media only screen and (max-width: 763px) { #tkE13tc8IXnWdDC5mRhOO6cF8iBsSZWM { width:9.0625rem;height:2.5rem;top:20.3125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDd8wHo3u6ucTINtZ2sCVdOUqlu2Rb9z { display:block; }
 }@media only screen and (max-width: 763px) { #dGNQUShNorUdpas96spNFi2Sia9khQqe { width:9.0625rem;height:2.5rem;top:23.4375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol2P3Ta4D7oT7n4Qzmvx76z2UhxWREyJ { display:block; }
 }@media only screen and (max-width: 763px) { #pEB6DBROHr8aa5UdH7CaceF5ShfkQPxC { width:9.0625rem;height:2.5rem;top:23.4375rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naL3F3WuXB4Ll7xRw65gwqGTZuUzBXgD { display:block; }
 }@media only screen and (max-width: 763px) { #WKQgtDyOUqgr1PT9zOo7Hdp7ncISN2LI { width:9.0625rem;height:2.5rem;top:26.5625rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIcfybOumg5e40zSkHqUDZXcBbKvZswl { display:block; }
 }@media only screen and (max-width: 763px) { #nOyGGHaBuhmlM0wT3Q78skDsWDkRl8wd { width:9.0625rem;height:2.5rem;top:26.5625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srL7iF1HcyNQ2LR7cwe0klAne7Src7Ls { display:block; }
 }@media only screen and (max-width: 763px) { #eZCeVzGb3OldZakTeRC7nv3OIBgk3Nct { width:9.0625rem;height:2.5rem;top:29.6875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04DRJHN53eTCUVLx01a1OXsloixSn7T { display:block; }
 }@media only screen and (max-width: 763px) { #Lqthx74efKlNaeBFx3ESKgpaR69dcvT0 { width:9.0625rem;height:2.5rem;top:29.6875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbfX5QMtTfAZDocNFHPmQ03nhR3aB5fB { display:block; }
 }@media only screen and (max-width: 763px) { #oTHavKwcfxUD1FeAhQy1ypsHtRKQseES { width:9.0625rem;height:2.5rem;top:32.8125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAovN5ntFuLnnrU61Sn68Q4NIZTP0s7y { display:block; }
 }@media only screen and (max-width: 763px) { #DHxFJCwLWueAdJUd1mx2NvH4rNhZcxJs { width:9.0625rem;height:2.5rem;top:32.8125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyK7ovuAR3clkCEWTNlQo20lJGxFrp2I { display:block; }
 }@media only screen and (max-width: 763px) { #tw3ZCcRybyAcUExSPA5JZFkDuRL9KnZ1 { width:9.0625rem;height:2.5rem;top:35.90625rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBMGJg9Etn5wOUeLZX2megS8kwsmJyT { display:block; }
 }@media only screen and (max-width: 763px) { #D0tKlu0uUD3IOZvHhlsSDX9dttIShZI9 { width:9.0625rem;height:2.5rem;top:35.90625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6md0cBNr9hT7xkeOkikyoAUwlxaaSo { display:block; }
 }@media only screen and (max-width: 763px) { #QvyzpJxQohL4B8QbFSPHza96Qpm4mqgy { width:9.0625rem;height:2.5rem;top:39.03125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axGrohimfhHE82BrmhTMsfyPFXVzLm4e { display:block; }
 }@media only screen and (max-width: 763px) { #CAC27LMBBQTzpcZg2RwTJPpWXS35rAPt { width:9.0625rem;height:2.5rem;top:39.03125rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4R1AoFJMsrwTZDnJbPgLz3Z7TFNmQpw { display:block; }
 }@media only screen and (max-width: 763px) { #N5IBifznV4OpSCKllx3VSWirXD8F9Hrv { width:9.0625rem;height:2.5rem;top:42.15625rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppat4fuivJCaH1NRW9aF56fTMBKi6gNi { display:block; }
 }@media only screen and (max-width: 763px) { #aFFLriFqSJZhc2d33wA5GVTeGaTsesPU { width:9.0625rem;height:2.5rem;top:42.15625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaV7abXyrtwkFW7vakgHOUvCdsSqpJEv { display:block; }
 }@media only screen and (max-width: 763px) { #NFek3n7u0LZybgQ2EuJIMuZU1kca0JAW { width:10.5625rem;height:0;top:0rem;left:9.4375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPMzBlChppawFgTDveI3dSDpMrzx9twG { display:block; }#hPMzBlChppawFgTDveI3dSDpMrzx9twG > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #driTxXUc8NMhT7PXEsmQ4DGA7rg4Et2J { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9WEADTce2oI76PWpinULsJuRs6IIZPN { width:20rem;height:24.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT9ZuKCypWfTOPNTEGkE5x85vNqaqL { width:7.8125rem;height:2.5rem;top:20.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBvgA41Fi1Dq1dPbm11acriosoHGZtK7 { display:block; }
 }@media only screen and (max-width: 763px) { #VCb7Nofi8gVSf7I88mL21GqDFxswwAB7 { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aleI2Q6QJ4sChsV7LbSAgmg53edVaNkC { display:block; }
 }@media only screen and (max-width: 763px) { #fHpLHlP9r0TtdaR6nbxoiITJaBERCEAT { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pgkxfJ31mBWG3BnK7DcAUR86w9wxpHUZ { width:18.75rem;height:6.75rem;top:13.25rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kOTdB4tJOA65rT9ftmMstlJkRymGB5pf { width:1.875rem;height:1.875rem;top:21.25rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqOphFSyLLsbfU6s0DWAdTVKvTMtDSi { width:7.8125rem;height:2.5rem;top:20.9375rem;left:8.75rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OwWahi7iZpsy8ST6LZOUmnL86FnIfuPv { display:block; }
 }@media only screen and (max-width: 763px) { #whgXXIpqu7RuS405AgA9lHCzQtUnJpEW { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slzGQbVk94cHDfRwkxgLGor116PPWIwT { display:block; }#slzGQbVk94cHDfRwkxgLGor116PPWIwT > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvDHagQvlysTcEe7eoHs33zlLVRnpCBX { width:14.125rem;height:1.625rem;top:1.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWeRgscP365VPTXcJeBIHwLx2ETqRlcb { width:20rem;height:33.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9e8Itdxe18EIc1t81ITpmM8fLUcVvTG { width:7.8125rem;height:2.5rem;top:30.25rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBPnMEbyLEatZooxgQpP4ZCsa6V5yTn { display:block; }
 }@media only screen and (max-width: 763px) { #pbTTKQqrHDsomt8oz4ftWtxUHpQwneBT { width:2.5rem;height:2.5rem;top:30.25rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urD2AofossJlpxuy7v4SXlMKT0SaxWdA { display:block; }
 }@media only screen and (max-width: 763px) { #XspfBUcgug5M2CefGqKIyz65CVcoLdrF { width:18.75rem;height:10.125rem;top:4rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zaCTRp786Pg8kN1gpRSUSTmXTb5ExUv2 { width:18.75rem;height:10.125rem;top:15.5rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vIs2in66uVEd0GHodb0WyMQbTOGU4rbC { width:1.875rem;height:1.875rem;top:30.5625rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKP6DulpnUfBLIWcSSUlkX1ckrR3R6J { width:7.8125rem;height:2.5rem;top:30.25rem;left:8.75rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #P3r2yqXlaKGCUcakgcs5EaTAVu2kl52C { display:block; }
 }@media only screen and (max-width: 763px) { #gE97Fdy0N4yAx0dhiFu1MKo60UFQ2HIG { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBNd7tCmC8HAuexh4p4W8CNKmEm1DFH3 { width:5.9375rem;height:2.5rem;top:26.9375rem;left:13.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMKv94UmEZx1mDU5Ds0QTAh8a1dVyHtW { display:block; }
 }@media only screen and (max-width: 763px) { #hiFkR5a6H11khNOGD1CfrlaTh0Z2abGN { width:5.9375rem;height:2.5rem;top:26.9375rem;left:7.03125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFPRL9CgeLIqWlT518u5ZkQT928uSFd { display:block; }
 }@media only screen and (max-width: 763px) { #s1SmwltNTw6SIDLVO2HuFrpIHzGS85TM { width:5.9375rem;height:2.5rem;top:26.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dphh2O76in2u9SmIv3z93Z0myCibZcwb { display:block; }
 }@media only screen and (max-width: 763px) { #VX7mIysESk809z5VpdvVTVVXa4QE8N8C { display:block; }#VX7mIysESk809z5VpdvVTVVXa4QE8N8C > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hhb8aQOrOB1hQ7OklJGy7GRhPlRqXwWx { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0nQra41WNIynp0DWLHiZlGXkdOtoDu { width:20rem;height:25.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8yoUqZdiGzMzRPMCO3CVt4ydmK40bz { width:2.5rem;height:2.5rem;top:22.3125rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5PF9NubvTWoQ5Trpt8QBoyHXFmg46e2 { display:block; }
 }@media only screen and (max-width: 763px) { #AyQNWbFklE7edXwUEwi5Or3RhQT6JUzu { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uM7Wxr6N4M3GadB03Zl4qTbZ3KwRNK9R { width:18.75rem;height:9rem;top:12.8125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NpAcgS1wKp5CWuAhfGe2M2gotD9pFty5 { width:1.875rem;height:1.875rem;top:22.625rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xkF9DTGElGlrwlw3EPISe4KyctgTNJ { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC { display:block; }#uzed6F4If1MKxxfRlZxyMeUgpPbIQTeC > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVav4Kzk5gJth4gtua6zWofebTCxz6SM { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0V3UTIi5qbMJQmWAb0TU3n6HbvBamG { width:20rem;height:18.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq3b0Dr8reeFE8WEqkni149xhhBECey8 { width:2.5rem;height:2.5rem;top:15.25rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOwJxpl8qwArwmpEKW85gt6U7nGc4mE0 { display:block; }
 }@media only screen and (max-width: 763px) { #HsDkPM6b0rrxD6fR9tz11XVmxEIV7dMb { width:18.75rem;height:6.75rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TVxqJ5oKRzdFstGpwEkI1RTxsUHWwEPK { width:18.75rem;height:3.375rem;top:11.1875rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NUWv4ChbtPTdD6l61caM7vNpIBq5yMPV { width:1.875rem;height:1.875rem;top:15.5625rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpVC4TmOV4Q3XyKGH6EcPXkfdhw4Bsd { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL { display:block; }#bSzM9gpRLDPn41AdDHq18RwhWn6LuQXL > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVQwF37p1994DUnRfzXyCm21K9oHHnst { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKK49AZQAdOCxTT2wMkUc0niD725EVIt { width:20rem;height:23.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrarEoMsEHqNnnsCDG3TfboNTbsEkvM { width:2.5rem;height:2.5rem;top:20.4375rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT2HQtrGWFzEqr7AZgv4TCwSd4WAqtLv { display:block; }
 }@media only screen and (max-width: 763px) { #K53muotzcSFzlN14oNZ5wm4X84Vge3Dc { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HuGZKQn3LuoUfUG6RW1T6SmKcxgBIQm1 { width:18.75rem;height:7.875rem;top:13.0625rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Hhr46SnauFTTNmSeQ54OMw3o6Qxw3fCB { width:1.875rem;height:1.875rem;top:20.75rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4k8oIfHJP955xDLNHHuhp46E0nQ41v2 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k { display:block; }#tOQvUkEUhxoxvBt2Ip8wTfHSF5G0SX3k > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NID2QubAMJGiGKg8p6iUy72uTaq8F3e6 { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaGhJonnu0D791BhEm7d8WIwGSLlJvIc { width:20rem;height:25.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3niJyJEkJ20GPQUrC7FovHZLqybWHPq { width:2.5rem;height:2.5rem;top:21.9375rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU46gvGf1yqOGLDGh6fUZNDczkrVrU7F { display:block; }
 }@media only screen and (max-width: 763px) { #KTrcCLyG2lyT1sQ9QeQssVZviWVJKmNr { width:18.75rem;height:11.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vm5a73WdhmrDQUl8ktXcuEQb4Z2k9LKT { width:18.75rem;height:6.75rem;top:15.1875rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FoakaENOmMTRQIX04QvvU8aIO4RQ6A7F { width:1.875rem;height:1.875rem;top:22.25rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZnGIXSFmzyobSAOWmgQGfgQLut16ZBM { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrpdMe115PstDXxeOM4VX20BDBE8TAI3 { display:block; }#VrpdMe115PstDXxeOM4VX20BDBE8TAI3 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOi9bbq5GKeZhkkmNg9Q4X9hrMQNiiro { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t64m8McxSAqam4RPU4ki2MTPlVxTfWnO { width:20rem;height:37.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMD3c3a744pD6yUTxRXAn1KXZiIq4gyT { width:2.5rem;height:2.5rem;top:34.125rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avSJd2lRHHS57oz92JwT5JwWfnm2TeyR { display:block; }
 }@media only screen and (max-width: 763px) { #LPV4nytOOFeIaCTTSxlnrEee3sbctZkn { width:18.75rem;height:14.625rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kTkP2NpoP3ZOA4F9FMJNBaP3WAkrd7ct { width:18.75rem;height:15.75rem;top:18.75rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NcSeKTxlqhAHSgckwmiSarMiAnoLtGG9 { width:1.875rem;height:1.875rem;top:34.4375rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbnCH0pIE1t0JR3dCXCWGBQRqaRdRyk5 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ { display:block; }#cCn3xQEtEhMmDe5dNnQTXlsGiJiCBTlQ > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpOMWt5LzmAnUoaUZqe7CsCcuWZI8Mtm { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwmb7EnqwE7zHF3107NGdS7Ve4IHg0G { width:20rem;height:26.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeAA6pBd6wdv5aN3bEJqKaaWXtgdn4Ve { width:2.5rem;height:2.5rem;top:23rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EurbT195Sb9b6GxkF3mW4HLbU0u07Wx2 { display:block; }
 }@media only screen and (max-width: 763px) { #t4yfhsCPE9MicWToTaZGSgkTw9khQi4L { width:18.75rem;height:11.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #F2FiPNxvbdxV5o4f6tA8KRI6rUwn1qKK { width:18.75rem;height:7.875rem;top:15.1875rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zdR4IFvfTCmhuz2qbSciecTHJUsEsDpo { width:1.875rem;height:1.875rem;top:23.3125rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITA8LguAalEQcfwUDU1ily6CJHbiNxT { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc { display:block; }#DtCmDRdWuCiQWRhv2dFoos3TbzzekKBc > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec33237qiTTByZ1Ec6TCt4drQxWx8DVm { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0ZyXFesRQcmelSi6sm7Lp5lRvsJF4r { width:20rem;height:49.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOBgFQ5lKfhXDEMZITZlwJVR7Cz1eUR { width:2.5rem;height:2.5rem;top:46rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpo3Tt7RJHrcEsqvZ0PKvk4elltExqx7 { display:block; }
 }@media only screen and (max-width: 763px) { #ziP0wgohAa7Zw3W4FQJfXNz9ubBn8UZ1 { width:18.75rem;height:22.5rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fLsaOT8zKIMt9ZQXr8rc6bC6mDpwFIow { width:18.75rem;height:18rem;top:26.75rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zPUiZiDvT5kiN8lU7XOIM9uZCU6tRMud { width:1.875rem;height:1.875rem;top:46.3125rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Ds3VeGJr8vdPd3nIRiSL6N1EmUJeLV { width:9.375rem;height:2.5rem;top:46rem;left:7.0625rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7Q3EiO0BKSp5r2097cxa63V0n3bb4P { display:block; }
 }@media only screen and (max-width: 763px) { #c0VveOZsp8nNDnrvfg0iyTpI9yiV8JSN { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 { display:block; }#nfNMiXb0FRNPkvTFxrxVqoJoQDIHwyB6 > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBexfpDaxK430tt7pHVWbCZvSbvVuwFz { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQpKyt6ioP6Beu6lgHlz8GJb7Fw9VgpU { width:20rem;height:34.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqaSuGFvWz7HI0B0aCI41sAv9MU0NK1 { width:2.5rem;height:2.5rem;top:31.1875rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTcD6XT1axBPe2MBsC8pCtcU4ZSymXJ { display:block; }
 }@media only screen and (max-width: 763px) { #FDgZPCJVf6064K54CKmGtsKTGJcX69UP { width:18.75rem;height:13.5rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TaUlP6JueheVsspyCDPoJR6yhB2nVQRG { width:18.75rem;height:13.5rem;top:17.5625rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nrAm3J6CHPZ9L4E2xFzmZl9UTWMAPp6w { width:1.875rem;height:1.875rem;top:31.5rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwVOXDCW6uuaiXHkmTSaobCKgRSnasi7 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg { display:block; }#CHUK4TDF8Sdehtb5tZa9mxHVLIMVLzyg > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGqKGPDuFoiLMxuLfgIgKn30LASvuC5B { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSM3lrliTJIMQpEUbVkDpevXiUOgRHF4 { width:20rem;height:21rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD0UJ2seSBSbzeuMKIbpK5tAX6yoPJcI { width:2.5rem;height:2.5rem;top:17.9375rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJvsNSg1cQl37bDNJ1XsJlKfpX1TzlV { display:block; }
 }@media only screen and (max-width: 763px) { #fksI1y6JZ8cQUsCrazcFs125u3sXeozP { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AcHSQ9dSH3d2Tsh04hqUdzIJLQgvNAOP { width:18.75rem;height:4.5rem;top:12.8125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IgkrabTNLNstA0enh4zfwDdHZzMTMHIF { width:1.875rem;height:1.875rem;top:18.25rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwbmrnew6gGkiRo0vWgeQdWl28LTCtm { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt { display:block; }#e8ww5Gp7m0638FbSvOugdRo9qpPy8wRt > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X35znBcnP6cOxTrlSGUITf2G0BqINFAK { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRy4OBL2GWuk4WVzqM6TFwk2IqWwbnX2 { width:20rem;height:25.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ30RC3cPibeGxcBUR8MtFg4LSclFwR3 { width:2.5rem;height:2.5rem;top:22.0625rem;left:16.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwGU9MJabniJ4i9thLxBtAr4wqhDVi5W { display:block; }
 }@media only screen and (max-width: 763px) { #ln3EqS7AlsaVOgh7LxBTI6wrSQxyhJOE { width:18.75rem;height:10.125rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IQsJ9oh2DMrbkKpru3ZvU3lriWx4IE5P { width:18.75rem;height:7.875rem;top:14.5625rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TQdkJKVhiUR4zLk67yB4Sk0wCl2vDMvk { width:1.875rem;height:1.875rem;top:22.375rem;left:17.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAN7MZiMTsOniUEdP7bCwDrCfpgZ4ND5 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU { display:block; }#NTp7vBbSLONTBIkl92vqvrFlkBH1pFdU > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaIZiLeoWXLH0mxykSpcRbDbVI3guUDk { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuXBWaWhz8ZTtaZvO7vSkf6wxWDiLUEZ { width:20rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbSE8BK0XqBP1KrtrILkorKmkf5K55J { width:2.5rem;height:2.5rem;top:22.625rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOTFn2asvr0CUlfxJgGtQ5HTIO30wI7m { display:block; }
 }@media only screen and (max-width: 763px) { #i5WuFU9yrTkCxE6BuNaUMWI89ArT3dwP { width:18.75rem;height:10.125rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwtwA5pVizLdNJD7GUAdeSk5ITs2rXo { width:18.75rem;height:7.875rem;top:14.75rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OFhM2xPSTeMHhF5KMTuORvP7CRcMasUD { width:1.875rem;height:1.875rem;top:22.9375rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4P0FyoAJdSZIiaQ2OqhtyeCh2k8Di83 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 { display:block; }#tBCx0CkffCALmaCdI6d1Jb6TZdr8QFw3 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwScJAkTGQl47NwxoBtq7zWIKS3RLuPB { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soL7qTfWA6RvC5iAGTHlek9wf5aeWuIo { width:20rem;height:33.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgoQ2lNWd15srkwWBnb8JmE2K4PHl2B5 { width:2.5rem;height:2.5rem;top:30.3125rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbF9oIvOczNWAmmZPRge2xFrIJVMUNQ { display:block; }
 }@media only screen and (max-width: 763px) { #FCTsJgoRgVA3A0d1vvMLGQ0qrTcq2e8T { width:18.75rem;height:15.75rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nudf8mRUMNKTLl35IbH19tkBhnRbUCTw { width:18.75rem;height:10.125rem;top:20.1875rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #szqqV98qMs9mHXiFaCgyBiZG0WPc65Dk { width:1.875rem;height:1.875rem;top:30.625rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeHKX79uSdTK2XH9WLFHNq2s4v6r0Ly { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH8hf6fn9kU2MQcRFVodXtgsOrlotbze { display:block; }#HH8hf6fn9kU2MQcRFVodXtgsOrlotbze > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkhsZssOTeiDHIMzhw59caUpBA2mANrJ { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPR6TJxIkSxNP7NmFpu4d7y647vWosT { width:20rem;height:24.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5oE7T6hVagihPTevGPmBxB38kh5ssK { width:2.5rem;height:2.5rem;top:21.0625rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD5dVT2Z3fA4LyVsTRd5Zhi9ayW81Dd9 { display:block; }
 }@media only screen and (max-width: 763px) { #de3E83iqMN4HCQCKTwJu9owTw39TGgb4 { width:18.75rem;height:11.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fSlhiPFZ9ZWpuKtFMzFQcoH5gzfiZF8Z { width:18.75rem;height:5.625rem;top:14.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ommwEBfuUpmtkp6QfOk3fmLNf7ORTtSo { width:1.875rem;height:1.875rem;top:21.375rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrdnsZXb4q4QtPk0TEPbkswkv2Nn43Gm { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGDqhIzrRyyJdimnB7nzEOTK5id57hEC { width:8.375rem;height:2.5rem;top:21.0625rem;left:8.25rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dDoya7T9TTBAUlpItuqpzGBiSQcIT0ao { display:block; }
 }@media only screen and (max-width: 763px) { #ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R { display:block; }#ee7mEOfpfs6GF1zuyIppMQmLCdxPw30R > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGTDKfRC2RokGwvRtPb7dz6UCf8SsMPJ { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8UNP6zulZKpg7BkdP0rKBORRBMPZgZ { width:20rem;height:31.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mcyirLTUOg6rbOIoO3UtMd9TlbAwd1 { width:2.5rem;height:2.5rem;top:28rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWiPzg2M253PJpmTg6WFQwI7Glz3RiAZ { display:block; }
 }@media only screen and (max-width: 763px) { #h81d7kPFaUu3b6KnJPBTxMk9pQEkkVEE { width:18.75rem;height:11.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #R128EAZDApvBoLUB3TUonrZHR3S3ppG6 { width:18.75rem;height:11.25rem;top:15.625rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kMz1XKiZJ8SM3HiGbvBNtOGQzSHuslqk { width:1.875rem;height:1.875rem;top:28.3125rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igo43yhAIaiWIfXa4PCnuWtzT0JzwBya { width:9.75rem;height:2.5rem;top:28rem;left:6.8125rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mIC1yzurzoPDa4utITbU4ZDspLE1Ly54 { display:block; }
 }@media only screen and (max-width: 763px) { #Tp6UFOTeHtoo7KEP5u2ptTu14tHe8IGm { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW54oiEc8bRmKovqwaTx93kq7BzVlwhg { display:block; }#TW54oiEc8bRmKovqwaTx93kq7BzVlwhg > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OseueMN7esIxZwPeqmgTJHg6DEWCUL4N { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZOghHItT67fn08qAaFkxraPfDIuiVfp { width:20rem;height:23.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT08rbX8ZaSifpodu4qsa4gTkufUGPls { width:2.5rem;height:2.5rem;top:20.1875rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X412WvOQEe3HVkC0PerebTTJR1dxfUxC { display:block; }
 }@media only screen and (max-width: 763px) { #Wu9FOn8eoig68LqXIHDEtFH6RB75TgJS { width:18.75rem;height:7.875rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T3Gb5Xk0pomdl5LkdEv3lIGlkG9FO9wy { width:18.75rem;height:6.75rem;top:12.8125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gcunVGLfvfMrHDgn6bcE6UkRse57xG0v { width:1.875rem;height:1.875rem;top:20.5rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQay55lQrao5Sfpg2QlTHZutoDD9mTlU { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Cz86SZHk5iD524FvVhM05G9NbhHD4C { display:block; }#U2Cz86SZHk5iD524FvVhM05G9NbhHD4C > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxObcdmhP1IbUdpFH39Gm6QtJUHTHqUy { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB2ZEp1hXIhGn2wz0PnyXCEeKQwM2cCN { width:20rem;height:12.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUkEAefGkHx4Wra4p6nMMx9drbNkC7a8 { width:2.5rem;height:2.5rem;top:9.75rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ogND8rs0eFVdZ0AIFF7gmp7ZhfvvI1 { display:block; }
 }@media only screen and (max-width: 763px) { #VaVRk9db8Ks56VNiVweTRxGs8uU6nDiI { width:18.75rem;height:2.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MUS0hCMeqZPJm21Gb4cbNe05FAXf2sg0 { width:1.875rem;height:1.875rem;top:10.0625rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J45sbllQZNVlqitKsV69zTzwPFRQzT9k { width:18.75rem;height:3.375rem;top:6.3125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yhnVamrakgrUxFTKDArgMBtwFcCCNQcS { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM { display:block; }#Tv1n34M8qwT03NvHGRFHVZOUhKHViKSM > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tf0GOfid15KAdF0fPHqPRObPwSgkCWvk { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9alRNItkHGKPNkiwMT6fGu4n4pHOriM { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCphp6psETXoKDeipTTkNCVMky0ozUT { width:2.5rem;height:2.5rem;top:20.75rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2XSHToBMzAOWT1t2Cd6g2WIgz8ELwzL { display:block; }
 }@media only screen and (max-width: 763px) { #Bpgmt0QOqTU1ddOXCBAcL7vfMQyizwFi { width:18.75rem;height:7.875rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GLIP8PdaQSLVt9fhaeE4dvHA9yU7XVwI { width:18.75rem;height:7.875rem;top:12.8125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #R1kb5IZTA08HiAUPZqvzG3NkddfItILR { width:1.875rem;height:1.875rem;top:21.0625rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD0xfMLfKyorePeEWcGVmxKdMFApCxsS { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwbfMyADocXCM5R6uVFNEMThqTd7WPWs { display:block; }#NwbfMyADocXCM5R6uVFNEMThqTd7WPWs > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rezcuvnB7IDdc74nr1gmBwa53vJC6Csx { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A68hQEHpZTRspNhyl0y5HV5r5g9Jbe6H { width:20rem;height:23.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFHPtEQa7P5UlmgRuQESy327pyo2EBvU { width:2.5rem;height:2.5rem;top:19.75rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkzrHGTKWD3Z0SoiTXqo711V8K3d6M0U { display:block; }
 }@media only screen and (max-width: 763px) { #cuoskiTFCiLAmfhHhxCL3WAGX64IgzBg { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TUO6432pvTt3P9UKG4zl0deofg0MagwA { width:18.75rem;height:6.75rem;top:13.25rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uf63QP9p7Dr0ZSQaQGF65PW7HAgJ3OP9 { width:1.875rem;height:1.875rem;top:20.0625rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkxvAuxwSK4y61zO6TpNOl8uiSSIzn6 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz { display:block; }#Qyng7m9M1ruvLEablxPWVWBW8TMKT7Vz > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISSXTPkhiLHw2OilgMiwyRSqfTV8t0VZ { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WeSDeDMzdEnXnqB8URALQlTd81L9p1 { width:20rem;height:27.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGo7hZ9eh7J593kH2DvvhFbVrwMsyPx { width:2.5rem;height:2.5rem;top:24.625rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1dTxw7CdLpf9SIiIoBFpZeVsP7HPsi { display:block; }
 }@media only screen and (max-width: 763px) { #D4a3CTDAsHJIBET8nxwkdH1dqO429bd4 { width:18.75rem;height:11.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #e5gbThqaUQ8WauFCr62LPh1ctccbz9ec { width:18.75rem;height:9rem;top:15.5rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OhyucibGUb1x0kAwB6nfnB74NToDU2x1 { width:1.875rem;height:1.875rem;top:24.9375rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOMRfSfckXZtUFROixpiX7hqt9pIpCPm { width:7.8125rem;height:2.5rem;top:24.625rem;left:8.8125rem;font-size:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #f16bn66dbhCG9zCyMTHQdwgzQG4KOFAi { display:block; }
 }@media only screen and (max-width: 763px) { #y3T0bsyJBWFJq3ZyrCihidTW9eRE25XX { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 { display:block; }#q0Zg5e8vTk87OxTctmAWZdnBSMopRey9 > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0dgJ3ST4g7ApRLPpfCF6Ou5GMqEchTN { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBZlhFuEyaUQkvilFLImWvEppOJh45v { width:20rem;height:46.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvIkvxNNcVxQpNa8xoOk0FH20f2om3G { width:2.5rem;height:2.5rem;top:43.5rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTwUD7SH5CQfT6s9JNbz3CcqyprMOVD { display:block; }
 }@media only screen and (max-width: 763px) { #uubdH8UsZqv5fAH3i0IspNy8wuf9KD9v { width:18.75rem;height:20.25rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4bU8KktZsSs2VRDqSRip2QTzI3l12h { width:18.75rem;height:20.25rem;top:24.5rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #s2W64qxdX3xuNJ0nkXGwkQ8RLGwD1tPv { width:1.875rem;height:1.875rem;top:43.8125rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtHVQnebDTohxUUac7G7l8hHxCxQmg68 { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe { display:block; }#RbDM3wPHfozFoHIsyCmFg5TqtzxtOiDe > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoTzyDylZsML31ZPTApgTUlQTfd2emON { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqX7ktbOUamIzkQNoFz38bn0P0tGBNed { width:20rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscWm18oKtB3DkoxfBwE0zDnPmMVDoVQ { width:2.5rem;height:2.5rem;top:20.625rem;left:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79XefxtULwcJ83lo0SXfDEMraQGt2MF { display:block; }
 }@media only screen and (max-width: 763px) { #qd8ySAPzWTP8tOoRXw6PAdFLqlk2ih6b { width:18.75rem;height:9rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #F7psuHBntSVWiTNCTc02TyPekDJ4XTE9 { width:18.75rem;height:6.75rem;top:13.125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tGiDWaztmcmshvmaXWPFTocXNZDCO3h0 { width:1.875rem;height:1.875rem;top:20.9375rem;left:17.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP0oLViPFz8wM7KOLwHfFgkqli4pAOws { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 { display:block; }#iZmrQPMZkifXHwgxXwRsSrM2xzxTgRi0 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHykyh2WOITewrTqKBZFWT1tRmSHTs90 { width:14.125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVNbsnM07lkx70DD57gb1P1TZdoSfGas { width:20rem;height:22.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWa8AWEPTrdkFCRcQ1ZX8d2HcgqMvus8 { width:2.5rem;height:2.5rem;top:19.0625rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryzTrmwWyL2PqR3UXRwHWTqRXnPgcCnH { display:block; }
 }@media only screen and (max-width: 763px) { #pi80MyPWT58AD5413SC3xNfGQZBhxrDt { width:18.75rem;height:7.875rem;top:3.4375rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VUPk55Ki29ApCy222WHFliEg10iOJcmH { width:18.75rem;height:5.625rem;top:12.8125rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4yVXaarPWoVyUJ9SCJ8wSsqXOJowQg { width:1.875rem;height:1.875rem;top:19.375rem;left:17.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2b5TTrql91M0cAsPz2hxzNcBCrBk21g { width:20rem;height:0.3125rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 { display:block; }#nT68JFBCpVrfGdxfk48iDXJLHW5DpxP8 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZlAOluueoNAUKrJQLeUXovw5kWPI18p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #13141a, #262833);background-image: -moz-linear-gradient(180deg, #13141a, #262833);background-image: -ms-linear-gradient(180deg, #13141a, #262833);background-image: -o-linear-gradient(180deg, #13141a, #262833);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#13141a', endColorstr='#262833' );";background-image: linear-gradient(180deg, #13141a, #262833);background-size:auto !important;display:block; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { background-color: transparent; background-image: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row > .video-iframe-container { display: none; }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .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); }#mZlAOluueoNAUKrJQLeUXovw5kWPI18p > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection { display:block; } #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection *:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="text"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="email"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection input[type="tel"]:focus-visible, #AOAUIotgRGl72AESt3m7O5WLnk7W4cds.widget-smartsection textarea:focus-visible { outline: none; } #Ps6R4AVdkOCZ1Z8RZvq4STWDCg6T8Oxa > .row .container { width:20rem;height:33.562160491943rem;position:relative;display:block; } }