.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#SA15aFNSB3y5P1oIzhePLhHS236Jmtwh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:9.125rem;top:0.3125rem;left:25.4375rem;display:block; }
#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcbcb6;background-image:none;position:relative;display:block; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { background-color: transparent; background-image: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container > .video-iframe-container { display: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container { display: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .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); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { border-width: 0; border-radius: 0; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container {  }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#KX919U1rR9WbP4s59ZHT5m1IRrPOa1uz { color:#000000;display:block;width:51.75rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:8.77441875rem;top:1.2138671875rem;left:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybpnW4GvlADDrRRUF4TmsEMcINw2Zwgd { color:#000000;display:block;width:39.375rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.3125rem;height:5.60595625rem;text-align:center;text-align-last:center;display:block; }
#tfONiDaSkE1740bySWP19hskEqQv6DSH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27rem;width:50.3125rem;top:13.25rem;left:4.84375rem;overflow:hidden;display:block; }
#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA { position:relative;display:block; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA { background-color: transparent; background-image: none; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container > .video-iframe-container { display: none; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row > .video-iframe-container { display: none; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .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); }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA { border-width: 0; border-radius: 0; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container > .video-iframe-container {  }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#rVoF5u5UuX0EcHfiotPGpp2JW1kPUkTw { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:2.84375rem;top:0.359375rem;left:21.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQityg2KI18cy3y4NnGX02zmPP9dukK5 { position:relative;display:block; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 { background-color: transparent; background-image: none; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container > .video-iframe-container { display: none; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row > .video-iframe-container { display: none; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .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); }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 { border-width: 0; border-radius: 0; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container > .video-iframe-container {  }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#F6HNGmiF4a0JdQ67Vw9k0OhqNmoR4wLc { color:#000000;display:block;width:12.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:5.84960625rem;top:9.0625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFBqfWh4rIFxD5HiecRGv36WTMWSPReO { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:7.3120125rem;top:9.0625rem;left:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2yFMCiEEMlQdy42OB65awtq0uBd3Ly8 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:5.84960625rem;top:9.06201171875rem;left:28.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwGIgg23ReNCzzFQ9NMx5KFpOnbUDR8f { color:#000000;display:block;width:15.875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:5.84960625rem;top:9.0625rem;left:43.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqTm7Qcz19oGWUTh9ArikxOfGAHZoiVg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:7.0625rem;top:1.1875rem;left:2.71875rem;display:block; }
#PcgRprTTGy2H2kpMAy8ZABatRcvArOJN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:7.0625rem;top:1.0625rem;left:17.125rem;display:block; }
#FFnMTk5bFo49TAItC3xb9UzQgENLBLlw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:7.0625rem;top:1.0625rem;left:32.125rem;display:block; }
#HkWsRELydTtRO0xxEm2iSEftv6Zcwc6g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:7.0625rem;top:2.0625rem;left:47.5625rem;display:block; }
#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8a59a;background-image:none;position:relative;display:block; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { background-color: transparent; background-image: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container > .video-iframe-container { display: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container { display: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .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); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { border-width: 0; border-radius: 0; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container {  }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#a46sy9B2iwbITIRB79TCgHuMWoafwmUm { color:#000000;display:block;width:58rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1rem;left:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtBrncvd47S4Pa3K8zPALfP6pkwJ7Zr9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:12.8125rem;top:5.0625rem;left:0.25rem;display:block; }
#A6z8vSW0GbNMglzxEnVxbFozTM8XuJdR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:12.875rem;top:5.03125rem;left:20rem;display:block; }
#QQJK2ItuZupalnqKNogq0wTd1KG6xVoL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:6.125rem;top:5.0625rem;left:13.476522842639rem;display:block; }
#cdOZ5QhvBp56PFp9M9MuXW3CnleHAnCR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:26.4375rem;top:5.0625rem;left:33.277243589744rem;display:block; }
#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa { position:relative;display:block; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa { background-color: transparent; background-image: none; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container > .video-iframe-container { display: none; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row > .video-iframe-container { display: none; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .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); }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa { border-width: 0; border-radius: 0; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container > .video-iframe-container {  }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#eayXenmCIgs1Xc7Isaq5pR5WSTMwR1Sk { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:2.84375rem;top:0.421875rem;left:12.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDiBL5twLADUWu4WNrLuMUku72dlOP1D { position:relative;display:block; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D { background-color: transparent; background-image: none; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container > .video-iframe-container { display: none; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row > .video-iframe-container { display: none; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .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); }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D { border-width: 0; border-radius: 0; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container > .video-iframe-container {  }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#g5UL9LGKiTb3hTap5hit8tIcW1rNeHVC { color:#000000;display:block;width:12.875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:14.78368125rem;top:13.1875rem;left:0.875rem;display:block; }
#lROfdytHLobZwOEeKfCpywCqbQoxzIsk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:10.75rem;left:0.875rem;font-style:normal;display:block; }
#KT8rFPbW800FobRTvU8momz8ogBL4DWb { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:10.1875rem;top:1.9375rem;left:0.6875rem;display:block; }
#KS1U0fWtmziq8FgV080ZMixW6NXKeRMa { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.375rem;height:1.13720625rem;display:block; }
#eTn4QscNCqHHiHO7Gt9zuDABzTqrHAsn { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#pxWJWGBifnp7nxpxvRbT5WywG6uTmNpN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:28.625rem;left:0.875rem; }
#FPcTLpn5XqsChpUCP5fGuR7FK1I6EVNf { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.125rem;top:2.125rem;left:2.4375rem;display:none; }
#fnmzCI4kvnLU1zA2sLfTswhW5bgTiAVa { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.625rem;top:2.125rem;left:2.4375rem;display:none; }
#sVGRMZtdf7Hr7o07856fUhC1FrrHCQqR { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.25rem;top:2.125rem;left:2.4375rem;display:none; }
#NrMJ1mcIt4xbMkTApHySOcdxcbRVcKeM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:10.0625rem;top:1.0625rem;left:17.5rem;overflow:hidden;display:block; }
#NOdwhG4Uwq0tdKgWrGr0OqpOgSWprBrF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;height:1.625rem;top:10.8125rem;left:17rem;font-style:normal;display:block; }
#HaX4zH9furb1WTUHOK3uBqkEVWpWu35f { color:#000000;display:block;width:12.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:11.3720625rem;top:13.1875rem;left:16.875rem;display:block; }
#sEXNIe98HIzTs0rDp3pIfcPNtXwWPEec { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.6875rem;left:18.25rem;height:1.13720625rem;display:block; }
#srOhnT7sCbNZGPkDsoQahIzTV1KfnffF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:25.375rem;left:16.6875rem; }
#FWvutEOPpoTLNzI1Wf4DLU7xE40Tu5ln { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:3.9375rem;top:1.5rem;left:36rem;overflow:hidden;display:block; }
#SvXyXhLKMnHKqB9ol1hsDm53Tmdewv3y { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:3.25rem;top:1.03125rem;left:48.9375rem;overflow:hidden;display:block; }
#olvPGneuisGJh845xucv2vDGtX1dJ17g { color:#000000;display:block;width:12.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;height:17.0581rem;top:13.1875rem;left:32.4375rem;display:block; }
#EFuH2NZMZ4OAE4cmTC9rvCh9aqRQRmIQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;height:1.625rem;top:10.75rem;left:32.4375rem;font-style:normal;display:block; }
#U3h2nivqI1zEXc6cK1kozf6pTN5awzxE { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:31.4375rem;left:33.9375rem;height:1.13720625rem;display:block; }
#BJ6IvnDNMUQH3KV74CFggsw0N09wFm89 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:31.0625rem;left:32.4375rem; }
#prfPRHX61lNdOKbynDRRJMt411kqBAHc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;height:1.625rem;top:10.75rem;left:47.5rem;font-style:normal;display:block; }
#J5UN2CvplK5mELdFnrcZx1NnRTOy8FbU { color:#000000;display:block;width:12.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;height:14.78368125rem;top:13.1875rem;left:47.375rem;display:block; }
#FyztF7oNTPsSVaPPBgmcFvsunDMKhrR0 { color:#ef8877;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:48.75rem;height:1.13720625rem;display:block; }
#XS7rtNGoiO4C523B02gZZQnM2T8zU1ST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;opacity:1;top:28.8125rem;left:47.25rem; }
#OkzOlKzovPq785GLm2tksxTSzDOdzsz6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:3.5rem;top:0.90625rem;left:52.533783783784rem;overflow:hidden;display:block; }
#CUu1vFvqt0WZRknv1C4HiDUraOXgbtdm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:31.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#IedAWqtP3ETTvp8GGybnEAdmxCfyqEXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a5GUDIiy7JmPtaZMesJgwrRPETLJWwEX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:29.5625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0rem;left:15.625rem;display:block; }
#VeRyRDgrPRMPvwq6rdmSSBiMAaUENScn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l1tKIGTcHJFs4eV12F5UecmgDqkuikSQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:33.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0rem;left:31.53125rem;display:block; }
#MfGaoAaiQTgZ6By3rRCahfBaa66Eihx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gPFBCM5qTFBuZqvTwKTOd4vd0XG9sfu8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:33.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0rem;left:46.1875rem;display:block; }
#wi7J4ZJlZWIpW7ZQekhwCXzM8TcrdU3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR { position:relative;display:block; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR { background-color: transparent; background-image: none; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container > .video-iframe-container { display: none; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row > .video-iframe-container { display: none; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .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); }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR { border-width: 0; border-radius: 0; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container > .video-iframe-container {  }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#ygHTfpakPp8H5nu24nH95fMhStiUvDEm { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:18.1953125rem;top:14.875rem;left:0.9375rem;display:block; }
#lV2gQSlEtE6b08SgBQmxFmEu73J5U4FH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.375rem;left:0.9375rem;font-style:normal;display:block; }
#NQPfcc70B6Gw31xV3Hfu2LU0TC3JJNdc { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:7.8125rem;top:5.03125rem;left:3.125rem;overflow:hidden;display:block; }
#uMx70fizGBcGyvfpnc8k2cysP3CWDRvH { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:34.3125rem;left:2.375rem;height:1.13720625rem;display:block; }
#cDS9q4G8x4N7w6kiF4e9N2bRVhMn8m7n { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#qFx2kTr6DNwVbUMKADkFgWdNIL6e4Pu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:34.037109375rem;left:0.9375rem; }
#hfRixWq3Ba6bNP8qZskeAVucbNTszyT2 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.125rem;top:2.125rem;left:2.4375rem;display:none; }
#boZP7kWU6aEnKlc42MtJbEhcGmmDcnUk { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.625rem;top:2.125rem;left:2.4375rem;display:none; }
#STSZG03gdIuwTdx5ESSlJe21Lf6gd8ma { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9.25rem;top:2.125rem;left:2.4375rem;display:none; }
#HcCmb5IcU8tNwQFHuWMEw7LL45XQ9E52 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:4.375rem;top:1.40625rem;left:20.25rem;overflow:hidden;display:block; }
#lPl8vtSBqF3BSTEv7uKCdaPOxBoeoVbE { color:#000000;display:block;width:12.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;height:3.25rem;top:12.375rem;left:17rem;font-style:normal;display:block; }
#STagK5u0uNZwbHu7R5aVnCHZAVGhKEDb { color:#000000;display:block;width:12.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;height:7.96044375rem;top:16.4375rem;left:16.8125rem;display:block; }
#ddMuUfH6bhGhEOMzIVCHZh1xDhxG5M0M { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.5rem;left:18.1875rem;height:1.13720625rem;display:block; }
#xh3hCNI2QWsKPOErImcaOnpoNFaakWf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;opacity:1;top:25.1875rem;left:16.625rem; }
#C0oXnTXeG3RTtw3Rm1t5JQ787XZ3T7gn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:10.6875rem;top:4.375rem;left:33.25rem;overflow:hidden;display:block; }
#S4HLFgeWDf5xThdaTd6LDbmTcLEW6p6V { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:3.25rem;top:2.75rem;left:48.875rem;overflow:hidden;display:block; }
#QBCusXw19JldGdDtrKBzbq7FLilUn8E4 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;height:9.0976625rem;top:14.75rem;left:32.4375rem;display:block; }
#cbaqLCpocmknzf1QBX1IoXwk5EhoZLRL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.3125rem;left:32.4375rem;font-style:normal;display:block; }
#FbDTX0E4en20FHrTaGLhc2qRordpAbOZ { color:#ef8877;display:block;width:11.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:25.25rem;left:33.875rem;height:1.13720625rem;display:block; }
#pZz2JlV4g4fNESsTuXPZ4TTWCTAR0fOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;opacity:1;top:24.875rem;left:32.375rem; }
#afkVdICu4aexG8XZJAidX9a9ScAvVtF0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;height:1.625rem;top:12.3125rem;left:47.5rem;font-style:normal;display:block; }
#JsrN7Cit76txNJedGf3wCg7060Jocvq3 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;height:23.88133125rem;top:14.75rem;left:47.375rem;display:block; }
#hOsUTWi8XpetU395Uhcu2vEceTT40QIb { color:#ef8877;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:48.875rem;height:1.13720625rem;display:block; }
#w0th1ucU1VoSC8UcwMpGNc03viSJRHtt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;opacity:1;top:39.5625rem;left:47.375rem; }
#mSIPlncXuHNxvNwkNBUcEkKWbmNTVeuw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:3.1875rem;top:2.75rem;left:52.8125rem;overflow:hidden;display:block; }
#ll0J5e1RPiRyLWGreTNOSutriJiuNJbE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:38.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1.40625rem;left:0rem;display:block; }
#qcUntXgvvipPqzc20cG0bn2mHbEmiZ0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTMZFu7PsAaWBdN7lr4zbo3FJvCaxxA9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:28.0625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1.40625rem;left:15.9375rem;display:block; }
#QSP0bHaOVJ9XMy1c6VzdbcElP0XvQwI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mK920mvrzQVVTG94bRMskWmr7yPVkoCk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:29.3125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:0.71875rem;left:16.4375rem;display:block; }
#K0IlCdcVFNlbiPkTOMvAkx5FRtZ3rwTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r5zHgZMl1nvrmwTExMAV3p2VnNOAsO1V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:29.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:1.40625rem;left:31.84375rem;display:block; }
#Q92kMEpDauSNmrBx58m23QQ5BQXHx93J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G5ST7dD42LrhblEZmJEgLDciUKOTmRLT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:41.625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1.40625rem;left:46.5rem;display:block; }
#eBIBkqBaMceXasUBvNdUipy8zH5pLObD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX { position:relative;display:none; }#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX { border-width: 0; border-radius: 0; }#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX > .row .container > .video-iframe-container {  }#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#NfQu9mTsSQr0p28m1LtTq8s5x4z9dgKR { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#gSyVDA2tnkJGwHRcfhtJAVLq5NgV2OJl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#FRg1mJITHm9XG4bEwUA21IwqRT6izBh6 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#WNPwCtbVMfBoJMsxMA9hKzHqTzJgGXqG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#auQdUuXQnXnsKMrLcMoiTL4a2Sv4sqpX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.625rem;width:31.375rem;display:none; }
#f3BCzEqPPCFg3KyLqUtuNTnJgi3siqPo { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#FhGo6wI9opkfmifIgZ8we9IPdGF2P6KW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.625rem;width:20.125rem;display:none; }
#izwDQR8dNTSoKprt6XFC2TNGD0ide4Mt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#gwkmWG050KUTOcaIT8mklTVCoi9DgUiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL { position:relative;display:none; }#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL { border-width: 0; border-radius: 0; }#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL > .row .container > .video-iframe-container {  }#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#FTDFVhg3w6vfDo65Uth8XkZ5VBTlA4GT { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#yyRTVwXEzFtce28BvGRwa0FgVRIbL4XH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#O6lTwKFKtwXaZrb0sGtQUF6FXA5LE3tJ { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#FLyMaNtL4oApWQCtzqweNfvdKBF5GtVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#eoP5Q0BPVmTnX4AodIfxAh8rf8PIL5E9 { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#MFskuUlJ04pPcehAABW2uuhcv1x6W9Gc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:7.8125rem;display:none; }
#g9vXMHQMC1t5R1ITXOlJtIsHKvf8D0CK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:7.8125rem;display:none; }
#irScTbpqD0dRdrnbw7oTtAMuDw9Qy0wz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#yXwwy2J1eac34ofrUmXhkm5vGbXGdXEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb { position:relative;display:none; }#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb { border-width: 0; border-radius: 0; }#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb > .row .container > .video-iframe-container {  }#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#VlMaRBZ1ZAwxRXgUUg8NUrNPhXfpDREd { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#mDTwEog7IoGwgZ5SIE5BzoAF9D7TD0XX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#pkPHSrtIsgdtDJSUGf5JQiLufbW0VoTE { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#nnEFhe4Z5AG78N1xItsSTeK8WlR367TS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#ClfyhB8QlTU5VMJLm6y4GdTIZSPnqbJq { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#iJ7Rw37OosES96EEF8xkDrCIrd4QOl9f { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:7.4375rem;display:none; }
#Rk5TUaydFOLUt6fNiOsWz0Qdwi7aBsDR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:7.4375rem;display:none; }
#Pe92MXCzkWTsJnVFiF58MrlPl7MqAKk3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#VMmrmqPqo1pO5ghH3erT4SWI9MBq0pE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL { position:relative;display:none; }#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL { border-width: 0; border-radius: 0; }#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL > .row .container > .video-iframe-container {  }#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#Zif39fcTda0rFcaQuH7VTvcgGSOFwLSB { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#d2TrIkEwWyP5yNyFcHRFhRz49noJui28 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#f7heBaC15REs3Ik8pu3NOONScoOFZ2wl { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#BhVQdbXb6r9EE4PMOVvXVatdsXhOb5yx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#vXfmitWy3seHRAzlDKahfbbwhyMbpVg5 { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#DNla7SWkhFQX4SZuI4xh1Cf8qnVu5D9z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:10.1875rem;display:none; }
#fpua6vvWAPTC4zSMXuR3og0Co8qeRROV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:8.625rem;display:none; }
#LDahspTG8oDt8qNNW8SqoFGTsISAZpCr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:6.1875rem;display:none; }
#EGx6Jiuhg6TVNQl8RcqcMSvbCN3ai4lz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#oawPFTLv0BmRnZoefOTIXSIbha08xG8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q { position:relative;display:none; }#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q { border-width: 0; border-radius: 0; }#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q > .row .container > .video-iframe-container {  }#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#I9HR9PDTKub4snuXy0uD5DL6GSXNL6HH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#GhJkurpvT4Jn0eM3n8veeqk3pnrNP6Pl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#VThwT2PQ8Syf95OhKNRn2z8LlF9E6MyK { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#vM5N27PpXcJdR1NPOJtsm5zL9X4ukh1L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#wUgXfWkSKAgRVunFI9pMCLhyMILJ83Az { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#Ikyqhxs5XXLbzMr11KTwUoDByVpryzNd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:9.375rem;display:none; }
#zSlDJfwc0QquSvxpOPSXQcUzaVw7ftmy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#Cke2NRG2wL0GnRyH2uGoXSoB8RxJ9Zcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 { position:relative;display:none; }#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 { border-width: 0; border-radius: 0; }#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 > .row .container > .video-iframe-container {  }#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#uPq1WndTU6DDrWO77oQlR9WTXSmoUIbJ { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#OpoMV8TQPn9UVzKgFBRMuH0Rul5BIXqb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#ostk1SV5byhtMBXb9KtNhNs9LJp6g8t8 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#dXTVDJEoJvUoK9iCBG9T4WTEbdcFayZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#GMPxTkCTLGsXeHDwOogQpUwanxExIJaR { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#JhMvNympxeqSxrGlTH6BRrtFdFQPFkul { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:4.9375rem;display:none; }
#c3UFtsJ0Toln4eZdc8rLrpSqo8PlCW6p { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#sUSOdeKE8fI55mfpBVw0CZDFPyCtJT9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C { position:relative;display:none; }#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C { border-width: 0; border-radius: 0; }#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C > .row .container > .video-iframe-container {  }#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#iLnHJGfDiWsozp9fbgnWyHAqTE3fTfFB { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:12.50926875rem;top:16.6875rem;left:0.875rem;display:none; }
#iZrnDWqBZaiMMTL7B8A63sOTEg2fXTZL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.21875rem;left:0.875rem;font-style:normal;display:none; }
#XnEB3kebzTaqihcxW3Q4eJMESByiCUxv { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:2.4375rem;height:1.13720625rem;display:none; }
#gucLXsATqiouMpVQamwMvOwBBkr2xae8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;opacity:1;top:29.9375rem;left:0.875rem;display:none; }
#AueOr6LqH4JTu577DvHQLU3bDJ3BkgTW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:10.1875rem;display:none; }
#yCUI0MTKsDV7Alix9SJf22af7MguklVx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:3.75rem;display:none; }
#ESh26blf5KaktsNIzxepSEFycTlxgolT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:3.8125rem;display:none; }
#BocNkeHZLVNHe55kQpXGBPc82VNWoqCv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:30.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#T1k5y7ivNzOiuJcTDPMXtTxcTix1vC3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8a59a;background-image:none;position:relative;display:block; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { background-color: transparent; background-image: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container > .video-iframe-container { display: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container { display: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .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); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { border-width: 0; border-radius: 0; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container {  }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#Vn7ofniuV16IGLbKbP95f5BuXMEUd5EG { color:#000000;display:block;width:10.75rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.8994125rem;top:12.125rem;left:0.65625rem;text-align:center;text-align-last:center;display:block; }
#i8prE5TIaJ37603OsvHm5IS88S6grEZo { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:brown;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;height:2.84375rem;top:0.6875rem;left:5.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFQVUVuSZ8kyaaqzCTFL0VfxdtH0dfRp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.8125rem;top:5.84375rem;left:3.625rem;display:block; }
#HdAcyKAU1hzdCqNWlok6rmCqEh1x3UKu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6.0625rem;top:4.9375rem;left:15.6875rem;display:block; }
#lT2EoHSKr4cuWIpztMenaI2K9O68hZkC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.625rem;top:4.9375rem;left:26.6875rem;display:block; }
#KcbqwzTFSZgRhFNXFEyRUWagzPfTaaLU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:6.375rem;top:4.03125rem;left:39.30712890625rem;display:block; }
#Z2mVA0zazgsOy9gPDW8PKCLm2NJnUTbO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:6.78125rem;left:52.5rem;display:block; }
#Mh9dh9v6UoRygdSQGGnTRG41pcMbuBnO { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:12.125rem;left:13.625rem;text-align:center;text-align-last:center;display:block; }
#Or8vF3urbizbsTyCaGmtBCPfb1JPZUc0 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:12.125rem;left:25.28125rem;text-align:center;text-align-last:center;display:block; }
#pePHyxpsETQmsn4m6Q39mZvBFv8nunMn { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:12.125rem;left:37.65087890625rem;text-align:center;text-align-last:center;display:block; }
#GkFxmbzr6lN8WrqJup6i1t3Oi5NyAmDK { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.8994125rem;top:12.12451171875rem;left:49.1875rem;text-align:center;text-align-last:center;display:block; }
#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh { position:relative;display:block; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh { background-color: transparent; background-image: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container > .video-iframe-container { display: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row > .video-iframe-container { display: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .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); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh { border-width: 0; border-radius: 0; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container > .video-iframe-container {  }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU { position:relative;display:none; }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU { border-width: 0; border-radius: 0; }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU > .row .container > .video-iframe-container {  }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#TWX75ByUV746lsV01kIJ3OaTwVDmO25k { position:absolute;display:block;z-index:100001;background-color:#ef8877;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;height:0.1875rem;width:25rem;top:1rem;left:17.5rem;display:none; }
#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container { background-color: transparent; background-image: none; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container > .video-iframe-container { display: none; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row > .video-iframe-container { display: none; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .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); }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container { border-width: 0; border-radius: 0; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row > .video-iframe-container {  }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA15aFNSB3y5P1oIzhePLhHS236Jmtwh { width:9.125rem;height:1.4375rem;top:0.3125rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip { display:none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KX919U1rR9WbP4s59ZHT5m1IRrPOa1uz { top:1.1875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybpnW4GvlADDrRRUF4TmsEMcINw2Zwgd { top:11.25rem;left:4.1875rem;width:39.375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfONiDaSkE1740bySWP19hskEqQv6DSH { top:13.25rem;left:0rem;width:47.75rem;height:25.624844720497rem;display:block; }
 }@media only screen and (max-width: 763px) { #eukEwFaRUvXsCmDokgvTvIvx1v3O58BA { display:none; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rVoF5u5UuX0EcHfiotPGpp2JW1kPUkTw { top:0.3125rem;left:15.71875rem;width:16.3125rem;height:2.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQityg2KI18cy3y4NnGX02zmPP9dukK5 { display:none; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F6HNGmiF4a0JdQ67Vw9k0OhqNmoR4wLc { top:9.0625rem;left:0rem;width:12.25rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFBqfWh4rIFxD5HiecRGv36WTMWSPReO { top:9.0625rem;left:8.3125rem;width:12.4375rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2yFMCiEEMlQdy42OB65awtq0uBd3Ly8 { top:9rem;left:22.75rem;width:13.5625rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGIgg23ReNCzzFQ9NMx5KFpOnbUDR8f { top:9.0625rem;left:31.875rem;width:15.875rem;height:5.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqTm7Qcz19oGWUTh9ArikxOfGAHZoiVg { width:7.0625rem;height:7.0625rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcgRprTTGy2H2kpMAy8ZABatRcvArOJN { width:7.0625rem;height:7.0625rem;top:1.0625rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFnMTk5bFo49TAItC3xb9UzQgENLBLlw { width:7.0625rem;height:7.0625rem;top:1.0625rem;left:26rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkWsRELydTtRO0xxEm2iSEftv6Zcwc6g { width:7.0625rem;height:7.0625rem;top:2.0625rem;left:40.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg { display:none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a46sy9B2iwbITIRB79TCgHuMWoafwmUm { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtBrncvd47S4Pa3K8zPALfP6pkwJ7Zr9 { width:12.8125rem;height:12.8125rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6z8vSW0GbNMglzxEnVxbFozTM8XuJdR { width:12.875rem;height:12.875rem;top:5rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQJK2ItuZupalnqKNogq0wTd1KG6xVoL { width:6.125rem;height:12.875rem;top:5.0625rem;left:7.3515228426394rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdOZ5QhvBp56PFp9M9MuXW3CnleHAnCR { width:26.4375rem;height:12.875rem;top:5.0625rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa { display:none; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eayXenmCIgs1Xc7Isaq5pR5WSTMwR1Sk { top:0.375rem;left:6.09375rem;width:35.5625rem;height:2.8125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDiBL5twLADUWu4WNrLuMUku72dlOP1D { display:none; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g5UL9LGKiTb3hTap5hit8tIcW1rNeHVC { top:13.1875rem;left:0rem;width:12.875rem;height:14.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lROfdytHLobZwOEeKfCpywCqbQoxzIsk { top:10.75rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT8rFPbW800FobRTvU8momz8ogBL4DWb { width:10.1875rem;height:7.375rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KS1U0fWtmziq8FgV080ZMixW6NXKeRMa { top:28.875rem;left:0rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTn4QscNCqHHiHO7Gt9zuDABzTqrHAsn { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxWJWGBifnp7nxpxvRbT5WywG6uTmNpN { top:28.625rem;left:0rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPcTLpn5XqsChpUCP5fGuR7FK1I6EVNf { width:9.125rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnmzCI4kvnLU1zA2sLfTswhW5bgTiAVa { width:9.625rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVGRMZtdf7Hr7o07856fUhC1FrrHCQqR { width:9.25rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrMJ1mcIt4xbMkTApHySOcdxcbRVcKeM { width:10.0625rem;height:9.1875rem;top:1.0625rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOdwhG4Uwq0tdKgWrGr0OqpOgSWprBrF { top:10.8125rem;left:10.875rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaX4zH9furb1WTUHOK3uBqkEVWpWu35f { top:13.1875rem;left:10.75rem;width:12.625rem;height:11.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEXNIe98HIzTs0rDp3pIfcPNtXwWPEec { top:25.6875rem;left:12.125rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srOhnT7sCbNZGPkDsoQahIzTV1KfnffF { top:25.375rem;left:10.5625rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWvutEOPpoTLNzI1Wf4DLU7xE40Tu5ln { width:3.9375rem;height:8.25rem;top:1.5rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvXyXhLKMnHKqB9ol1hsDm53Tmdewv3y { width:3.25rem;height:9.1875rem;top:1rem;left:42.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #olvPGneuisGJh845xucv2vDGtX1dJ17g { top:13.1875rem;left:26.3125rem;width:12.625rem;height:17rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFuH2NZMZ4OAE4cmTC9rvCh9aqRQRmIQ { top:10.75rem;left:26.3125rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3h2nivqI1zEXc6cK1kozf6pTN5awzxE { top:31.4375rem;left:27.8125rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ6IvnDNMUQH3KV74CFggsw0N09wFm89 { top:31.0625rem;left:26.3125rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #prfPRHX61lNdOKbynDRRJMt411kqBAHc { top:10.75rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5UN2CvplK5mELdFnrcZx1NnRTOy8FbU { top:13.1875rem;left:35.125rem;width:12.625rem;height:14.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyztF7oNTPsSVaPPBgmcFvsunDMKhrR0 { top:29.0625rem;left:38.375rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS7rtNGoiO4C523B02gZZQnM2T8zU1ST { top:28.8125rem;left:41.125rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkzOlKzovPq785GLm2tksxTSzDOdzsz6 { width:3.5rem;height:9.5rem;top:0.875rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUu1vFvqt0WZRknv1C4HiDUraOXgbtdm { width:13.8125rem;height:31.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IedAWqtP3ETTvp8GGybnEAdmxCfyqEXb { display:block; }
 }@media only screen and (max-width: 763px) { #a5GUDIiy7JmPtaZMesJgwrRPETLJWwEX { width:13.8125rem;height:29.5625rem;top:0rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeRyRDgrPRMPvwq6rdmSSBiMAaUENScn { display:block; }
 }@media only screen and (max-width: 763px) { #l1tKIGTcHJFs4eV12F5UecmgDqkuikSQ { width:13.8125rem;height:33.9375rem;top:0rem;left:25.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfGaoAaiQTgZ6By3rRCahfBaa66Eihx8 { display:block; }
 }@media only screen and (max-width: 763px) { #gPFBCM5qTFBuZqvTwKTOd4vd0XG9sfu8 { width:13.8125rem;height:33.9375rem;top:0rem;left:33.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi7J4ZJlZWIpW7ZQekhwCXzM8TcrdU3r { display:block; }
 }@media only screen and (max-width: 763px) { #hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR { display:none; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ygHTfpakPp8H5nu24nH95fMhStiUvDEm { top:14.875rem;left:0rem;width:13.4375rem;height:18.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV2gQSlEtE6b08SgBQmxFmEu73J5U4FH { top:12.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQPfcc70B6Gw31xV3Hfu2LU0TC3JJNdc { width:7.8125rem;height:5.375rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMx70fizGBcGyvfpnc8k2cysP3CWDRvH { top:34.3125rem;left:0rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDS9q4G8x4N7w6kiF4e9N2bRVhMn8m7n { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFx2kTr6DNwVbUMKADkFgWdNIL6e4Pu3 { top:34rem;left:0rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfRixWq3Ba6bNP8qZskeAVucbNTszyT2 { width:9.125rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #boZP7kWU6aEnKlc42MtJbEhcGmmDcnUk { width:9.625rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STSZG03gdIuwTdx5ESSlJe21Lf6gd8ma { width:9.25rem;height:9.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcCmb5IcU8tNwQFHuWMEw7LL45XQ9E52 { width:4.375rem;height:10.1875rem;top:1.375rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPl8vtSBqF3BSTEv7uKCdaPOxBoeoVbE { top:12.375rem;left:10.875rem;width:12.375rem;height:3.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STagK5u0uNZwbHu7R5aVnCHZAVGhKEDb { top:16.4375rem;left:10.6875rem;width:12.625rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddMuUfH6bhGhEOMzIVCHZh1xDhxG5M0M { top:25.5rem;left:12.0625rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3hCNI2QWsKPOErImcaOnpoNFaakWf1 { top:25.1875rem;left:10.5rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0oXnTXeG3RTtw3Rm1t5JQ787XZ3T7gn { width:10.6875rem;height:6.6875rem;top:4.375rem;left:27.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4HLFgeWDf5xThdaTd6LDbmTcLEW6p6V { width:3.25rem;height:7.5625rem;top:2.75rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBCusXw19JldGdDtrKBzbq7FLilUn8E4 { top:14.75rem;left:26.3125rem;width:12.4375rem;height:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbaqLCpocmknzf1QBX1IoXwk5EhoZLRL { top:12.3125rem;left:26.3125rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbDTX0E4en20FHrTaGLhc2qRordpAbOZ { top:25.25rem;left:27.75rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZz2JlV4g4fNESsTuXPZ4TTWCTAR0fOi { top:24.875rem;left:26.25rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #afkVdICu4aexG8XZJAidX9a9ScAvVtF0 { top:12.3125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsrN7Cit76txNJedGf3wCg7060Jocvq3 { top:14.75rem;left:35.125rem;width:12.625rem;height:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOsUTWi8XpetU395Uhcu2vEceTT40QIb { top:39.8125rem;left:38.375rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0th1ucU1VoSC8UcwMpGNc03viSJRHtt { top:39.5625rem;left:41.25rem;width:1.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSIPlncXuHNxvNwkNBUcEkKWbmNTVeuw { width:3.1875rem;height:7.5625rem;top:2.75rem;left:44.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ll0J5e1RPiRyLWGreTNOSutriJiuNJbE { width:15.0625rem;height:38.5rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcUntXgvvipPqzc20cG0bn2mHbEmiZ0D { display:block; }
 }@media only screen and (max-width: 763px) { #yTMZFu7PsAaWBdN7lr4zbo3FJvCaxxA9 { width:13.5rem;height:28.0625rem;top:1.375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSP0bHaOVJ9XMy1c6VzdbcElP0XvQwI4 { display:block; }
 }@media only screen and (max-width: 763px) { #mK920mvrzQVVTG94bRMskWmr7yPVkoCk { width:13.5rem;height:29.3125rem;top:0.6875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0IlCdcVFNlbiPkTOMvAkx5FRtZ3rwTR { display:block; }
 }@media only screen and (max-width: 763px) { #r5zHgZMl1nvrmwTExMAV3p2VnNOAsO1V { width:13.5rem;height:29.3125rem;top:1.375rem;left:25.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q92kMEpDauSNmrBx58m23QQ5BQXHx93J { display:block; }
 }@media only screen and (max-width: 763px) { #G5ST7dD42LrhblEZmJEgLDciUKOTmRLT { width:13.5rem;height:41.625rem;top:1.375rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBIBkqBaMceXasUBvNdUipy8zH5pLObD { display:block; }
 }@media only screen and (max-width: 763px) { #hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX { display:none; }#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NfQu9mTsSQr0p28m1LtTq8s5x4z9dgKR { top:3.9375rem;left:2.25rem;width:11.625rem;height:14.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSyVDA2tnkJGwHRcfhtJAVLq5NgV2OJl { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRg1mJITHm9XG4bEwUA21IwqRT6izBh6 { top:17.3125rem;left:3.5625rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNPwCtbVMfBoJMsxMA9hKzHqTzJgGXqG { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auQdUuXQnXnsKMrLcMoiTL4a2Sv4sqpX { width:31.375rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3BCzEqPPCFg3KyLqUtuNTnJgi3siqPo { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhGo6wI9opkfmifIgZ8we9IPdGF2P6KW { width:20.125rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #izwDQR8dNTSoKprt6XFC2TNGD0ide4Mt { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwkmWG050KUTOcaIT8mklTVCoi9DgUiI { display:block; }
 }@media only screen and (max-width: 763px) { #vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL { display:none; }#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTDFVhg3w6vfDo65Uth8XkZ5VBTlA4GT { top:3.9375rem;left:2.25rem;width:11.625rem;height:19.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyRTVwXEzFtce28BvGRwa0FgVRIbL4XH { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6lTwKFKtwXaZrb0sGtQUF6FXA5LE3tJ { top:24.0625rem;left:3.5rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLyMaNtL4oApWQCtzqweNfvdKBF5GtVx { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoP5Q0BPVmTnX4AodIfxAh8rf8PIL5E9 { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFskuUlJ04pPcehAABW2uuhcv1x6W9Gc { width:7.8125rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9vXMHQMC1t5R1ITXOlJtIsHKvf8D0CK { width:7.8125rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #irScTbpqD0dRdrnbw7oTtAMuDw9Qy0wz { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXwwy2J1eac34ofrUmXhkm5vGbXGdXEf { display:block; }
 }@media only screen and (max-width: 763px) { #Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb { display:none; }#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VlMaRBZ1ZAwxRXgUUg8NUrNPhXfpDREd { top:3.9375rem;left:2.25rem;width:11.625rem;height:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDTwEog7IoGwgZ5SIE5BzoAF9D7TD0XX { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkPHSrtIsgdtDJSUGf5JQiLufbW0VoTE { top:20.5625rem;left:3.5625rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnEFhe4Z5AG78N1xItsSTeK8WlR367TS { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClfyhB8QlTU5VMJLm6y4GdTIZSPnqbJq { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ7Rw37OosES96EEF8xkDrCIrd4QOl9f { width:7.4375rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk5TUaydFOLUt6fNiOsWz0Qdwi7aBsDR { width:7.4375rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe92MXCzkWTsJnVFiF58MrlPl7MqAKk3 { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMmrmqPqo1pO5ghH3erT4SWI9MBq0pE0 { display:block; }
 }@media only screen and (max-width: 763px) { #leSveypQgSDiIpWrpeSvCTeNHUyz0BiL { display:none; }#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zif39fcTda0rFcaQuH7VTvcgGSOFwLSB { top:3.9375rem;left:2.25rem;width:11.6875rem;height:22.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2TrIkEwWyP5yNyFcHRFhRz49noJui28 { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7heBaC15REs3Ik8pu3NOONScoOFZ2wl { top:27.375rem;left:3.5625rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhVQdbXb6r9EE4PMOVvXVatdsXhOb5yx { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXfmitWy3seHRAzlDKahfbbwhyMbpVg5 { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNla7SWkhFQX4SZuI4xh1Cf8qnVu5D9z { width:10.1875rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpua6vvWAPTC4zSMXuR3og0Co8qeRROV { width:8.625rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDahspTG8oDt8qNNW8SqoFGTsISAZpCr { width:6.1875rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGx6Jiuhg6TVNQl8RcqcMSvbCN3ai4lz { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oawPFTLv0BmRnZoefOTIXSIbha08xG8v { display:block; }
 }@media only screen and (max-width: 763px) { #dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q { display:none; }#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I9HR9PDTKub4snuXy0uD5DL6GSXNL6HH { top:6.0625rem;left:2.1875rem;width:11.6875rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhJkurpvT4Jn0eM3n8veeqk3pnrNP6Pl { top:1.25rem;left:2.25rem;width:10.375rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VThwT2PQ8Syf95OhKNRn2z8LlF9E6MyK { top:14.875rem;left:3.5rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM5N27PpXcJdR1NPOJtsm5zL9X4ukh1L { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUgXfWkSKAgRVunFI9pMCLhyMILJ83Az { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ikyqhxs5XXLbzMr11KTwUoDByVpryzNd { width:9.375rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSlDJfwc0QquSvxpOPSXQcUzaVw7ftmy { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cke2NRG2wL0GnRyH2uGoXSoB8RxJ9Zcu { display:block; }
 }@media only screen and (max-width: 763px) { #nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 { display:none; }#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uPq1WndTU6DDrWO77oQlR9WTXSmoUIbJ { top:3.9375rem;left:2.25rem;width:11.6875rem;height:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpoMV8TQPn9UVzKgFBRMuH0Rul5BIXqb { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ostk1SV5byhtMBXb9KtNhNs9LJp6g8t8 { top:13.875rem;left:3.5625rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXTVDJEoJvUoK9iCBG9T4WTEbdcFayZM { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPxTkCTLGsXeHDwOogQpUwanxExIJaR { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhMvNympxeqSxrGlTH6BRrtFdFQPFkul { width:4.9375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3UFtsJ0Toln4eZdc8rLrpSqo8PlCW6p { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUSOdeKE8fI55mfpBVw0CZDFPyCtJT9n { display:block; }
 }@media only screen and (max-width: 763px) { #NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C { display:none; }#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iLnHJGfDiWsozp9fbgnWyHAqTE3fTfFB { top:3.9375rem;left:2.25rem;width:11.6875rem;height:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZrnDWqBZaiMMTL7B8A63sOTEg2fXTZL { top:1.25rem;left:2.25rem;width:10.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnEB3kebzTaqihcxW3Q4eJMESByiCUxv { top:28.75rem;left:3.5rem;width:9.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gucLXsATqiouMpVQamwMvOwBBkr2xae8 { top:29.9375rem;left:0rem;width:1.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AueOr6LqH4JTu577DvHQLU3bDJ3BkgTW { width:10.1875rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCUI0MTKsDV7Alix9SJf22af7MguklVx { width:3.75rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESh26blf5KaktsNIzxepSEFycTlxgolT { width:3.8125rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BocNkeHZLVNHe55kQpXGBPc82VNWoqCv { width:13.8125rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1k5y7ivNzOiuJcTDPMXtTxcTix1vC3y { display:block; }
 }@media only screen and (max-width: 763px) { #yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 { display:none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vn7ofniuV16IGLbKbP95f5BuXMEUd5EG { top:12.125rem;left:0rem;width:10.75rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8prE5TIaJ37603OsvHm5IS88S6grEZo { top:0.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFQVUVuSZ8kyaaqzCTFL0VfxdtH0dfRp { width:4.8125rem;height:4.8125rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdAcyKAU1hzdCqNWlok6rmCqEh1x3UKu { width:6.0625rem;height:6.0625rem;top:4.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT2EoHSKr4cuWIpztMenaI2K9O68hZkC { width:6.625rem;height:6.625rem;top:4.9375rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcbqwzTFSZgRhFNXFEyRUWagzPfTaaLU { width:6.375rem;height:7.6875rem;top:4rem;left:33.18212890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2mVA0zazgsOy9gPDW8PKCLm2NJnUTbO { width:3.3125rem;height:3.3125rem;top:6.75rem;left:44.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mh9dh9v6UoRygdSQGGnTRG41pcMbuBnO { top:12.125rem;left:7.5rem;width:10.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or8vF3urbizbsTyCaGmtBCPfb1JPZUc0 { top:12.125rem;left:19.15625rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pePHyxpsETQmsn4m6Q39mZvBFv8nunMn { top:12.125rem;left:31.52587890625rem;width:9.6875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkFxmbzr6lN8WrqJup6i1t3Oi5NyAmDK { top:12.0625rem;left:37.6875rem;width:10.0625rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh { display:none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU { display:none; }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWX75ByUV746lsV01kIJ3OaTwVDmO25k { top:1rem;left:11.375rem;width:25rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS { display:block; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA15aFNSB3y5P1oIzhePLhHS236Jmtwh { top:0.1875rem;left:6.875rem;width:6.25rem;height:0.9375rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip { background-color:#fcbcb6;background-image:url("https://images.assets-landingi.com/uc/cc5fb5cd-31b1-45ee-8de8-eafa72f7a822/ValoresCocunat_EDIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip.adaptive-delivery-prevent-bg, #JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip.lazyload, #JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip.lazyloading { background-image: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { background-color: transparent; background-image: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container > .video-iframe-container { display: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container { display: none; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .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); }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { border-width: 0; border-radius: 0; }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row > .video-iframe-container {  }#JCC5rLhLsVfsd071kKgBHOZZ2n8Tf3Ip > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KX919U1rR9WbP4s59ZHT5m1IRrPOa1uz { top:1.125rem;left:0.1875rem;width:19.625rem;height:7.798825rem;z-index:100000;text-align:center;text-align-last:center;font-family:brown;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ybpnW4GvlADDrRRUF4TmsEMcINw2Zwgd { width:18.75rem;height:5.84960625rem;top:10.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfONiDaSkE1740bySWP19hskEqQv6DSH { width:20rem;height:10.5625rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eukEwFaRUvXsCmDokgvTvIvx1v3O58BA { display:block; }#eukEwFaRUvXsCmDokgvTvIvx1v3O58BA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVoF5u5UuX0EcHfiotPGpp2JW1kPUkTw { top:0.416015625rem;left:3.75rem;width:12.5rem;height:2.35595625rem;z-index:100000;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQityg2KI18cy3y4NnGX02zmPP9dukK5 { display:block; }#OQityg2KI18cy3y4NnGX02zmPP9dukK5 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6HNGmiF4a0JdQ67Vw9k0OhqNmoR4wLc { top:1.625rem;left:6.21875rem;width:12.625rem;height:4.875rem;z-index:100001;text-align:left;text-align-last:left;font-family:brown;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QFBqfWh4rIFxD5HiecRGv36WTMWSPReO { top:9.0625rem;left:6.25rem;width:12.1875rem;height:4.875rem;z-index:100002;text-align:left;text-align-last:left;font-family:brown;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #d2yFMCiEEMlQdy42OB65awtq0uBd3Ly8 { top:16.625rem;left:6.25rem;width:12.0625rem;height:4.875rem;z-index:100002;text-align:left;text-align-last:left;font-family:brown;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TwGIgg23ReNCzzFQ9NMx5KFpOnbUDR8f { top:24.25rem;left:6.25rem;width:13.0625rem;height:4.875rem;z-index:100003;text-align:left;text-align-last:left;font-family:brown;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LqTm7Qcz19oGWUTh9ArikxOfGAHZoiVg { top:1.625rem;left:1.0625rem;width:4.875rem;height:4.875rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PcgRprTTGy2H2kpMAy8ZABatRcvArOJN { top:8.875rem;left:0.4375rem;width:5.5625rem;height:5.5625rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FFnMTk5bFo49TAItC3xb9UzQgENLBLlw { top:16.25rem;left:0.625rem;width:5rem;height:5rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HkWsRELydTtRO0xxEm2iSEftv6Zcwc6g { top:23.4375rem;left:0rem;width:5.625rem;height:5.625rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg { background-color:#f8a59a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { background-color: transparent; background-image: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container > .video-iframe-container { display: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container { display: none; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .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); }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { border-width: 0; border-radius: 0; }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row > .video-iframe-container {  }#pTvD1KJUyRBTMAK5WqGgtN2wzT7fBcdg > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a46sy9B2iwbITIRB79TCgHuMWoafwmUm { top:1.25rem;left:0.125rem;width:19.75rem;height:8.530275rem;z-index:100000;text-align:center;text-align-last:center;font-family:brown;color:#000000;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtBrncvd47S4Pa3K8zPALfP6pkwJ7Zr9 { top:10.625rem;left:0.125rem;width:9.625rem;height:9.625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6z8vSW0GbNMglzxEnVxbFozTM8XuJdR { top:20.6875rem;left:0.125rem;width:9.625rem;height:9.625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QQJK2ItuZupalnqKNogq0wTd1KG6xVoL { top:10.625rem;left:10.1875rem;width:9.6875rem;height:19.6875rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cdOZ5QhvBp56PFp9M9MuXW3CnleHAnCR { top:30.6875rem;left:0.15625rem;width:19.6875rem;height:9.5625rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa { display:block; }#rFn4VIJzs2wGrpMiiABQq5rMslUPKnKa > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eayXenmCIgs1Xc7Isaq5pR5WSTMwR1Sk { top:0.416015625rem;left:0rem;width:20rem;height:2.35595625rem;z-index:100000;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiBL5twLADUWu4WNrLuMUku72dlOP1D { display:block; }#KDiBL5twLADUWu4WNrLuMUku72dlOP1D > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5UL9LGKiTb3hTap5hit8tIcW1rNeHVC { top:3.9375rem;left:8.375rem;width:11.625rem;height:15.9208875rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lROfdytHLobZwOEeKfCpywCqbQoxzIsk { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8rFPbW800FobRTvU8momz8ogBL4DWb { top:1.25rem;left:0rem;width:7.8125rem;height:5.625rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KS1U0fWtmziq8FgV080ZMixW6NXKeRMa { width:9.75rem;height:0.9746125rem;top:20.6513671875rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #eTn4QscNCqHHiHO7Gt9zuDABzTqrHAsn { width:10.625rem;height:0.1875rem;top:22.5625rem;left:4.6875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #pxWJWGBifnp7nxpxvRbT5WywG6uTmNpN { width:0.9375rem;height:1.3125rem;top:20.48291015625rem;left:8.375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #FPcTLpn5XqsChpUCP5fGuR7FK1I6EVNf { top:8.3125rem;left:1.375rem;width:2.8125rem;height:2.875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fnmzCI4kvnLU1zA2sLfTswhW5bgTiAVa { top:10.625rem;left:2.9375rem;width:5.5rem;height:5.375rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sVGRMZtdf7Hr7o07856fUhC1FrrHCQqR { top:15.9375rem;left:1.25rem;width:3.3125rem;height:3.4375rem;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NrMJ1mcIt4xbMkTApHySOcdxcbRVcKeM { top:1.0625rem;left:4.9375rem;width:10.0625rem;height:9.1875rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NOdwhG4Uwq0tdKgWrGr0OqpOgSWprBrF { top:24rem;left:3.75rem;width:12.5rem;height:0;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaX4zH9furb1WTUHOK3uBqkEVWpWu35f { top:26.95605625rem;left:3.5625rem;width:12.875rem;height:14.78368125rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sEXNIe98HIzTs0rDp3pIfcPNtXwWPEec { width:11.625rem;height:0;top:26.8125rem;left:4.1875rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #srOhnT7sCbNZGPkDsoQahIzTV1KfnffF { width:1.125rem;height:1.5625rem;top:24rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #FWvutEOPpoTLNzI1Wf4DLU7xE40Tu5ln { top:1.5rem;left:8rem;width:3.9375rem;height:8.25rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SvXyXhLKMnHKqB9ol1hsDm53Tmdewv3y { top:1rem;left:8.375rem;width:3.25rem;height:9.1875rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #olvPGneuisGJh845xucv2vDGtX1dJ17g { top:13.1875rem;left:3.6875rem;width:12.625rem;height:auto;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EFuH2NZMZ4OAE4cmTC9rvCh9aqRQRmIQ { top:10.75rem;left:3.75rem;width:12.5rem;height:auto;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3h2nivqI1zEXc6cK1kozf6pTN5awzxE { width:11.625rem;height:auto;top:31.4375rem;left:4.1875rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #BJ6IvnDNMUQH3KV74CFggsw0N09wFm89 { width:1.125rem;height:1.5625rem;top:31.0625rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #prfPRHX61lNdOKbynDRRJMt411kqBAHc { top:10.75rem;left:3.75rem;width:12.5rem;height:auto;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5UN2CvplK5mELdFnrcZx1NnRTOy8FbU { top:13.1875rem;left:3.6875rem;width:12.625rem;height:auto;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FyztF7oNTPsSVaPPBgmcFvsunDMKhrR0 { width:9.375rem;height:auto;top:29.0625rem;left:5.3125rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #XS7rtNGoiO4C523B02gZZQnM2T8zU1ST { width:1.125rem;height:1.5625rem;top:28.8125rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #OkzOlKzovPq785GLm2tksxTSzDOdzsz6 { top:0.875rem;left:8.25rem;width:3.5rem;height:9.5rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CUu1vFvqt0WZRknv1C4HiDUraOXgbtdm { top:0rem;left:0rem;width:20rem;height:22.875rem;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IedAWqtP3ETTvp8GGybnEAdmxCfyqEXb { display:block; }
 }@media only screen and (max-width: 763px) { #a5GUDIiy7JmPtaZMesJgwrRPETLJWwEX { top:0rem;left:3.0625rem;width:13.8125rem;height:29.5625rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VeRyRDgrPRMPvwq6rdmSSBiMAaUENScn { display:block; }
 }@media only screen and (max-width: 763px) { #l1tKIGTcHJFs4eV12F5UecmgDqkuikSQ { top:0rem;left:3.0625rem;width:13.8125rem;height:33.9375rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MfGaoAaiQTgZ6By3rRCahfBaa66Eihx8 { display:block; }
 }@media only screen and (max-width: 763px) { #gPFBCM5qTFBuZqvTwKTOd4vd0XG9sfu8 { top:0rem;left:3.0625rem;width:13.8125rem;height:33.9375rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wi7J4ZJlZWIpW7ZQekhwCXzM8TcrdU3r { display:block; }
 }@media only screen and (max-width: 763px) { #hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR { display:none; }#hA9Ui5mk8siFOUCzxDUANxdUKH11WsFR > .row .container { width:20rem;height:22.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ygHTfpakPp8H5nu24nH95fMhStiUvDEm { top:3.9375rem;left:8.375rem;width:11.625rem;height:15.9208875rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lV2gQSlEtE6b08SgBQmxFmEu73J5U4FH { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQPfcc70B6Gw31xV3Hfu2LU0TC3JJNdc { top:1.25rem;left:0rem;width:7.8125rem;height:5.375rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uMx70fizGBcGyvfpnc8k2cysP3CWDRvH { width:9.75rem;height:0.9746125rem;top:20.6513671875rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #cDS9q4G8x4N7w6kiF4e9N2bRVhMn8m7n { width:10.625rem;height:0.1875rem;top:22.5625rem;left:4.6875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #qFx2kTr6DNwVbUMKADkFgWdNIL6e4Pu3 { width:0.9375rem;height:1.3125rem;top:20.48291015625rem;left:8.375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #hfRixWq3Ba6bNP8qZskeAVucbNTszyT2 { top:8.3125rem;left:1.375rem;width:2.8125rem;height:2.875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #boZP7kWU6aEnKlc42MtJbEhcGmmDcnUk { top:10.625rem;left:2.9375rem;width:5.5rem;height:5.375rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #STSZG03gdIuwTdx5ESSlJe21Lf6gd8ma { top:15.9375rem;left:1.25rem;width:3.3125rem;height:3.4375rem;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HcCmb5IcU8tNwQFHuWMEw7LL45XQ9E52 { top:1.375rem;left:7.8125rem;width:4.375rem;height:10.1875rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lPl8vtSBqF3BSTEv7uKCdaPOxBoeoVbE { top:24rem;left:3.75rem;width:12.5rem;height:0;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STagK5u0uNZwbHu7R5aVnCHZAVGhKEDb { top:26.95605625rem;left:3.5625rem;width:12.875rem;height:14.78368125rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ddMuUfH6bhGhEOMzIVCHZh1xDhxG5M0M { width:11.625rem;height:0;top:26.8125rem;left:4.1875rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #xh3hCNI2QWsKPOErImcaOnpoNFaakWf1 { width:1.125rem;height:1.5625rem;top:24rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #C0oXnTXeG3RTtw3Rm1t5JQ787XZ3T7gn { top:4.375rem;left:4.625rem;width:10.6875rem;height:6.6875rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S4HLFgeWDf5xThdaTd6LDbmTcLEW6p6V { top:2.75rem;left:8.375rem;width:3.25rem;height:7.5625rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #QBCusXw19JldGdDtrKBzbq7FLilUn8E4 { top:14.75rem;left:3.75rem;width:12.4375rem;height:auto;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cbaqLCpocmknzf1QBX1IoXwk5EhoZLRL { top:12.3125rem;left:3.75rem;width:12.5rem;height:auto;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbDTX0E4en20FHrTaGLhc2qRordpAbOZ { width:11.625rem;height:auto;top:25.25rem;left:4.1875rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #pZz2JlV4g4fNESsTuXPZ4TTWCTAR0fOi { width:1.125rem;height:1.5625rem;top:24.875rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #afkVdICu4aexG8XZJAidX9a9ScAvVtF0 { top:12.3125rem;left:3.75rem;width:12.5rem;height:auto;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsrN7Cit76txNJedGf3wCg7060Jocvq3 { top:14.75rem;left:3.6875rem;width:12.625rem;height:auto;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hOsUTWi8XpetU395Uhcu2vEceTT40QIb { width:9.375rem;height:auto;top:39.8125rem;left:5.3125rem;font-size:0.75rem;color:#ef8877;display:none; }
 }@media only screen and (max-width: 763px) { #w0th1ucU1VoSC8UcwMpGNc03viSJRHtt { width:1.125rem;height:1.5625rem;top:39.5625rem;left:9.4375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #mSIPlncXuHNxvNwkNBUcEkKWbmNTVeuw { top:2.75rem;left:8.375rem;width:3.1875rem;height:7.5625rem;z-index:99999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ll0J5e1RPiRyLWGreTNOSutriJiuNJbE { top:1.375rem;left:2.4375rem;width:15.0625rem;height:38.5rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qcUntXgvvipPqzc20cG0bn2mHbEmiZ0D { display:block; }
 }@media only screen and (max-width: 763px) { #yTMZFu7PsAaWBdN7lr4zbo3FJvCaxxA9 { top:1.375rem;left:3.25rem;width:13.5rem;height:28.0625rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QSP0bHaOVJ9XMy1c6VzdbcElP0XvQwI4 { display:block; }
 }@media only screen and (max-width: 763px) { #mK920mvrzQVVTG94bRMskWmr7yPVkoCk { top:0.6875rem;left:3.25rem;width:13.5rem;height:29.3125rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #K0IlCdcVFNlbiPkTOMvAkx5FRtZ3rwTR { display:block; }
 }@media only screen and (max-width: 763px) { #r5zHgZMl1nvrmwTExMAV3p2VnNOAsO1V { top:1.375rem;left:3.25rem;width:13.5rem;height:29.3125rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Q92kMEpDauSNmrBx58m23QQ5BQXHx93J { display:block; }
 }@media only screen and (max-width: 763px) { #G5ST7dD42LrhblEZmJEgLDciUKOTmRLT { top:1.375rem;left:3.25rem;width:13.5rem;height:41.625rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #eBIBkqBaMceXasUBvNdUipy8zH5pLObD { display:block; }
 }@media only screen and (max-width: 763px) { #hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX { display:block; }#hHqmNqJGcwIQ55Bzht85BQG4FQVTzlKX > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfQu9mTsSQr0p28m1LtTq8s5x4z9dgKR { top:3.9375rem;left:8.375rem;width:11.625rem;height:14.78368125rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gSyVDA2tnkJGwHRcfhtJAVLq5NgV2OJl { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRg1mJITHm9XG4bEwUA21IwqRT6izBh6 { width:9.75rem;height:0.9746125rem;top:17.3125rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #WNPwCtbVMfBoJMsxMA9hKzHqTzJgGXqG { width:0.9375rem;height:1.3125rem;top:17.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auQdUuXQnXnsKMrLcMoiTL4a2Sv4sqpX { top:0.9375rem;left:0rem;width:8.4375rem;height:7.625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f3BCzEqPPCFg3KyLqUtuNTnJgi3siqPo { width:10.625rem;height:0.1875rem;top:19.375rem;left:4.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #FhGo6wI9opkfmifIgZ8we9IPdGF2P6KW { top:9.9375rem;left:1.6875rem;width:5.0625rem;height:7.4375rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #izwDQR8dNTSoKprt6XFC2TNGD0ide4Mt { top:0rem;left:0rem;width:20rem;height:19.75rem;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gwkmWG050KUTOcaIT8mklTVCoi9DgUiI { display:block; }
 }@media only screen and (max-width: 763px) { #vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL { display:block; }#vv8rcaDfwcS2JeMOxCQWJC8qbUxs89VL > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTDFVhg3w6vfDo65Uth8XkZ5VBTlA4GT { top:3.9375rem;left:8.375rem;width:11.625rem;height:19.33251875rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yyRTVwXEzFtce28BvGRwa0FgVRIbL4XH { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6lTwKFKtwXaZrb0sGtQUF6FXA5LE3tJ { width:9.75rem;height:0.9746125rem;top:24.0625rem;left:9.625rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #FLyMaNtL4oApWQCtzqweNfvdKBF5GtVx { width:0.9375rem;height:1.3125rem;top:23.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoP5Q0BPVmTnX4AodIfxAh8rf8PIL5E9 { width:10.625rem;height:0.1875rem;top:26.125rem;left:4.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #MFskuUlJ04pPcehAABW2uuhcv1x6W9Gc { top:1.25rem;left:2.15625rem;width:3.9375rem;height:11rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g9vXMHQMC1t5R1ITXOlJtIsHKvf8D0CK { top:13.70703125rem;left:0.78125rem;width:6.6875rem;height:7.75rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #irScTbpqD0dRdrnbw7oTtAMuDw9Qy0wz { top:0rem;left:0rem;width:20rem;height:26.25rem;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yXwwy2J1eac34ofrUmXhkm5vGbXGdXEf { display:block; }
 }@media only screen and (max-width: 763px) { #Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb { display:block; }#Ls7nFGFL6Ex1PbekhNXPmwdL66R8iLTb > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlMaRBZ1ZAwxRXgUUg8NUrNPhXfpDREd { top:3.9375rem;left:8.375rem;width:11.625rem;height:15.92089375rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mDTwEog7IoGwgZ5SIE5BzoAF9D7TD0XX { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPHSrtIsgdtDJSUGf5JQiLufbW0VoTE { width:9.75rem;height:0.9746125rem;top:20.5625rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #nnEFhe4Z5AG78N1xItsSTeK8WlR367TS { width:0.9375rem;height:1.3125rem;top:20.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClfyhB8QlTU5VMJLm6y4GdTIZSPnqbJq { width:10.625rem;height:0.1875rem;top:22.8125rem;left:4.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7Rw37OosES96EEF8xkDrCIrd4QOl9f { top:10.875rem;left:1.96875rem;width:3.5rem;height:9.125rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rk5TUaydFOLUt6fNiOsWz0Qdwi7aBsDR { top:1.0625rem;left:2.1875rem;width:3.3125rem;height:9.125rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pe92MXCzkWTsJnVFiF58MrlPl7MqAKk3 { top:0rem;left:0rem;width:20rem;height:23rem;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VMmrmqPqo1pO5ghH3erT4SWI9MBq0pE0 { display:block; }
 }@media only screen and (max-width: 763px) { #leSveypQgSDiIpWrpeSvCTeNHUyz0BiL { display:block; }#leSveypQgSDiIpWrpeSvCTeNHUyz0BiL > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zif39fcTda0rFcaQuH7VTvcgGSOFwLSB { top:3.9375rem;left:8.375rem;width:11.6875rem;height:22.74411875rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2TrIkEwWyP5yNyFcHRFhRz49noJui28 { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7heBaC15REs3Ik8pu3NOONScoOFZ2wl { width:9.75rem;height:0.9746125rem;top:27.375rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #BhVQdbXb6r9EE4PMOVvXVatdsXhOb5yx { width:0.9375rem;height:1.3125rem;top:27.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXfmitWy3seHRAzlDKahfbbwhyMbpVg5 { width:10.625rem;height:0.1875rem;top:29.5625rem;left:4.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DNla7SWkhFQX4SZuI4xh1Cf8qnVu5D9z { top:3.875rem;left:0.5625rem;width:6.9375rem;height:4.625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fpua6vvWAPTC4zSMXuR3og0Co8qeRROV { top:13.05908203125rem;left:0rem;width:7.4375rem;height:6rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LDahspTG8oDt8qNNW8SqoFGTsISAZpCr { top:10rem;left:2.0546875rem;width:4.75rem;height:5.4375rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EGx6Jiuhg6TVNQl8RcqcMSvbCN3ai4lz { top:0rem;left:0rem;width:20rem;height:29.6875rem;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oawPFTLv0BmRnZoefOTIXSIbha08xG8v { display:block; }
 }@media only screen and (max-width: 763px) { #dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q { display:block; }#dkRzmPI8RhgrshRZv1N7gHTZwrqask0Q > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9HR9PDTKub4snuXy0uD5DL6GSXNL6HH { top:6.0625rem;left:8.3125rem;width:11.6875rem;height:7.96044375rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GhJkurpvT4Jn0eM3n8veeqk3pnrNP6Pl { top:1.25rem;left:8.375rem;width:11.5rem;height:3.4121125rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThwT2PQ8Syf95OhKNRn2z8LlF9E6MyK { width:9.75rem;height:0.9746125rem;top:14.875rem;left:9.625rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #vM5N27PpXcJdR1NPOJtsm5zL9X4ukh1L { width:0.9375rem;height:1.3125rem;top:14.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUgXfWkSKAgRVunFI9pMCLhyMILJ83Az { width:10.625rem;height:0.1875rem;top:17rem;left:4.03125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Ikyqhxs5XXLbzMr11KTwUoDByVpryzNd { top:1.25rem;left:1.697265625rem;width:5.4375rem;height:13.25rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zSlDJfwc0QquSvxpOPSXQcUzaVw7ftmy { top:0rem;left:0rem;width:20rem;height:17.1875rem;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cke2NRG2wL0GnRyH2uGoXSoB8RxJ9Zcu { display:block; }
 }@media only screen and (max-width: 763px) { #nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 { display:block; }#nggoSbwK5vXQi4BaE6AOmtqlr1Qi4575 > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPq1WndTU6DDrWO77oQlR9WTXSmoUIbJ { top:3.9375rem;left:8.375rem;width:11.6875rem;height:9.0976625rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OpoMV8TQPn9UVzKgFBRMuH0Rul5BIXqb { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostk1SV5byhtMBXb9KtNhNs9LJp6g8t8 { width:9.75rem;height:0.9746125rem;top:13.875rem;left:9.6875rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #dXTVDJEoJvUoK9iCBG9T4WTEbdcFayZM { width:0.9375rem;height:1.3125rem;top:13.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMPxTkCTLGsXeHDwOogQpUwanxExIJaR { width:10.625rem;height:0.1875rem;top:16.0625rem;left:4.0625rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #JhMvNympxeqSxrGlTH6BRrtFdFQPFkul { top:1.25rem;left:0rem;width:8.25rem;height:10.9375rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c3UFtsJ0Toln4eZdc8rLrpSqo8PlCW6p { top:0rem;left:0rem;width:20rem;height:16rem;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sUSOdeKE8fI55mfpBVw0CZDFPyCtJT9n { display:block; }
 }@media only screen and (max-width: 763px) { #NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C { display:block; }#NQzwZeTXFZ630LUoWH4intLx8pB5Bf3C > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLnHJGfDiWsozp9fbgnWyHAqTE3fTfFB { top:3.9375rem;left:8.375rem;width:11.6875rem;height:23.881325rem;z-index:100000;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZrnDWqBZaiMMTL7B8A63sOTEg2fXTZL { top:1.25rem;left:8.375rem;width:10.375rem;height:1.70605625rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnEB3kebzTaqihcxW3Q4eJMESByiCUxv { width:9.75rem;height:0.9746125rem;top:28.75rem;left:9.625rem;font-size:0.75rem;color:#ef8877;display:block; }
 }@media only screen and (max-width: 763px) { #gucLXsATqiouMpVQamwMvOwBBkr2xae8 { width:0.9375rem;height:1.3125rem;top:28.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AueOr6LqH4JTu577DvHQLU3bDJ3BkgTW { top:17.037109375rem;left:0.3125rem;width:8.625rem;height:7.5rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCUI0MTKsDV7Alix9SJf22af7MguklVx { top:6.0625rem;left:0.875rem;width:4rem;height:9.3125rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESh26blf5KaktsNIzxepSEFycTlxgolT { top:1.25rem;left:3.4375rem;width:4rem;height:9.625rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BocNkeHZLVNHe55kQpXGBPc82VNWoqCv { top:0rem;left:0rem;width:20rem;height:31rem;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T1k5y7ivNzOiuJcTDPMXtTxcTix1vC3y { display:block; }
 }@media only screen and (max-width: 763px) { #yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 { background-color:#f8a59a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { background-color: transparent; background-image: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container > .video-iframe-container { display: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container { display: none; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .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); }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { border-width: 0; border-radius: 0; }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row > .video-iframe-container {  }#yUu8wXkvEW42EVB5iqmcwU0m7tbzaP19 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn7ofniuV16IGLbKbP95f5BuXMEUd5EG { top:7.125rem;left:5.1875rem;width:14.8125rem;height:2.5996125rem;z-index:100000;font-family:brown;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8prE5TIaJ37603OsvHm5IS88S6grEZo { top:0.75rem;left:0.8125rem;width:19.125rem;height:4.7119125rem;z-index:100001;font-family:brown;font-weight:700;font-style:normal;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFQVUVuSZ8kyaaqzCTFL0VfxdtH0dfRp { top:6.875rem;left:1.1875rem;width:2.625rem;height:2.625rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HdAcyKAU1hzdCqNWlok6rmCqEh1x3UKu { top:10.1875rem;left:0.5625rem;width:4.1875rem;height:4.1875rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lT2EoHSKr4cuWIpztMenaI2K9O68hZkC { top:15.2109375rem;left:0.875rem;width:3.25rem;height:3.25rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KcbqwzTFSZgRhFNXFEyRUWagzPfTaaLU { top:18.9921875rem;left:0.8125rem;width:3.5rem;height:4.1875rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z2mVA0zazgsOy9gPDW8PKCLm2NJnUTbO { top:24.3125rem;left:1.4375rem;width:2.3125rem;height:2.3125rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9dh9v6UoRygdSQGGnTRG41pcMbuBnO { top:11.23095703125rem;left:5.1875rem;width:14.8125rem;height:2.5996125rem;z-index:100001;font-family:brown;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Or8vF3urbizbsTyCaGmtBCPfb1JPZUc0 { top:16.31103515625rem;left:5.1875rem;width:14.8125rem;height:1.29980625rem;z-index:100002;font-family:brown;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pePHyxpsETQmsn4m6Q39mZvBFv8nunMn { top:20.43603515625rem;left:5.1875rem;width:14.8125rem;height:1.29980625rem;z-index:100003;font-family:brown;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkFxmbzr6lN8WrqJup6i1t3Oi5NyAmDK { top:24.16845703125rem;left:5.1875rem;width:14.8125rem;height:2.5996125rem;z-index:100004;font-family:brown;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container { background-color: transparent; background-image: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container > .video-iframe-container { display: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row > .video-iframe-container { display: none; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .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); }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container { border-width: 0; border-radius: 0; }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row > .video-iframe-container {  }#pxoCamUZ0fHr5XaEARIbvRofr6vIA8Rh > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU { display:block; }#fEmgZTWXkcKvd39bhCi5BQNt36mq2DoU > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWX75ByUV746lsV01kIJ3OaTwVDmO25k { width:10.625rem;height:0.1875rem;top:0.125rem;left:4.6875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS { position:relative;z-index:auto;display:block; }#kbMm9RAhQC39eTxUixLKg9RR5TRqeSOS > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }