.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { background-color: transparent; background-image: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container > .video-iframe-container { display: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row > .video-iframe-container { display: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .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); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { border-width: 0; border-radius: 0; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row > .video-iframe-container {  }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#C7JNEOav9ddqKy0ulDoVkGqUQ4RDRz0d { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.5625rem;top:0.5rem;left:29.1875rem;overflow:hidden;display:block; }
#xdAHvUABLQyChk4EHSddRaLT8kqg6ene { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container { background-color: transparent; background-image: none; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container > .video-iframe-container { display: none; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row > .video-iframe-container { display: none; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .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); }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container { border-width: 0; border-radius: 0; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row > .video-iframe-container {  }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#ckperBt9oClyqXzl1OhEtve1kqdCOtgI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:13.811875rem;top:2.1733942031861rem;left:30.593536376953rem;overflow:hidden;display:block; }
#Zl1GnivySq3TUBwvue6xwr68vWOEo87c { color:#ffffff;display:block;width:34.2480625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.7907986640931rem;left:20.375434875488rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA { position:relative;display:block; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA { background-color: transparent; background-image: none; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row .container > .video-iframe-container { display: none; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row > .video-iframe-container { display: none; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .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); }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA { border-width: 0; border-radius: 0; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row .container > .video-iframe-container {  }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .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:24.625rem;width:75rem;position:relative;display:block; }#vqIL9kifUxNtUnSoPaCSlhsX4dkHsuUk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.874125rem;width:36.5625rem;top:3.5123691558838rem;left:3.5373268127441rem;overflow:hidden;display:block; }
#DU2bv7qfUkJU7TfDoI9bMyp7kIufW6NE { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3111972808838rem;left:41.686199188233rem;height:4.87413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4H74Z48iZAK5swmgOieIFQyWVJ2gini { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:18.940973281861rem;left:47.936199188233rem;display:block; }
#cT5X77ysg1TqlNZu1vcyBOCBh5KMhDwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WGiTg7lo5ddIW1ykRTT92fJW7BJ1pvEk { color:#000000;display:block;width:33.311625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.3246536254881rem;left:40.099826812744rem;height:9.0993875rem;text-align:center;text-align-last:center;display:block; }
#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container { background-color: transparent; background-image: none; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container > .video-iframe-container { display: none; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row > .video-iframe-container { display: none; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .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); }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container { border-width: 0; border-radius: 0; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row > .video-iframe-container {  }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#AzEFRpytuH327FvuqfBoGmaNdNUrBTrB { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:10rem;height:1.22395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrlncINrzr8KdVhOHXWX106647UIiVMe { position:absolute;display:block;z-index:100007;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#GRfBCIGQq3eIm6ahe7zHPso50C0TWrFM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:27.249375rem;top:15.748698532581rem;left:0rem;overflow:hidden;display:block; }
#TKnkolmBMlpry4Q3JLI04tTS3OOK8Ogf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HtIJhTgk4p4XaQzTU6AXqqbDdJGkM1Qz { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:18.6875rem;left:29.875rem;height:6.749125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zfTTZbruW2LNx15XyIp9F4xJBJg5TGxh { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:22.1875rem;left:56.25rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JNLTyQILKFknwSwn5eFSsHWCwZU9daQn { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:5.8745651245117rem;left:56.249568939209rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gt6eLKNuBtJsuIHB6gMCzwZTruTS9ArQ { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:16.75rem;left:56.3125rem;height:3.37456875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SKmR5OxTphpcCQNfGilFAAO9aW9wcM4l { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:27.125rem;left:56.25rem;height:8.4364375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d8tHxA8NSzkSukVz0Tfv03vtKDRoHs2S { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:7.65625rem;left:0rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oB2KsZDr1OqS7EXkTa2d7xldpXTNMqoV { position:absolute;display:block;z-index:100006;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:5.6857643127441rem;left:27.093536376953rem;display:block; }
#iTzofUU3xJVtZIVHOpUsZQFpBIi3iUOv { position:absolute;display:block;z-index:100007;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:18.125rem;left:27.1875rem;display:block; }
#eSKFExipTXHKLZTzoNP13ebaXCVp83r3 { position:absolute;display:block;z-index:100008;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:21.875rem;left:53.375rem;display:block; }
#UROteGuQBMWh0hFBmCKbiIRNMo34q4fU { position:absolute;display:block;z-index:100008;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:5.6868494153022rem;left:53.499790191651rem;display:block; }
#xBcRA84DRsfrHT547rpqrf664ftRZmo8 { position:absolute;display:block;z-index:100009;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:17rem;left:53.4375rem;display:block; }
#lS00u2JQxBc1unud5aeELT591t7c6fZu { position:absolute;display:block;z-index:100010;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:26.8125rem;left:53.3125rem;display:block; }
#BkRO6db0qQdIL9lKzl8un3I5s6TZOUL6 { position:absolute;display:block;z-index:100008;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:10.750000298023rem;left:27.186851501465rem;display:block; }
#JLptK3wR6Co8bfaMn2P2i6VKTTiwOAcr { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:10rem;left:30rem;height:6.749125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PIdFLvKV258LAd0rssRFowEDAOJdqSEH { position:absolute;display:block;z-index:100010;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:10.5rem;left:53.375rem;display:block; }
#D90wd78tzKmpP1gTxutAbL6mgps0309m { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:9.7515195012094rem;left:56.250003814698rem;height:3.37456875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VM9TxLxDMT1Pb9HHGQTGldLlt46IOrAx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:27.124566376209rem;left:29.937503814698rem;height:6.749125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vg6H7qQUTLFKoCiIOUUZc4xkgEv6cpeg { position:absolute;display:block;z-index:100012;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:26.937066376209rem;left:27.124351501465rem;display:block; }
#Nyg3OTS4BH6tpuAel2mOc061F327orka { position:absolute;display:block;z-index:100008;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:1.93685rem;width:1.93685rem;top:35.6875rem;left:27.125rem;display:block; }
#yxQPVQ2gWBr8HF2BLeG15TmOyipHalBo { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:35.875rem;left:30rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3fa;background-image:none;position:relative;display:block; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container { background-color: transparent; background-image: none; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container > .video-iframe-container { display: none; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row > .video-iframe-container { display: none; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .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); }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container { border-width: 0; border-radius: 0; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row > .video-iframe-container {  }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#Zf8exOIsuiUE1bBOUsZlJGvoW5WJelri { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:14.793836593628rem;left:5.8268241882324rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OThQfg2bndaM5SFyI6X2Igy95w14nbfZ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:33.373481750488rem;left:5.8268241882324rem;height:1.62435rem;font-style:normal;display:block; }
#JMAXm1dnMNqEHDJxTHz7GekSKdSTq5x0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6248125rem;width:32.1875rem;top:22.441407680511rem;left:21.749134063721rem;overflow:hidden;display:block; }
#HozdFufEMlV2uh9gw1W6nB2sHCmC2IuM { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:7.5rem;top:34.123265743256rem;left:21.749134063721rem;display:block; }
#RQR9g5VuLHrWvzPanqtWVFh1OhbhzbwV { color:#000000;display:block;width:15.8745625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:32.560765743256rem;left:53.936634063721rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxJvM4TnnmM9Xsg86G9zeU5QLAXf9WTA { color:#000000;display:block;width:15.374375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:18.5rem;left:48.625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDC1xhQM6JeziNsBXnkOLz9JIevnz527 { position:absolute;display:block;z-index:100009;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:21.5rem;left:44.1875rem;display:block; }
#R23gnBArOPrfLTqXqXfcBKrHel8MN849 { position:absolute;display:block;z-index:100008;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5.125rem;top:24.625rem;left:39.1875rem;display:block; }
#XyfMb53OMB4kMeidEwiyVP5hWOe6VvfO { position:absolute;display:block;z-index:100009;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:21.375rem;left:44.1875rem;display:block; }
#dW2aC06Tsw0roJz09X6grrNTTcqC1Nf5 { position:absolute;display:block;z-index:100011;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:4.62456875rem;top:36.511502742767rem;left:47.757167816162rem;display:block; }
#BxcDP08mUrF3VzUE8N8qRUn0LeSZuSHy { color:#151824;display:block;width:39.3120625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3116321563721rem;left:17.007381439209rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSVdLEphR7PFrFOaTbDbEwlkzQLwzCAN { color:#000000;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:7.9958763122556rem;left:25.062934875488rem;height:6.8011875rem;text-align:center;text-align-last:center;display:block; }
#TfmJ4IL5CzRknVJkB8cC3tqcR244HZfN { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:38.656684875488rem;left:29.092884063721rem;display:block; }
#swA19xXeMwKPGXUSv5aGFIFwJUSeIFwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kx6CV7VqpCpBhFvN2NGdOSpBLTdu7TDk { color:#000000;display:block;width:18.0620625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.6875rem;height:9.5019625rem;text-align:center;text-align-last:center;display:block; }
#GiU0Lg8uLvLTa9AiCBBADpoVuGe35TxS { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:34.997830867767rem;left:3.6924934387207rem;height:5.2788625rem;text-align:center;text-align-last:center;display:block; }
#FIbsXpoEG0Fb8EghnT6E0AB664iibbAS { position:absolute;display:block;z-index:100006;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:7.5rem;top:19.067925930023rem;left:20.623916625976rem;display:block; }
#NqSDJ5aMTeKOvyTtPpG9BJb6Dlp1TTb2 { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:47.75rem;height:7.3904375rem;text-align:center;text-align-last:center;display:block; }
#vuJaoO06X0GFKlmpfRT9ZzJS8PnBywSE { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.511502742767rem;left:53.372402191162rem;height:6.334625rem;text-align:center;text-align-last:center;display:block; }
#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container { background-color: transparent; background-image: none; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container > .video-iframe-container { display: none; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row > .video-iframe-container { display: none; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .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); }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container { border-width: 0; border-radius: 0; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row > .video-iframe-container {  }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#Zz2tPTwVWmcPsmnO8PkQIfJt1urqRViq { color:#ffffff;display:block;width:39.3120625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8728294372559rem;left:17.843967437744rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container { background-color: transparent; background-image: none; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container > .video-iframe-container { display: none; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row > .video-iframe-container { display: none; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .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); }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container { border-width: 0; border-radius: 0; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row > .video-iframe-container {  }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#vPOoM0WAaaxQZKpEAt0SL4TAHGVLJ7Zo { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:10.967884063721rem;display:block; }
#ogKInvt8LXwZURoKbfZE4erE1xhZ2yIK { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWy6Zf5zEoPMvHDxCO0iPfW6MEwrBdxw { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlqRvKxnDztR61qoXVIFUfoppOW33eio { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAZsa5aFzZ7fVrSbtnz9CTqBi8sRmLIS { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:35.967884063721rem;display:block; }
#SXgTM18f6TGR9NKTcKXW8hSGTliuoZ0Z { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:60.967884063721rem;display:block; }
#TMxXT5AewhAgwyMTvgOUlAkAefKr1QIv { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#eBEXrQ2KEDZXIAPhXqMTiyIXC8ZSVslx { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#LTksrdmSIs2JLvCXADTD7sOGoN1aP54y { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:3.4006125rem;text-align:center;text-align-last:center;display:block; }
#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container { background-color: transparent; background-image: none; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container > .video-iframe-container { display: none; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row > .video-iframe-container { display: none; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .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); }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container { border-width: 0; border-radius: 0; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row > .video-iframe-container {  }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#kkn9Q1Tu9ZuBex2EZQACEGSVk4X3ozi2 { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9943542480469rem;left:60.967884063721rem;display:block; }
#KZ5T96734HdkUvGWO3vS7v6hGMGzt5FX { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWWixTq5p1dZR8BPWUmXptdgxXPMXqGJ { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSwBd8iqmDOHWUp8RwMzV3w4PdWlULRG { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qa3QTDtSH3gfaadTXVpet1w5Jmfu87Hh { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:10.967884063721rem;display:block; }
#Dnw4NxulFXzeSqPFZRODLS04EQOxBvFR { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:35.904949188233rem;display:block; }
#T0MWITDBvCWSCudnrd9dboCzhJWwIMd7 { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:3.40060625rem;text-align:center;text-align-last:center;display:block; }
#pAycvegao1ShuK137Mov00iABTlcSmCm { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#OkInqVShvr0bUlzg48r5dzdcvTtOwLoc { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:3.4006125rem;text-align:center;text-align-last:center;display:block; }
#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL { position:relative;display:block; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL { background-color: transparent; background-image: none; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row .container > .video-iframe-container { display: none; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row > .video-iframe-container { display: none; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .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); }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL { border-width: 0; border-radius: 0; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row .container > .video-iframe-container {  }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .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:24.625rem;width:75rem;position:relative;display:block; }#gGMAXpcRTydkAoLMG7eHo91IVUDSvbgN { color:#000000;display:block;width:36.1870625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4717864990234rem;left:37.684467315674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRs5k0Tu4gakP808k9cLP2uAudsxMOki { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:19.27734375rem;left:47.026912689209rem;display:block; }
#mTgIgT5HNudBgenroCZIGnHi5NnSJ6zx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mTiCzm5TRq9zN6NViUN96LuPy7C4TRQ0 { color:#000000;display:block;width:27.686625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.2220039367675rem;left:41.934680938721rem;height:7.799475rem;text-align:center;text-align-last:center;display:block; }
#N5CLzJWzMITvL4Ew3bgoPLas70LS3EdB { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3123125rem;width:38.2498125rem;top:6.1545124053955rem;left:1.3747844696045rem;overflow:hidden;display:block; }
#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container { background-color: transparent; background-image: none; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container > .video-iframe-container { display: none; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row > .video-iframe-container { display: none; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .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); }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container { border-width: 0; border-radius: 0; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row > .video-iframe-container {  }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#Imw2u9TyuuaWAqtl6X5tT1TTy3aBrIRS { color:#ffffff;display:block;width:39.3120625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8728294372559rem;left:17.843967437744rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tag38QgqI593eoDahEQgT7TsiFGzNx9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container { background-color: transparent; background-image: none; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container > .video-iframe-container { display: none; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row > .video-iframe-container { display: none; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .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); }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container { border-width: 0; border-radius: 0; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row > .video-iframe-container {  }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#VkH7kue6tNuAvq1bAOvsW5wSpdkrOcpc { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:10.967884063721rem;display:block; }
#udDB3EJ2xSSWIAxie77vO6v3ADx1VI3p { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tD2kvfn3cMz67uxAWn9XtQ5ZihV8pzEV { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxbpmsUkOfGTadg4t0FCfK7lgUGzGNf7 { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1HwAWFrvdLXKLEJaOLvctQyPX9u5b1X { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:35.967884063721rem;display:block; }
#ctst2PMbGL9nWl5MUJrDBabfLwcT1w42 { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:60.967884063721rem;display:block; }
#Ft1CB0mpwDpUO71GiDT7AideJVFCOKCl { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#aZTIB9IpGdhp11QEt2A9egLk1zs8OsNl { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#KnA2LTTrCLvGiH2zPbA2mHa5DTEIykPb { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:3.4006125rem;text-align:center;text-align-last:center;display:block; }
#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container { background-color: transparent; background-image: none; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container > .video-iframe-container { display: none; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row > .video-iframe-container { display: none; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .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); }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container { border-width: 0; border-radius: 0; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row > .video-iframe-container {  }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#FVxnmQFZs4D5bKpaiOfFfD1JoTbTybN0 { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9943542480469rem;left:60.967884063721rem;display:block; }
#pHezRUAnhhdpNe4bsRJraTGVkDyAECxU { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.8437576293945rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkxZiGWfZiunGJM2hTBJ4Dkx7VAGgGce { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRSQXRJIwAkWcmfmCPPetRXPGv1dZdID { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqV1lFqvCdI1PAa6s1BHonxDo9wLu8Qy { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:10.967884063721rem;display:block; }
#cWkzKcwxqtJ69Cyu6wOcyb0Tfc6nnsdJ { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:35.904949188233rem;display:block; }
#aLoHXB2CFtb9gyuKVEolkUfIa9Mg3uRn { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:3.40060625rem;text-align:center;text-align-last:center;display:block; }
#D64Abmoyx2tLF4ecaNo43txGZPNxOZL3 { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#J676K3SfmsqBS37XqLL1MDmRx8ydNGiC { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:3.4006125rem;text-align:center;text-align-last:center;display:block; }
#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 { position:relative;display:block; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 { background-color: transparent; background-image: none; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row .container > .video-iframe-container { display: none; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row > .video-iframe-container { display: none; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .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); }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 { border-width: 0; border-radius: 0; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row .container > .video-iframe-container {  }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .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:24.625rem;width:75rem;position:relative;display:block; }#AXuHNwXdlHQR4W9cgfcy78qyBbwP19V8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8120625rem;width:38.311625rem;top:6.4051666259762rem;left:2.4121112823486rem;overflow:hidden;display:block; }
#VLz2AcFS3XTlqHB1TsqNktTspEdUI1VE { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3111972808838rem;left:41.686199188233rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHvTcxnDgD2SDU4H5EosfPxw3KvnI2W8 { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:18.940973281861rem;left:47.936199188233rem;display:block; }
#MlSeens976MTs2KaC6AAo3o8rBceK92m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FbhKAuqB9AemF0lGT5zZeHmt2g0okkda { color:#000000;display:block;width:33.3105625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.1977005004881rem;left:39.036464691162rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container { background-color: transparent; background-image: none; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container > .video-iframe-container { display: none; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row > .video-iframe-container { display: none; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .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); }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container { border-width: 0; border-radius: 0; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row > .video-iframe-container {  }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#TyGgI21au56TQIkeERvX4Ds5pqGopcWh { color:#ffffff;display:block;width:39.3120625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8728294372559rem;left:17.843967437744rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container { background-color: transparent; background-image: none; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container > .video-iframe-container { display: none; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row > .video-iframe-container { display: none; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .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); }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container { border-width: 0; border-radius: 0; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row > .video-iframe-container {  }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#AKS1ZuwbBTRgvRvNHRCz9sCEH7CXZIN7 { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:10.967884063721rem;display:block; }
#KGkptKbGuadiGkgHGH7OVJ78XEcT2qTS { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrdoqDAlIFuGxPJgPzyza19esssZMvgI { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4narlK1G7wrrTamDd61M08hDZlBns2Z { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJfcI5U5bnNwghOW7egEmNS48xfBfESD { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:35.967884063721rem;display:block; }
#lMTMLuonuCbh6Wm9PHMfbMLdCa9E5EO1 { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9270839691162rem;left:60.967884063721rem;display:block; }
#mTLnXUb2cET7zGQMJ5DM8Xtwfkkuuzeb { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#VrHdvHTnRotu73TuWAOFWQGDl9C3DcBI { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#xisEfFHBXuCxN6LG57SkcRTMzEwU9nEw { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:10.201825rem;text-align:center;text-align-last:center;display:block; }
#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:block; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container { background-color: transparent; background-image: none; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container > .video-iframe-container { display: none; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row > .video-iframe-container { display: none; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .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); }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container { border-width: 0; border-radius: 0; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row > .video-iframe-container {  }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#z7iqr1gLd5EwGGIXBh7AMTTgUPehqMdX { position:absolute;display:block;z-index:100004;background-color:#f04e23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9943542480469rem;left:60.967884063721rem;display:block; }
#DwMavOW35hagL2RU6Qq9lptxWoeSzHIf { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.8437576293945rem;left:3.2497844696045rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdMIFvbVpJNwq1J2ft6UciRXgEnXmkgf { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:28.249786376953rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq6QePakoLAGWJwLzxUNHr7va3WIT0UW { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.9891500473022rem;left:53.249790191651rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oS1LiWi5vVKU6HkSLhbH8xEzLgqThUbG { position:absolute;display:block;z-index:100005;background-color:#e6007e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:10.967884063721rem;display:block; }
#xyqvMSqqUJz6tcpiU8Rr8wPTtSCKtTgo { position:absolute;display:block;z-index:100006;background-color:#f6369e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:3.06206875rem;width:3.06206875rem;top:1.9932708740234rem;left:35.904949188233rem;display:block; }
#uagt5S6gIT2XKVy1mmoJZvItLPTBTJRx { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:0rem;height:3.40060625rem;text-align:center;text-align-last:center;display:block; }
#PnpTpaLXdZl9ac2uBzASviukMDF9bftJ { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:25.000003814698rem;height:1.70030625rem;text-align:center;text-align-last:center;display:block; }
#bEtkCXdLsRv7pAf1u2aOtuGwxMHpOQNq { color:#ffffff;display:block;width:24.8730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:7.1213121414188rem;left:50.000003814698rem;height:3.4006125rem;text-align:center;text-align-last:center;display:block; }
#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn { position:relative;display:none; }#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn { border-width: 0; border-radius: 0; }#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn > .row .container > .video-iframe-container {  }#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn > .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:24.625rem;width:75rem;position:relative;display:none; }#hu5FLcl1hscy43W5BpvZGFMx7cF8ykKp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.874125rem;width:36.5625rem;top:3.5123691558838rem;left:3.5373268127441rem;overflow:hidden;display:block; }
#n0PL1aR2UKsGTFV8pOi9cMkhHJ3ok185 { color:#000000;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3111972808838rem;left:41.686199188233rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAVbnw0fSb37wTG8h5epRIruQIsDfDLn { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:18.940973281861rem;left:47.936199188233rem;display:block; }
#kdZSElCJiTPcPbFh5IEzQag9Lo6WBq6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PSE4qL2kGAqS5hIkoFOC2wsb8xH7zE66 { color:#000000;display:block;width:33.311625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.3246536254881rem;left:40.099826812744rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 > .row .container { border-width: 0; border-radius: 0; }#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 > .row > .video-iframe-container {  }#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:none; }#aJx82G1E6skB06I0uyuTJHEWFI1OI1Lp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wDCforWWi2NAzSexhZXaLvgXpR2cQNyZ { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.3682727813719rem;left:34.996746063233rem;height:6.497375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWexLnOLD3wETgvdwIcGGiNmNir8VLWc { color:#000000;display:block;width:6.436625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.992189407349rem;left:63.3105506897rem;height:1.62435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e0054;background-image:none;position:relative;display:none; }#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z > .row .container { border-width: 0; border-radius: 0; }#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z > .row > .video-iframe-container {  }#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:none; }#yIoQ0yquABU62F9vKRUt0iXI6q4yv5Mx { background-color:#e6007e;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:8.798828125rem;left:28.750003814698rem;display:block; }
#AqkAnsAvk2TuzivbhZBeaaLi7QITlVOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L3ryfVQwwnl0tltI3WoepQR8hrq4cKmd { color:#ffffff;display:block;width:59.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6829376220703rem;left:7.96875rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDPouaHNTSGs0qAJsIX1wH8AK1leho35 { color:#ffffff;display:block;width:46.7480625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.7167978286743rem;left:14.125434875488rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3fa;background-image:none;position:relative;display:block; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container { background-color: transparent; background-image: none; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container > .video-iframe-container { display: none; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row > .video-iframe-container { display: none; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .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); }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container { border-width: 0; border-radius: 0; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row > .video-iframe-container {  }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#ImnsDd0BvA2PvAX2hEd3BkMPaJ0coqEV { color:#000000;display:block;width:20.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.65972137451175rem;left:27.374134063721rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u { display:block; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7JNEOav9ddqKy0ulDoVkGqUQ4RDRz0d { top:0.4375rem;left:15.5625rem;width:16.5625rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAHvUABLQyChk4EHSddRaLT8kqg6ene { display:block; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckperBt9oClyqXzl1OhEtve1kqdCOtgI { top:2.125rem;left:16.968536376953rem;width:13.75rem;height:3.7332005973121rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1GnivySq3TUBwvue6xwr68vWOEo87c { top:7.75rem;left:6.7504348754881rem;width:34.1875rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA { display:block; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqIL9kifUxNtUnSoPaCSlhsX4dkHsuUk { top:3.5rem;left:0rem;width:36.5625rem;height:19.874125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU2bv7qfUkJU7TfDoI9bMyp7kIufW6NE { top:2.25rem;left:17.75rem;width:30rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4H74Z48iZAK5swmgOieIFQyWVJ2gini { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5X77ysg1TqlNZu1vcyBOCBh5KMhDwE { display:block; }
 }@media only screen and (max-width: 763px) { #WGiTg7lo5ddIW1ykRTT92fJW7BJ1pvEk { top:8.3125rem;left:14.5rem;width:33.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ { display:block; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzEFRpytuH327FvuqfBoGmaNdNUrBTrB { width:9.5rem;height:1.1875rem;top:5.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlncINrzr8KdVhOHXWX106647UIiVMe { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfBCIGQq3eIm6ahe7zHPso50C0TWrFM { width:27.1875rem;height:14.654149177733rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnkolmBMlpry4Q3JLI04tTS3OOK8Ogf { width:15.625rem;height:;top:5.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtIJhTgk4p4XaQzTU6AXqqbDdJGkM1Qz { width:18.25rem;height:;top:18.6875rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfTTZbruW2LNx15XyIp9F4xJBJg5TGxh { width:15.625rem;height:1.625rem;top:22.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNLTyQILKFknwSwn5eFSsHWCwZU9daQn { width:15.625rem;height:;top:5.8125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt6eLKNuBtJsuIHB6gMCzwZTruTS9ArQ { width:17.1875rem;height:3.3125rem;top:16.75rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKmR5OxTphpcCQNfGilFAAO9aW9wcM4l { width:15.625rem;height:8.375rem;top:27.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tHxA8NSzkSukVz0Tfv03vtKDRoHs2S { width:18.4375rem;height:4.8125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2KsZDr1OqS7EXkTa2d7xldpXTNMqoV { width:1.875rem;height:1.875rem;top:5.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzofUU3xJVtZIVHOpUsZQFpBIi3iUOv { width:1.875rem;height:1.875rem;top:18.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSKFExipTXHKLZTzoNP13ebaXCVp83r3 { width:1.875rem;height:1.875rem;top:21.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROteGuQBMWh0hFBmCKbiIRNMo34q4fU { width:1.875rem;height:1.875rem;top:5.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBcRA84DRsfrHT547rpqrf664ftRZmo8 { width:1.875rem;height:1.875rem;top:17rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS00u2JQxBc1unud5aeELT591t7c6fZu { width:1.875rem;height:1.875rem;top:26.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRO6db0qQdIL9lKzl8un3I5s6TZOUL6 { width:1.875rem;height:1.875rem;top:10.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLptK3wR6Co8bfaMn2P2i6VKTTiwOAcr { width:15.625rem;height:;top:10rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdFLvKV258LAd0rssRFowEDAOJdqSEH { width:1.875rem;height:1.875rem;top:10.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D90wd78tzKmpP1gTxutAbL6mgps0309m { width:15.625rem;height:3.3125rem;top:9.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM9TxLxDMT1Pb9HHGQTGldLlt46IOrAx { width:15.625rem;height:;top:27.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6H7qQUTLFKoCiIOUUZc4xkgEv6cpeg { width:1.875rem;height:1.875rem;top:26.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyg3OTS4BH6tpuAel2mOc061F327orka { width:1.875rem;height:1.875rem;top:35.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQPVQ2gWBr8HF2BLeG15TmOyipHalBo { width:19rem;height:1.6875rem;top:35.875rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc { display:block; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf8exOIsuiUE1bBOUsZlJGvoW5WJelri { width:11.25rem;height:3.1875rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OThQfg2bndaM5SFyI6X2Igy95w14nbfZ { width:13.125rem;height:1.5625rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAXm1dnMNqEHDJxTHz7GekSKdSTq5x0 { width:32.1875rem;height:12.6248125rem;top:22.4375rem;left:8.1241340637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozdFufEMlV2uh9gw1W6nB2sHCmC2IuM { width:7.5rem;height:0.0625rem;top:34.0625rem;left:8.1241340637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQR9g5VuLHrWvzPanqtWVFh1OhbhzbwV { width:15.8125rem;height:3.1875rem;top:32.5rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxJvM4TnnmM9Xsg86G9zeU5QLAXf9WTA { width:15.3125rem;height:1.5625rem;top:18.5rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDC1xhQM6JeziNsBXnkOLz9JIevnz527 { width:0.0625rem;height:3.125rem;top:21.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R23gnBArOPrfLTqXqXfcBKrHel8MN849 { width:5.0625rem;height:0.0625rem;top:24.625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyfMb53OMB4kMeidEwiyVP5hWOe6VvfO { width:2.5rem;height:0.0625rem;top:21.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW2aC06Tsw0roJz09X6grrNTTcqC1Nf5 { width:4.5625rem;height:0.0625rem;top:36.5rem;left:34.132167816162rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxcDP08mUrF3VzUE8N8qRUn0LeSZuSHy { width:39.25rem;height:4.0625rem;top:3.25rem;left:3.382381439209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVdLEphR7PFrFOaTbDbEwlkzQLwzCAN { width:24.8125rem;height:6.75rem;top:7.9375rem;left:11.437934875488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmJ4IL5CzRknVJkB8cC3tqcR244HZfN { width:17.5rem;height:3.4375rem;top:38.625rem;left:15.467884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #swA19xXeMwKPGXUSv5aGFIFwJUSeIFwX { display:block; }
 }@media only screen and (max-width: 763px) { #kx6CV7VqpCpBhFvN2NGdOSpBLTdu7TDk { top:18.3125rem;left:0rem;width:18rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU0Lg8uLvLTa9AiCBBADpoVuGe35TxS { top:34.9375rem;left:0rem;width:16.9375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbsXpoEG0Fb8EghnT6E0AB664iibbAS { width:7.5rem;height:0.0625rem;top:19.0625rem;left:6.9989166259762rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqSDJ5aMTeKOvyTtPpG9BJb6Dlp1TTb2 { top:20.1875rem;left:30.8125rem;width:16.9375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJaoO06X0GFKlmpfRT9ZzJS8PnBywSE { top:36.5rem;left:30.8125rem;width:16.9375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX { display:block; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz2tPTwVWmcPsmnO8PkQIfJt1urqRViq { width:39.25rem;height:4.0625rem;top:1.8125rem;left:4.2189674377441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15pqu1bqFEslx6Udyw9ikZnieuG3ULR { display:block; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPOoM0WAaaxQZKpEAt0SL4TAHGVLJ7Zo { width:3rem;height:3rem;top:1.875rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKInvt8LXwZURoKbfZE4erE1xhZ2yIK { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWy6Zf5zEoPMvHDxCO0iPfW6MEwrBdxw { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqRvKxnDztR61qoXVIFUfoppOW33eio { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZsa5aFzZ7fVrSbtnz9CTqBi8sRmLIS { width:3rem;height:3rem;top:1.875rem;left:22.280384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgTM18f6TGR9NKTcKXW8hSGTliuoZ0Z { width:3rem;height:3rem;top:1.875rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxXT5AewhAgwyMTvgOUlAkAefKr1QIv { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEXrQ2KEDZXIAPhXqMTiyIXC8ZSVslx { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTksrdmSIs2JLvCXADTD7sOGoN1aP54y { width:24.8125rem;height:3.375rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA { display:block; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkn9Q1Tu9ZuBex2EZQACEGSVk4X3ozi2 { width:3rem;height:3rem;top:1.9375rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ5T96734HdkUvGWO3vS7v6hGMGzt5FX { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWixTq5p1dZR8BPWUmXptdgxXPMXqGJ { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwBd8iqmDOHWUp8RwMzV3w4PdWlULRG { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa3QTDtSH3gfaadTXVpet1w5Jmfu87Hh { width:3rem;height:3rem;top:1.9375rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnw4NxulFXzeSqPFZRODLS04EQOxBvFR { width:3rem;height:3rem;top:1.9375rem;left:22.217449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MWITDBvCWSCudnrd9dboCzhJWwIMd7 { width:24.8125rem;height:3.375rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAycvegao1ShuK137Mov00iABTlcSmCm { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkInqVShvr0bUlzg48r5dzdcvTtOwLoc { width:24.8125rem;height:3.375rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL { display:block; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGMAXpcRTydkAoLMG7eHo91IVUDSvbgN { top:2.4375rem;left:11.625rem;width:36.125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs5k0Tu4gakP808k9cLP2uAudsxMOki { width:17.5rem;height:3.4375rem;top:19.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgIgT5HNudBgenroCZIGnHi5NnSJ6zx { display:block; }
 }@media only screen and (max-width: 763px) { #mTiCzm5TRq9zN6NViUN96LuPy7C4TRQ0 { top:9.1875rem;left:20.125rem;width:27.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CLzJWzMITvL4Ew3bgoPLas70LS3EdB { top:6.125rem;left:0rem;width:38.1875rem;height:12.29225459847rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMf80wUQlwPvRx7fq7ySQHPlpMigct5C { display:block; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Imw2u9TyuuaWAqtl6X5tT1TTy3aBrIRS { width:39.25rem;height:4.0625rem;top:1.8125rem;left:4.2189674377441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tag38QgqI593eoDahEQgT7TsiFGzNx9q { display:block; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkH7kue6tNuAvq1bAOvsW5wSpdkrOcpc { width:3rem;height:3rem;top:1.875rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDB3EJ2xSSWIAxie77vO6v3ADx1VI3p { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2kvfn3cMz67uxAWn9XtQ5ZihV8pzEV { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxbpmsUkOfGTadg4t0FCfK7lgUGzGNf7 { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HwAWFrvdLXKLEJaOLvctQyPX9u5b1X { width:3rem;height:3rem;top:1.875rem;left:22.280384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctst2PMbGL9nWl5MUJrDBabfLwcT1w42 { width:3rem;height:3rem;top:1.875rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft1CB0mpwDpUO71GiDT7AideJVFCOKCl { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTIB9IpGdhp11QEt2A9egLk1zs8OsNl { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnA2LTTrCLvGiH2zPbA2mHa5DTEIykPb { width:24.8125rem;height:3.375rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ { display:block; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVxnmQFZs4D5bKpaiOfFfD1JoTbTybN0 { width:3rem;height:3rem;top:1.9375rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHezRUAnhhdpNe4bsRJraTGVkDyAECxU { width:18.4375rem;height:1.5625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkxZiGWfZiunGJM2hTBJ4Dkx7VAGgGce { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSQXRJIwAkWcmfmCPPetRXPGv1dZdID { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqV1lFqvCdI1PAa6s1BHonxDo9wLu8Qy { width:3rem;height:3rem;top:1.9375rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkzKcwxqtJ69Cyu6wOcyb0Tfc6nnsdJ { width:3rem;height:3rem;top:1.9375rem;left:22.217449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoHXB2CFtb9gyuKVEolkUfIa9Mg3uRn { width:24.8125rem;height:3.375rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D64Abmoyx2tLF4ecaNo43txGZPNxOZL3 { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J676K3SfmsqBS37XqLL1MDmRx8ydNGiC { width:24.8125rem;height:3.375rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 { display:block; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXuHNwXdlHQR4W9cgfcy78qyBbwP19V8 { top:6.375rem;left:0rem;width:38.25rem;height:11.793062565866rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLz2AcFS3XTlqHB1TsqNktTspEdUI1VE { top:2.25rem;left:17.75rem;width:30rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvTcxnDgD2SDU4H5EosfPxw3KvnI2W8 { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSeens976MTs2KaC6AAo3o8rBceK92m { display:block; }
 }@media only screen and (max-width: 763px) { #FbhKAuqB9AemF0lGT5zZeHmt2g0okkda { top:8.1875rem;left:14.5rem;width:33.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 { display:block; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyGgI21au56TQIkeERvX4Ds5pqGopcWh { width:39.25rem;height:4.0625rem;top:1.8125rem;left:4.2189674377441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ { display:block; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKS1ZuwbBTRgvRvNHRCz9sCEH7CXZIN7 { width:3rem;height:3rem;top:1.875rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGkptKbGuadiGkgHGH7OVJ78XEcT2qTS { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrdoqDAlIFuGxPJgPzyza19esssZMvgI { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4narlK1G7wrrTamDd61M08hDZlBns2Z { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfcI5U5bnNwghOW7egEmNS48xfBfESD { width:3rem;height:3rem;top:1.875rem;left:22.280384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTMLuonuCbh6Wm9PHMfbMLdCa9E5EO1 { width:3rem;height:3rem;top:1.875rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLnXUb2cET7zGQMJ5DM8Xtwfkkuuzeb { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrHdvHTnRotu73TuWAOFWQGDl9C3DcBI { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xisEfFHBXuCxN6LG57SkcRTMzEwU9nEw { width:24.8125rem;height:10.1875rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 { display:block; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7iqr1gLd5EwGGIXBh7AMTTgUPehqMdX { width:3rem;height:3rem;top:1.9375rem;left:38.155384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwMavOW35hagL2RU6Qq9lptxWoeSzHIf { width:18.4375rem;height:1.5625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMIFvbVpJNwq1J2ft6UciRXgEnXmkgf { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6QePakoLAGWJwLzxUNHr7va3WIT0UW { width:18.4375rem;height:1.5625rem;top:4.9375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1LiWi5vVKU6HkSLhbH8xEzLgqThUbG { width:3rem;height:3rem;top:1.9375rem;left:6.4053840637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyqvMSqqUJz6tcpiU8Rr8wPTtSCKtTgo { width:3rem;height:3rem;top:1.9375rem;left:22.217449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #uagt5S6gIT2XKVy1mmoJZvItLPTBTJRx { width:24.8125rem;height:3.375rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnpTpaLXdZl9ac2uBzASviukMDF9bftJ { width:24.8125rem;height:1.6875rem;top:7.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEtkCXdLsRv7pAf1u2aOtuGwxMHpOQNq { width:24.8125rem;height:3.375rem;top:7.0625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn { display:block; }#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu5FLcl1hscy43W5BpvZGFMx7cF8ykKp { top:3.5rem;left:0rem;width:36.5625rem;height:19.874125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0PL1aR2UKsGTFV8pOi9cMkhHJ3ok185 { top:2.25rem;left:17.75rem;width:30rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVbnw0fSb37wTG8h5epRIruQIsDfDLn { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZSElCJiTPcPbFh5IEzQag9Lo6WBq6c { display:block; }
 }@media only screen and (max-width: 763px) { #PSE4qL2kGAqS5hIkoFOC2wsb8xH7zE66 { top:8.3125rem;left:14.5rem;width:33.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 { display:block; }#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJx82G1E6skB06I0uyuTJHEWFI1OI1Lp { top:0rem;left:0rem;width:47.75rem;height:14.762708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCforWWi2NAzSexhZXaLvgXpR2cQNyZ { top:6.3125rem;left:9.9375rem;width:37.8125rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWexLnOLD3wETgvdwIcGGiNmNir8VLWc { top:11.9375rem;left:41.375rem;width:6.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z { display:block; }#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIoQ0yquABU62F9vKRUt0iXI6q4yv5Mx { width:17.5rem;height:3.4375rem;top:8.75rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqkAnsAvk2TuzivbhZBeaaLi7QITlVOG { display:block; }
 }@media only screen and (max-width: 763px) { #L3ryfVQwwnl0tltI3WoepQR8hrq4cKmd { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPouaHNTSGs0qAJsIX1wH8AK1leho35 { top:4.6875rem;left:0.50043487548828rem;width:46.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr { display:block; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImnsDd0BvA2PvAX2hEd3BkMPaJ0coqEV { top:0.625rem;left:13.749134063721rem;width:20.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u { background-color:#ffffff;background-image:none;display:block; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { background-color: transparent; background-image: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container > .video-iframe-container { display: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row > .video-iframe-container { display: none; }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .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); }#PtTCEiWECpKpRNUrZZeK6DHGxVh9TX7u > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7JNEOav9ddqKy0ulDoVkGqUQ4RDRz0d { width:16.5625rem;height:4rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAHvUABLQyChk4EHSddRaLT8kqg6ene { display:block; }#xdAHvUABLQyChk4EHSddRaLT8kqg6ene > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckperBt9oClyqXzl1OhEtve1kqdCOtgI { width:10.374375rem;height:2.8125rem;top:1.5592446327209rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1GnivySq3TUBwvue6xwr68vWOEo87c { width:20rem;height:5.19748125rem;top:5.1236977577209rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA { display:block; }#CRTLFyAsBVtTivbzdziKy8ppxvcX4RAA > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqIL9kifUxNtUnSoPaCSlhsX4dkHsuUk { width:20rem;height:10.7498125rem;top:22.577041625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU2bv7qfUkJU7TfDoI9bMyp7kIufW6NE { width:20rem;height:6.57875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4H74Z48iZAK5swmgOieIFQyWVJ2gini { width:17.5rem;height:3.4375rem;top:34.574653625488rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5X77ysg1TqlNZu1vcyBOCBh5KMhDwE { display:block; }
 }@media only screen and (max-width: 763px) { #WGiTg7lo5ddIW1ykRTT92fJW7BJ1pvEk { width:20rem;height:13.4038625rem;top:8.7402362823488rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ { display:block; }#PtNSOk4v6xSwiAXuwc1B9LWHTVUElVDJ > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzEFRpytuH327FvuqfBoGmaNdNUrBTrB { width:9.5625rem;height:1.3997375rem;top:1.1875rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrlncINrzr8KdVhOHXWX106647UIiVMe { width:6.25rem;height:0.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfBCIGQq3eIm6ahe7zHPso50C0TWrFM { width:17.4370625rem;height:9.436875rem;top:6.4116764068606rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnkolmBMlpry4Q3JLI04tTS3OOK8Ogf { width:15.625rem;height:1.50065rem;top:19.561633825302rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtIJhTgk4p4XaQzTU6AXqqbDdJGkM1Qz { width:15.625rem;height:6.00260625rem;top:25.686849355698rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfTTZbruW2LNx15XyIp9F4xJBJg5TGxh { width:15.625rem;height:1.50065rem;top:35.435115575791rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNLTyQILKFknwSwn5eFSsHWCwZU9daQn { width:15.625rem;height:1.50065rem;top:41.256511449814rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gt6eLKNuBtJsuIHB6gMCzwZTruTS9ArQ { width:15.625rem;height:3.0013rem;top:47.561851263046rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKmR5OxTphpcCQNfGilFAAO9aW9wcM4l { width:15.625rem;height:6.00260625rem;top:55.628261566162rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8tHxA8NSzkSukVz0Tfv03vtKDRoHs2S { width:18.4375rem;height:2.599825rem;top:3.8129348754883rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2KsZDr1OqS7EXkTa2d7xldpXTNMqoV { width:1.875rem;height:1.875rem;top:16.936849355698rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzofUU3xJVtZIVHOpUsZQFpBIi3iUOv { width:1.875rem;height:1.875rem;top:32.999133825302rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSKFExipTXHKLZTzoNP13ebaXCVp83r3 { width:1.875rem;height:1.875rem;top:75.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROteGuQBMWh0hFBmCKbiIRNMo34q4fU { width:1.875rem;height:1.875rem;top:52.936199188233rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBcRA84DRsfrHT547rpqrf664ftRZmo8 { width:1.875rem;height:1.875rem;top:67.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS00u2JQxBc1unud5aeELT591t7c6fZu { width:1.875rem;height:1.875rem;top:84.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRO6db0qQdIL9lKzl8un3I5s6TZOUL6 { width:1.875rem;height:1.875rem;top:23.186849355698rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLptK3wR6Co8bfaMn2P2i6VKTTiwOAcr { width:15.625rem;height:4.50195rem;top:69.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdFLvKV258LAd0rssRFowEDAOJdqSEH { width:1.875rem;height:1.875rem;top:62.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D90wd78tzKmpP1gTxutAbL6mgps0309m { width:15.625rem;height:3.0013rem;top:86.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM9TxLxDMT1Pb9HHGQTGldLlt46IOrAx { width:15.625rem;height:6.00260625rem;top:77.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6H7qQUTLFKoCiIOUUZc4xkgEv6cpeg { width:1.875rem;height:1.875rem;top:39.450958013534rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyg3OTS4BH6tpuAel2mOc061F327orka { width:1.875rem;height:1.875rem;top:45.123698949814rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxQPVQ2gWBr8HF2BLeG15TmOyipHalBo { width:18.9985rem;height:1.50065rem;top:64.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc { display:block; }#HQ2Oxxof29pdhQX4cmtuDh0nNasPfZOc > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf8exOIsuiUE1bBOUsZlJGvoW5WJelri { width:11.25rem;height:2.599825rem;top:23.122841835022rem;left:4.3750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OThQfg2bndaM5SFyI6X2Igy95w14nbfZ { width:11.186rem;height:1.2999125rem;top:48.809680938721rem;left:4.4064670205116rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMAXm1dnMNqEHDJxTHz7GekSKdSTq5x0 { width:20rem;height:7.8125rem;top:13.498265266419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozdFufEMlV2uh9gw1W6nB2sHCmC2IuM { width:7.5rem;height:0.125rem;top:89.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQR9g5VuLHrWvzPanqtWVFh1OhbhzbwV { width:11.186rem;height:2.599825rem;top:57.433813095093rem;left:4.4064670205116rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxJvM4TnnmM9Xsg86G9zeU5QLAXf9WTA { width:11.25rem;height:1.2999125rem;top:36.810982704162rem;left:4.3750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDC1xhQM6JeziNsBXnkOLz9JIevnz527 { width:0.125rem;height:3.125rem;top:53.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R23gnBArOPrfLTqXqXfcBKrHel8MN849 { width:5.125rem;height:0.125rem;top:62.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyfMb53OMB4kMeidEwiyVP5hWOe6VvfO { width:2.5rem;height:0.125rem;top:6.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW2aC06Tsw0roJz09X6grrNTTcqC1Nf5 { width:4.625rem;height:0.125rem;top:88.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxcDP08mUrF3VzUE8N8qRUn0LeSZuSHy { width:20rem;height:2.06163125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eSVdLEphR7PFrFOaTbDbEwlkzQLwzCAN { width:20rem;height:8.5015rem;top:4.9999971389771rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfmJ4IL5CzRknVJkB8cC3tqcR244HZfN { width:17.5rem;height:3.4375rem;top:68.053390502931rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #swA19xXeMwKPGXUSv5aGFIFwJUSeIFwX { display:block; }
 }@media only screen and (max-width: 763px) { #kx6CV7VqpCpBhFvN2NGdOSpBLTdu7TDk { width:17.999125rem;height:9.5019625rem;top:25.721572875976rem;left:1.0004341006279rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU0Lg8uLvLTa9AiCBBADpoVuGe35TxS { width:16.936875rem;height:5.2788625rem;top:50.107424736023rem;left:1.5310330986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbsXpoEG0Fb8EghnT6E0AB664iibbAS { width:7.5rem;height:0.0625rem;top:19.0625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqSDJ5aMTeKOvyTtPpG9BJb6Dlp1TTb2 { width:16.936875rem;height:7.3904375rem;top:38.786894798279rem;left:0.90386289358137rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJaoO06X0GFKlmpfRT9ZzJS8PnBywSE { width:16.936875rem;height:6.334625rem;top:60.032554626465rem;left:1.5310330986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX { display:block; }#xxFc2mrHLETuLyWXkOoVRWP7WXbdf1gX > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz2tPTwVWmcPsmnO8PkQIfJt1urqRViq { width:20rem;height:2.06163125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L15pqu1bqFEslx6Udyw9ikZnieuG3ULR { display:block; }#L15pqu1bqFEslx6Udyw9ikZnieuG3ULR > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPOoM0WAaaxQZKpEAt0SL4TAHGVLJ7Zo { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKInvt8LXwZURoKbfZE4erE1xhZ2yIK { width:18.4375rem;height:1.2999125rem;top:5.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWy6Zf5zEoPMvHDxCO0iPfW6MEwrBdxw { width:18.4375rem;height:1.2999125rem;top:14.497613906861rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqRvKxnDztR61qoXVIFUfoppOW33eio { width:18.4375rem;height:1.2999125rem;top:24.258897781372rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZsa5aFzZ7fVrSbtnz9CTqBi8sRmLIS { width:3rem;height:3rem;top:10.99913125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgTM18f6TGR9NKTcKXW8hSGTliuoZ0Z { width:2.99913125rem;height:2.99913125rem;top:20.633680343628rem;left:8.4993496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxXT5AewhAgwyMTvgOUlAkAefKr1QIv { width:20rem;height:1.70030625rem;top:6.7968711853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEXrQ2KEDZXIAPhXqMTiyIXC8ZSVslx { width:20rem;height:3.40060625rem;top:15.795356750488rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTksrdmSIs2JLvCXADTD7sOGoN1aP54y { width:20rem;height:3.4006125rem;top:25.556642532349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA { display:block; }#s6lTg7MKKq0bmRXWeefq1VVTs0SWtiGA > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkn9Q1Tu9ZuBex2EZQACEGSVk4X3ozi2 { width:2.99913125rem;height:2.99913125rem;top:0.74978256225588rem;left:8.4993496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ5T96734HdkUvGWO3vS7v6hGMGzt5FX { width:18.4375rem;height:1.2999125rem;top:4.4357633590698rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWixTq5p1dZR8BPWUmXptdgxXPMXqGJ { width:18.4375rem;height:1.2999125rem;top:13.619792938233rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwBd8iqmDOHWUp8RwMzV3w4PdWlULRG { width:18.4375rem;height:1.2999125rem;top:22.134330749512rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa3QTDtSH3gfaadTXVpet1w5Jmfu87Hh { width:2.99913125rem;height:2.99913125rem;top:10.622829437256rem;left:8.4993496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnw4NxulFXzeSqPFZRODLS04EQOxBvFR { width:2.99913125rem;height:2.99913125rem;top:18.133680343628rem;left:8.4993496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MWITDBvCWSCudnrd9dboCzhJWwIMd7 { width:20rem;height:3.40060625rem;top:5.732421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAycvegao1ShuK137Mov00iABTlcSmCm { width:20rem;height:1.70030625rem;top:14.917535781861rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkInqVShvr0bUlzg48r5dzdcvTtOwLoc { width:20rem;height:3.4006125rem;top:23.430992126465rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL { display:block; }#ihQ8roAXthLgDZzE5HyXSXRNBKMfnUcL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGMAXpcRTydkAoLMG7eHo91IVUDSvbgN { width:20rem;height:8.7716875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs5k0Tu4gakP808k9cLP2uAudsxMOki { width:17.5rem;height:3.4375rem;top:31.074219703674rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgIgT5HNudBgenroCZIGnHi5NnSJ6zx { display:block; }
 }@media only screen and (max-width: 763px) { #mTiCzm5TRq9zN6NViUN96LuPy7C4TRQ0 { width:20rem;height:10.96681875rem;top:10.683598414064rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CLzJWzMITvL4Ew3bgoPLas70LS3EdB { width:20rem;height:6.4378420155654rem;top:23.02517414093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMf80wUQlwPvRx7fq7ySQHPlpMigct5C { display:block; }#JMf80wUQlwPvRx7fq7ySQHPlpMigct5C > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Imw2u9TyuuaWAqtl6X5tT1TTy3aBrIRS { width:20rem;height:2.06163125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tag38QgqI593eoDahEQgT7TsiFGzNx9q { display:block; }#Tag38QgqI593eoDahEQgT7TsiFGzNx9q > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkH7kue6tNuAvq1bAOvsW5wSpdkrOcpc { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDB3EJ2xSSWIAxie77vO6v3ADx1VI3p { width:18.4375rem;height:1.2999125rem;top:5.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2kvfn3cMz67uxAWn9XtQ5ZihV8pzEV { width:18.4375rem;height:1.2999125rem;top:12.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxbpmsUkOfGTadg4t0FCfK7lgUGzGNf7 { width:18.4375rem;height:1.2999125rem;top:21.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1HwAWFrvdLXKLEJaOLvctQyPX9u5b1X { width:2.99913125rem;height:2.99913125rem;top:9.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctst2PMbGL9nWl5MUJrDBabfLwcT1w42 { width:2.99913125rem;height:2.99913125rem;top:18.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft1CB0mpwDpUO71GiDT7AideJVFCOKCl { width:20rem;height:1.70030625rem;top:6.7957906723025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTIB9IpGdhp11QEt2A9egLk1zs8OsNl { width:20rem;height:3.40060625rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnA2LTTrCLvGiH2zPbA2mHa5DTEIykPb { width:20rem;height:3.4006125rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ { display:block; }#IskRd6TCHinUhwbvnFcQUwgd9SSiDZcZ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVxnmQFZs4D5bKpaiOfFfD1JoTbTybN0 { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHezRUAnhhdpNe4bsRJraTGVkDyAECxU { width:18.4375rem;height:1.2999125rem;top:4.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkxZiGWfZiunGJM2hTBJ4Dkx7VAGgGce { width:18.4375rem;height:1.2999125rem;top:13.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSQXRJIwAkWcmfmCPPetRXPGv1dZdID { width:18.4375rem;height:1.2999125rem;top:21.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqV1lFqvCdI1PAa6s1BHonxDo9wLu8Qy { width:2.99913125rem;height:2.99913125rem;top:10.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWkzKcwxqtJ69Cyu6wOcyb0Tfc6nnsdJ { width:2.99913125rem;height:2.99913125rem;top:17.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoHXB2CFtb9gyuKVEolkUfIa9Mg3uRn { width:20rem;height:3.40060625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D64Abmoyx2tLF4ecaNo43txGZPNxOZL3 { width:20rem;height:1.70030625rem;top:14.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J676K3SfmsqBS37XqLL1MDmRx8ydNGiC { width:20rem;height:3.4006125rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 { display:block; }#tgxgnBOhyzpdmy4Jsb8GTxoblMXhlLE0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXuHNwXdlHQR4W9cgfcy78qyBbwP19V8 { width:10.6875rem;height:3.375rem;top:16.076407961547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLz2AcFS3XTlqHB1TsqNktTspEdUI1VE { width:20rem;height:4.38585rem;top:2.2493486404419rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvTcxnDgD2SDU4H5EosfPxw3KvnI2W8 { width:17.5rem;height:3.4375rem;top:26.826172724366rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSeens976MTs2KaC6AAo3o8rBceK92m { display:block; }
 }@media only screen and (max-width: 763px) { #FbhKAuqB9AemF0lGT5zZeHmt2g0okkda { width:20rem;height:4.874125rem;top:8.9268741607669rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 { display:block; }#L3B4AXUlVtcmiMXrm4laxMm3O0uFWVs8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyGgI21au56TQIkeERvX4Ds5pqGopcWh { width:20rem;height:2.06163125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ { display:block; }#CTvzDtAnJNMau8IMPx658DCU1TZrMAZQ > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKS1ZuwbBTRgvRvNHRCz9sCEH7CXZIN7 { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGkptKbGuadiGkgHGH7OVJ78XEcT2qTS { width:18.4375rem;height:1.2999125rem;top:5.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrdoqDAlIFuGxPJgPzyza19esssZMvgI { width:18.4375rem;height:1.2999125rem;top:12.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4narlK1G7wrrTamDd61M08hDZlBns2Z { width:18.4375rem;height:1.2999125rem;top:21.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfcI5U5bnNwghOW7egEmNS48xfBfESD { width:2.99913125rem;height:2.99913125rem;top:9.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTMLuonuCbh6Wm9PHMfbMLdCa9E5EO1 { width:2.99913125rem;height:2.99913125rem;top:18.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLnXUb2cET7zGQMJ5DM8Xtwfkkuuzeb { width:20rem;height:1.70030625rem;top:6.7957906723025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrHdvHTnRotu73TuWAOFWQGDl9C3DcBI { width:20rem;height:3.40060625rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xisEfFHBXuCxN6LG57SkcRTMzEwU9nEw { width:20rem;height:11.902125rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 { display:block; }#IuTt2BNKKc7oGxRIpK0UOLcITDom6q79 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7iqr1gLd5EwGGIXBh7AMTTgUPehqMdX { width:3rem;height:3rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwMavOW35hagL2RU6Qq9lptxWoeSzHIf { width:18.4375rem;height:1.2999125rem;top:4.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMIFvbVpJNwq1J2ft6UciRXgEnXmkgf { width:18.4375rem;height:1.2999125rem;top:13.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6QePakoLAGWJwLzxUNHr7va3WIT0UW { width:18.4375rem;height:1.2999125rem;top:21.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1LiWi5vVKU6HkSLhbH8xEzLgqThUbG { width:2.99913125rem;height:2.99913125rem;top:10.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyqvMSqqUJz6tcpiU8Rr8wPTtSCKtTgo { width:2.99913125rem;height:2.99913125rem;top:17.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uagt5S6gIT2XKVy1mmoJZvItLPTBTJRx { width:20rem;height:3.40060625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnpTpaLXdZl9ac2uBzASviukMDF9bftJ { width:20rem;height:1.70030625rem;top:14.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEtkCXdLsRv7pAf1u2aOtuGwxMHpOQNq { width:20rem;height:3.4006125rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn { display:none; }#Q7CSbnskZqd1tLTv0JdAs9fy266ciUcn > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hu5FLcl1hscy43W5BpvZGFMx7cF8ykKp { width:20rem;height:10.7498125rem;top:14.075519561767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0PL1aR2UKsGTFV8pOi9cMkhHJ3ok185 { width:20rem;height:4.38585rem;top:2.2493486404419rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVbnw0fSb37wTG8h5epRIruQIsDfDLn { width:17.5rem;height:3.4375rem;top:24.82421875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZSElCJiTPcPbFh5IEzQag9Lo6WBq6c { display:block; }
 }@media only screen and (max-width: 763px) { #PSE4qL2kGAqS5hIkoFOC2wsb8xH7zE66 { width:20rem;height:3.65559375rem;top:8.9268741607669rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 { display:none; }#UxTNQsA3EZQVboF19PCXZZFRJaIx0H09 > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJx82G1E6skB06I0uyuTJHEWFI1OI1Lp { width:20rem;height:6.25rem;top:0.65429878234863rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDCforWWi2NAzSexhZXaLvgXpR2cQNyZ { width:20rem;height:9.746125rem;top:6.9043015837669rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWexLnOLD3wETgvdwIcGGiNmNir8VLWc { width:6.3748125rem;height:1.62435rem;top:17.212458610534rem;left:12.560764372349rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z { display:none; }#XvHsVk8cbiIDsiiO9gXiktfn1rpWKf6z > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIoQ0yquABU62F9vKRUt0iXI6q4yv5Mx { width:17.5rem;height:3.4375rem;top:11.561416625976rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqkAnsAvk2TuzivbhZBeaaLi7QITlVOG { display:block; }
 }@media only screen and (max-width: 763px) { #L3ryfVQwwnl0tltI3WoepQR8hrq4cKmd { width:20rem;height:2.43706875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPouaHNTSGs0qAJsIX1wH8AK1leho35 { width:20rem;height:6.09375rem;top:4.4737415313721rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr { display:block; }#Jt9trDmzr2OwEZOz53IQ5agsvRUxmxxr > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImnsDd0BvA2PvAX2hEd3BkMPaJ0coqEV { width:19.9989375rem;height:2.599825rem;top:0.79318618774412rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }