.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e8fafd;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;overflow:visible;position:relative;display:block; }#Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { display:block;width:43.499375rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.56033039093rem;left:8.2497863769531rem;height:4.875rem;color:#31455f;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; }
#UqEvD3HVXAgOqDdNGQRuyKKaK4luWtba { display:block;width:26.936875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.288412094116rem;left:2.498046875rem;height:10.125rem;color:#31455f;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQ32V3UM5642UPol6NKxTq469DGwpg2b { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:15.2485rem;top:1.8739150762558rem;left:22.375221252441rem;overflow:hidden;display:block; }
#T2gBoWmWQy7fKAlb5V3gwKKscWbPlIPy { background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.317058563233rem;left:4.65234375rem;display:block; }
#vdVkf5AlHh2F12umNkqegl0ISILttwqv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Re4UoazhAlpeen0adzTRPzeNlp7afzEQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:21.625rem;top:12.25rem;left:30.165365219116rem;overflow:hidden;display:block; }
#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container { background-color: transparent; background-image: none; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container > .video-iframe-container { display: none; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row > .video-iframe-container { display: none; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .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); }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container { border-width: 0; border-radius: 0; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#zxTJlA5g1C7hKGhHhsrZzbin6TmUZ094 { color:#000000;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8535161018372rem;left:31.998699188233rem;height:11.6953125rem;display:block; }
#mBfiGgO6DJRnwvSdbRvPTnOBWf9rJFXr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:19.25rem;top:0.56206703186035rem;left:4.4997863769531rem;overflow:hidden;display:block; }
#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container { background-color: transparent; background-image: none; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container > .video-iframe-container { display: none; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row > .video-iframe-container { display: none; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .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); }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container { border-width: 0; border-radius: 0; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:60rem;position:relative;display:block; }#LrVTh98q4UWgKcEuBtvOE9Ne15ZRE0I2 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1245670318604rem;left:0rem;height:;color:#0043bb;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 { display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:6.7502222061156rem;left:2.96875rem;height:;color:#666666;text-align:left;text-align-last:left;font-style:normal;display:block; }#KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 li:before{  }
#veKaWswMiGxbB9xIr64I7Bk7WXds1WAP { display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:31.87500333786rem;left:2.96875rem;height:2.1375875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aRHwlraDlkkFs5e6WbdOE6gZXfJzEuyo { background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.624375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.811633586884rem;left:19.187286376953rem;display:block; }
#KkctGV7VHwUxhw7spyKFMGPxq2VNkTcK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 { position:relative;display:block; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 { background-color: transparent; background-image: none; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container > .video-iframe-container { display: none; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row > .video-iframe-container { display: none; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .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); }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 { border-width: 0; border-radius: 0; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tm0amw2Nz98XJsQV1uSkL4WTgyQfx2Xw { display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:4.0288619995117rem;left:2.96875rem;height:8.546875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 { position:relative;display:block; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 { background-color: transparent; background-image: none; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row .container > .video-iframe-container { display: none; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row > .video-iframe-container { display: none; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .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); }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 { border-width: 0; border-radius: 0; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .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:37.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pJpzup7MllSq8skfGsEStPR2K0ky7Cgt { color:#000000;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:32rem;height:21.9287rem;display:block; }
#Sm9ptT8Fnw2Ir74u6pxOhxdLXDmbpGUK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:21.875rem;top:2.3741321563721rem;left:4.0625rem;overflow:hidden;display:block; }
#Uh8HRlur9rATB8IJnmk9sOu3nGPBiZrW { color:#000000;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.8125rem;left:32rem;height:2.111325rem;display:block; }
#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container { background-color: transparent; background-image: none; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container > .video-iframe-container { display: none; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row > .video-iframe-container { display: none; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .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); }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container { border-width: 0; border-radius: 0; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#fuN4Za4uqWHTEQsDXzgHqZTuTqt4tZlb { color:#000000;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2rem;height:1.4622375rem;display:block; }
#vhqGNGAQ4Ipva7k0A7VCzHqvHE2IhRgc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:26.125rem;top:2.1875004768372rem;left:31.905384063721rem;overflow:hidden;display:block; }
#yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH { color:#000000;display:block;width:25.999375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2rem;height:;display:block; }#yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH li:before{  }
#hq98nKTflR4oqHMmvVpRb21oTtN4m7lc { background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.229166984558rem;left:0rem;display:block; }
#WJ9lSzew7JOmeUSXfAPdXyxThhkovizJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container { background-color: transparent; background-image: none; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container > .video-iframe-container { display: none; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row > .video-iframe-container { display: none; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .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); }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container { border-width: 0; border-radius: 0; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#x5B7Nd8IEF2HiZfTLVI8WkNzXvLtMkl0 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1245670318604rem;left:0rem;height:;color:#0043bb;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN { display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:6.7502222061156rem;left:2.96875rem;height:16.5195rem;color:#666666;text-align:left;text-align-last:left;font-style:normal;display:block; }#m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN li:before{  }
#kwIQ1OxBcb9AcumW8aL2E9TS5EP0m062 { display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:25.811637878418rem;left:2.96875rem;height:2.1375875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWIGdSBc4OvRQSHQETuT3cO7nTzXfrGi { background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.624375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.747835159302rem;left:19.187286376953rem;display:block; }
#JCSL9Wq6wymewyTSFyWfEpASfWBvvGsC { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container { background-color: transparent; background-image: none; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container > .video-iframe-container { display: none; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row > .video-iframe-container { display: none; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .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); }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container { border-width: 0; border-radius: 0; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#BSVvpUcW5hMW09KI4dQXPiZt3PO6iwyX { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;color:#0043bb;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2mfIsDbQ6gQTy7661OVgQFST3CAR5Eb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:31.0625rem;top:6.8109810352325rem;left:13.750003814698rem;overflow:hidden;display:block; }
#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container { background-color: transparent; background-image: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container > .video-iframe-container { display: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row > .video-iframe-container { display: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .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); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container { border-width: 0; border-radius: 0; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#EGnZlT0A4VK9ZdNwdVCXvObwhd3QCa2Z { box-sizing:content-box;color:#0043bb;font-size:4.6875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.125rem;left:49.125rem;display:block; }
#lGSZg8JhrLOWU35m5qMooXHyWg33t8qQ { display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:9.6875rem;left:46.84375rem;height:9.4970625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihkAHuBExiXGvTinx4ht7hCCw4OXuGtL { display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:9.6875rem;left:30.593750953674rem;height:13.2959125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ds1yV8e41ukxEpHAXa2o2RgtAkZUUNTD { box-sizing:content-box;color:#0043bb;font-size:4.6875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.125rem;left:34.125rem;display:block; }
#ymlCH0bVVI0v7d2A7PrnDs5mQDK6baQH { display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.9;letter-spacing:0;top:9.6875rem;left:1.875rem;height:11.39645rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3X7WNh60HQJ8aZgVrmozQKUq32d1vAw { box-sizing:content-box;color:#0043bb;font-size:4.6875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.125rem;left:4.125rem;display:block; }
#qVz0l93FQCABiP0Gip2yBs0PKCT3pKty { display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:9.6875rem;left:16.84375rem;height:9.4970375rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHUQoQhaEckDZya1IuvzTn1wPT2pRFf4 { box-sizing:content-box;color:#0043bb;font-size:4.6875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.125rem;left:19.125rem;display:block; }
#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container { background-color: transparent; background-image: none; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container > .video-iframe-container { display: none; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row > .video-iframe-container { display: none; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .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); }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container { border-width: 0; border-radius: 0; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#JA9vxfKFQvc7SdqO7AUvh3dbUEHWSJd9 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5262594223022rem;left:0rem;height:3.25rem;color:#0043bb;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container { background-color: transparent; background-image: none; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container > .video-iframe-container { display: none; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row > .video-iframe-container { display: none; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .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); }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container { border-width: 0; border-radius: 0; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#Ukepu2gWqFxQctGmiWxIAdsocJNnFHFc { position:absolute;display:block;z-index:15010;background-color:#fa2f58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:32rem;width:18.5rem;top:1.7916667461395rem;left:40.750000953674rem;display:block; }
#Zml9FUpNWwAGidEcPk8wkiJTf2PFQRCF { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:41.3125rem;height:3.25rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zx0P7SDdvKkfAJXKmF4PsPA6bsU8zc9K { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6rem;left:41.3125rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w { display:block;width:16.3105625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.00390625rem;left:41.844403266907rem;height:16.6796875rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w li:before{  }
#LTEXeqNKUGGylPzzfASrkd6HTUzJX15V { background-color:#34455f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.996125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.4375rem;left:44.001301765442rem;display:block; }
#S62BV8upybwWwLyXsei4SPZbOSt5LKuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGC1aRhCLGrHcspt01KtdMeH79nfVTph { color:#000000;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.694445371628rem;left:21.031251907349rem;height:1.0556625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V0wwpXLdhFiGlcGSDxP3Fu6dfGdJDvt4 { position:absolute;display:block;z-index:15011;background-color:#fa245e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:31.125rem;width:17.9375rem;top:2.2291667461395rem;left:41.031250953674rem;display:block; }
#b9NVAQlaHZ6VSAWDDgAo34qSGxRlvkp9 { position:absolute;display:block;z-index:15016;background-color:#f93e75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:32.1875rem;width:17.9375rem;top:1.75rem;left:21.031250953674rem;display:block; }
#MTUdZyrZekNSBxElmXWfB8J8chsgdZQH { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.8125rem;left:21.34375rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgNriTQHJpcf2ZScm6ClP9S7UMWVRrTe { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.0625rem;left:21.34375rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTLdR6d7k64BzaVbkWnpb5ywXS27zVIL { background-color:#34455f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.996125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.4375rem;left:23.6875rem;display:block; }
#FxUCcwA00o71rrC4QTJiJTBwJc8tSdPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J154aWyr4QkHtttTfgSOqkp2MyrVXKxp { position:absolute;display:block;z-index:15022;background-color:#f93e75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:32.25rem;width:17.9375rem;top:1.7916667461395rem;left:1.03125rem;display:block; }
#IB9eI2VymgicJeFdbUysppVJeJegighT { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.0625rem;height:3.25rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqCRIzvva5qkJDiNnVvPu4xpDZftcRFU { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:6rem;left:1.0625rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tARciTDHNAgxrfUJ8Gi0GnqAM8wthctK { background-color:#34455f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.996125rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.233073711395rem;left:4.0006513595581rem;display:block; }
#c34LwiL2kHPdS1E1xEeurZoqvTFL3tLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTJycrtqxz7eUa8sQiCr7oqdP6ul83iP { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.35546875rem;left:41.344403266907rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH { display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.950521469116rem;left:21.687500953674rem;height:;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH li:before{  }
#LkbOeJKgC9qT501F4Jrdh0kfwTAWTsdv { display:block;width:17.3105625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.3548183441163rem;left:21.031250953674rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhvMkNQ7MuFSnxHNXhneo9z78qkL451U { display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.00390625rem;left:1.6875rem;height:;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#dhvMkNQ7MuFSnxHNXhneo9z78qkL451U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dhvMkNQ7MuFSnxHNXhneo9z78qkL451U li:before{  }
#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs { position:relative;display:block; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs { background-color: transparent; background-image: none; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container > .video-iframe-container { display: none; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row > .video-iframe-container { display: none; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .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); }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs { border-width: 0; border-radius: 0; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k4yXooJSr6yPyECwPSF1Urdmgi0RT7HR { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.25rem;color:#0043bb;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { position:relative;display:block; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { background-color: transparent; background-image: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container > .video-iframe-container { display: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row > .video-iframe-container { display: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .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); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { border-width: 0; border-radius: 0; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QFdP3T47EtzTeXlUT92NgkgtaR9TlMxi { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:20.6875rem;width:54.875rem;top:0rem;left:5rem;display:block; }
#hSd27JkUCPVfmVKw91UotKSWE9s2c8vy { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0625rem;left:48.812500953674rem;height:3.33105625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ovwgm23cR4nw3wwOLAHylUCShSe6bot6 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.00390625rem;left:49.375000953674rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ycImkgDLVAe6XoUu5G9FrV0KW67wuz3c { color:#3f2003;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.75rem;left:14rem;height:4.0625rem;font-style:normal;display:block; }
#s0Q1i17RZxtn19uwBTPessrErhWBbE1S { color:#3f2003;display:block;width:33.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8066411018369rem;left:13.968750953674rem;height:5.19921875rem;font-style:normal;display:block; }
#ogiR65ncDHT4KOl870STTTVZCXKFhE2N { position:absolute;display:block;z-index:15024;background-color:#ffb200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:2.0625rem;left:48.604168891907rem;display:block; }
#gwPRTuJyyxlG82wgMzqsOu4vLv5dLcuv { color:#22bc5a;display:block;width:7.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:5.7174477577209rem;left:49.916668891907rem;height:1.13736875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zT91izqSpRhrBQ3B336AcRKB6w1I7242 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:11.5rem;top:0.5625rem;left:0.125rem;overflow:hidden;display:block; }
#GBAfry1krHvdWO7rmu7iq9UK5E2JkCZb { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3923640251163rem;left:11.65625rem;height:2.5996125rem;font-style:normal;display:block; }
#Wtqwcn1htdoW0t9ysLuWWx7FrcCrAZSi { z-index:15047;top:15.604166507721rem;left:14.000000953674rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #fbb55f, #ff1500);background-image: -moz-linear-gradient(216deg, #fbb55f, #ff1500);background-image: -ms-linear-gradient(216deg, #fbb55f, #ff1500);background-image: -o-linear-gradient(216deg, #fbb55f, #ff1500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb55f', endColorstr='#ff1500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb55f', endColorstr='#ff1500' );";background-image: linear-gradient(216deg, #fbb55f, #ff1500);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K58V88sl800PlVJwMwTLfUMCQyxgngWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h4VE7DoqBbK4MIEfxlDFu9JiimH7F5wU { color:#898989;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:13.004557609558rem;left:14.000000953674rem;height:1.0559875rem;display:block; }
#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container { background-color: transparent; background-image: none; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container > .video-iframe-container { display: none; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row > .video-iframe-container { display: none; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .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); }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container { border-width: 0; border-radius: 0; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#SCTBVCA7niC1MO3wu0gDybqZ00d2Ggfi { color:rgba(30,30,30,0.7);display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.8125rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0eibzAl8QOAwGc0echwBoqLu2PC0V5P { color:rgba(30,30,30,0.7);display:block;width:31.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.3125rem;left:0rem;height:12.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#N0eibzAl8QOAwGc0echwBoqLu2PC0V5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N0eibzAl8QOAwGc0echwBoqLu2PC0V5P li:before{  }
#FWwPgFgZxfo6k4ISM5JACELRcKfO4TSQ { color:#3f2003;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#WcE3bR0rlNgekTxWoESuzCFF2J798Ige { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:25.0625rem;top:1.1875rem;left:28.875000953674rem;overflow:hidden;display:block; }
#OnQiwssLSwUoScMuxB3rgvVXVzxJtcPx { background-color:#ff6262;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25rem;left:7.7701826095581rem;display:block; }
#zsvid7w2uFK1tnIRlicgsym62sIq5bWF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container { background-color: transparent; background-image: none; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container > .video-iframe-container { display: none; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row > .video-iframe-container { display: none; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .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); }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container { border-width: 0; border-radius: 0; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#aJFEs1doa7u6Vssyi7A0H3n4XgeKk9zy { color:#3f2003;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.345703125rem;left:21.59375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyHslDehg9uEIRZIbum689fqPTdK8UFG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.8125rem;top:5.666666625rem;left:43.870237311064rem;overflow:hidden;display:block; }
#wz0UAe4OoUSgDdawICNumksRqTTFthqf { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.192274093628rem;left:41.875003814698rem;height:4.7118rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8BWOxsZ0bxIikn9z5POaqJQ3ebdcm23 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.125rem;top:5.65625rem;left:24.437500953674rem;overflow:hidden;display:block; }
#LuTOEwkdMWypHVzmZ35g7oifGNNAbF1E { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.192274093628rem;left:21.875003814698rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJlHofqkn1VcAvM1TuTgsvWdmQBTQQzs { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.192274093628rem;left:1.875rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgpeeDTFvJNorFLUUyVLilDX2SPmUmnS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:11.875rem;top:6.6979169845581rem;left:4.0625rem;overflow:hidden;display:block; }
#XwftV3WrvopTdE0EwvMmVN3l0122yiRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container { background-color: transparent; background-image: none; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container > .video-iframe-container { display: none; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row > .video-iframe-container { display: none; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .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); }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container { border-width: 0; border-radius: 0; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#AbKc5PubiSTNKeqKONE8lahNsSI5pOvF { color:#3f2003;display:block;width:16.6873125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.18728351593rem;left:41.655818939209rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pU86ByWOpFqP8FPHWiGlXkPib9J2DqPZ { color:#3f2003;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.186850070953rem;left:1.28125rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heNeoyQGdw0kFOaRPFTgZm1tBeFvvyv4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:1.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#RLNe4Wa2S7Gizpk1LUCTOfn2ezWrBOcs { color:#3f2003;display:block;width:16.6873125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.1875rem;left:21.6875rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0Ski5NmbwyTB5Iw8EMS0hcecmAbgiHu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.875rem;top:1.71875rem;left:24.062500953674rem;overflow:hidden;display:block; }
#GcXME1JTK5W4Htx3SfChRIHwbnRd0em6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:1.75rem;left:44.250001907349rem;overflow:hidden;display:block; }
#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container { background-color: transparent; background-image: none; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container > .video-iframe-container { display: none; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row > .video-iframe-container { display: none; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .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); }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container { border-width: 0; border-radius: 0; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#EalVRVorMHfBlAIhGNsa1uU75lfl9AFQ { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:31.625001907349rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgBZrv19lxkX6KE6eaBOiZiZKZ8pKsxR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:11.625rem;top:2.2076826095581rem;left:33.937501907349rem;overflow:hidden;display:block; }
#QPlwfo9bFbQ1LZNKiLOf0ZClCNvmVITT { color:#3f2003;display:block;width:16.686875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:11.46875rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7g4PAhObMbOVxpy83ixJ7TrJDzwVWBO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:12.625rem;top:2.3639326095581rem;left:13.5rem;overflow:hidden;display:block; }
#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container { background-color: transparent; background-image: none; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container > .video-iframe-container { display: none; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row > .video-iframe-container { display: none; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .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); }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container { border-width: 0; border-radius: 0; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#fpx5lfkiJ2Xn8OQ5yfkblBLgM0LPTqgN { display:block;width:24.8123125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:4.6234817504883rem;left:2.593318939209rem;height:21.3671875rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cekWfIeTQnfeN8GRiuWsRyFuE0KDEkC2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:15rem;top:28.999568462372rem;left:2.593318939209rem;overflow:hidden;display:block; }
#X0tcyJQRRJD4TozAyhseDBI0qNwSxUWr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:28.5rem;top:4.9370665550232rem;left:30.718318939209rem;overflow:hidden;display:block; }
#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container { background-color: transparent; background-image: none; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container > .video-iframe-container { display: none; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row > .video-iframe-container { display: none; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .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); }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container { border-width: 0; border-radius: 0; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#IppOUB5qDqVGkRN40RzsGZL0ToPf93r9 { color:#3f2003;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.345703125rem;left:21.59375rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2CJEKnArm5f8gDetoLPvJNQBrhaF08q { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.5625rem;top:5.375rem;left:3.25rem;overflow:hidden;display:block; }
#ZfVwhXCzXJpf42DqZK048f6BbTT7trFT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:13.5625rem;top:5.375rem;left:43.21875rem;overflow:hidden;display:block; }
#TgKgSCbiKAkpHDdcvP2vh4MIlc5FMTg6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:5.375rem;left:25.875rem;overflow:hidden;display:block; }
#g0TdIn9GBPFzZ6Aa41kBKfeZ2c3QBmp2 { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8994140625rem;left:41.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmOw3GG960Sny7QH1NURAwN8bc1kNBFE { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8994140625rem;left:1.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWnWMyGQtcWSKhkaBsqIiuoFkdOFUDQy { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:2.5rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8my5Zft34HbucdR5VWnB2IyNWmQzw8V { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:21.5625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNsqq5IrftisozXPQuMWanV402TKOqgu { color:#3f2003;display:block;width:15.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:22.25rem;height:12.9980625rem;font-style:normal;display:block; }
#SxmUb8aOcTCKkCpAg6ImdXZllwv37BGH { color:#3f2003;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:41.875rem;height:7.7988125rem;font-style:normal;display:block; }
#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { background-color: transparent; background-image: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container > .video-iframe-container { display: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container { display: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .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); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { border-width: 0; border-radius: 0; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#T8iXg7bzkT6ZBxqhphEJ1V3DH52wqmwR { color:#3f2003;display:block;width:22.4370625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6234893798828rem;left:18.780384063721rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5Td3otxoz0SP5hNNfAoDc1QJIpLGWLG { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.11328125rem;left:3.8125rem;height:6.499rem;font-style:normal;display:block; }
#hg4EHVXGGEusqtIf7Ja0NxQByDk7X1dM { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.21484375rem;left:3.8125rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OOEUTsx99EFbUWTJJbKb3gJds1hTTuQP { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.11328125rem;left:21.875rem;height:5.19921875rem;font-style:normal;display:block; }
#US9aA1kvS8hbsLxmulCronXnwyZ3KNNa { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.875rem;left:21.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBAdrPTVRJvZd4Ky8CuqlvbJJ1TTwbKx { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:40.5rem;height:5.19921875rem;font-style:normal;display:block; }
#MQ2BbP65fxKlGbdfFB0OA6P3vnksbJHX { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:40.5rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SRlse3TQ8zQtyI6hNrtHhpzGo5B9BATP { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#fWEW1KCkuSsrwNspoS4vtAMz6BfGnBKo { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thk1VL4emySTeSQT2fftuCeRsayCocfX { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:21.4375rem;height:3.8994125rem;font-style:normal;display:block; }
#yiUiruUQhf1X4LMytc8bKCRrGTmoqEiC { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:21.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVa11RnbsGBPrZAsz0IQe8Gye3Eh7hcA { color:#3f2003;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:26.625rem;left:21.437500953674rem;height:1.949225rem;font-style:normal;display:block; }
#XixwEVMScb3b64KwtXBbittmShg88ayu { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.875rem;left:40.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GEc1f2ZA6lLxa38UrP1IgMgTo1gJKsR9 { color:#3f2003;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.11328125rem;left:40.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#exTTysVMFg8zJBkplhdCyNcsHwbVipog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container { background-color: transparent; background-image: none; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container > .video-iframe-container { display: none; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row > .video-iframe-container { display: none; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .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); }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container { border-width: 0; border-radius: 0; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#FhLkGDXWD39JyOO1OHl0PmDC039XqZN8 { background-color:#42ccad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #3fc3a6 ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6230625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.65625rem;left:19.9375rem;display:block; }
#PvDMmefi3nUqUrOf6shtK3hgr2Ers2px { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#yr4RCXo6EANykGIC3bbChcqH7FOCpLGd { color:#3f2003;display:block;width:20.125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:19.9375rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czDJJopnQTaSleKTmh4eQoSFTJTttzoT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:29.125rem;top:5rem;left:1.875rem;overflow:hidden;display:block; }
#z5d8T9Bv5T4gp9QlNbcR5RSfPOaR013X { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:25.25rem;top:11.125rem;left:32.875rem;overflow:hidden;display:block; }
#bqu1CV37yX9AiKNtFVQyo05ISdp7G1Kd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:25rem;top:5rem;left:33rem;overflow:hidden;display:block; }
#AvHTTuLCnlDhmxuca4IOcxPD1BtbW4fK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:29.125rem;top:13.6875rem;left:1.875rem;overflow:hidden;display:block; }
#JA4T204w9ZieRoyKihTAbmCqcH5Vw9lZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25rem;top:16.125rem;left:33rem;overflow:hidden;display:block; }
#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8fafd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { background-color: transparent; background-image: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container > .video-iframe-container { display: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container { display: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .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); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { border-width: 0; border-radius: 0; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#A04uSotzkwzlmRpDXOlyruwKiQ53xAWb { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.912109375rem;left:26.03125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEvD3HVXAgOqDdNGQRuyKKaK4luWtba { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ32V3UM5642UPol6NKxTq469DGwpg2b { top:1.8125rem;left:16.250221252441rem;width:15.1875rem;height:3.3610691471702rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gBoWmWQy7fKAlb5V3gwKKscWbPlIPy { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdVkf5AlHh2F12umNkqegl0ISILttwqv { display:block; }
 }@media only screen and (max-width: 763px) { #Re4UoazhAlpeen0adzTRPzeNlp7afzEQ { top:12.25rem;left:24.040365219116rem;width:21.625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0EvamzEta15RI5SF7SpvuMfRQ0etOaD { display:block; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTJlA5g1C7hKGhHhsrZzbin6TmUZ094 { top:4.8125rem;left:21.8125rem;width:25.9375rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBfiGgO6DJRnwvSdbRvPTnOBWf9rJFXr { top:0.5rem;left:1.4372863769531rem;width:19.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF { display:block; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVTh98q4UWgKcEuBtvOE9Ne15ZRE0I2 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }#KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 li:before{  }
 }@media only screen and (max-width: 763px) { #veKaWswMiGxbB9xIr64I7Bk7WXds1WAP { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRHwlraDlkkFs5e6WbdOE6gZXfJzEuyo { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkctGV7VHwUxhw7spyKFMGPxq2VNkTcK { display:block; }
 }@media only screen and (max-width: 763px) { #hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 { display:block; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm0amw2Nz98XJsQV1uSkL4WTgyQfx2Xw { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 { display:block; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJpzup7MllSq8skfGsEStPR2K0ky7Cgt { top:5rem;left:21.8125rem;width:25.9375rem;height:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm9ptT8Fnw2Ir74u6pxOhxdLXDmbpGUK { top:2.3125rem;left:1rem;width:21.875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh8HRlur9rATB8IJnmk9sOu3nGPBiZrW { top:30.8125rem;left:21.8125rem;width:25.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0D2le0cGiCIOlbqttfoei2DCUMCyX8p { display:block; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuN4Za4uqWHTEQsDXzgHqZTuTqt4tZlb { top:2.1875rem;left:0rem;width:25.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqGNGAQ4Ipva7k0A7VCzHqvHE2IhRgc { top:2.1875rem;left:21.5625rem;width:26.125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH { top:4.6875rem;left:0rem;width:25.9375rem;height:;font-size:0.9375rem;display:block; }#yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH li:before{  }
 }@media only screen and (max-width: 763px) { #hq98nKTflR4oqHMmvVpRb21oTtN4m7lc { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ9lSzew7JOmeUSXfAPdXyxThhkovizJ { display:block; }
 }@media only screen and (max-width: 763px) { #tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa { display:block; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5B7Nd8IEF2HiZfTLVI8WkNzXvLtMkl0 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }#m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN li:before{  }
 }@media only screen and (max-width: 763px) { #kwIQ1OxBcb9AcumW8aL2E9TS5EP0m062 { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIGdSBc4OvRQSHQETuT3cO7nTzXfrGi { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSL9Wq6wymewyTSFyWfEpASfWBvvGsC { display:block; }
 }@media only screen and (max-width: 763px) { #zlPWOENPXLA5SEeqHMDMwW6DomKqdrER { display:block; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSVvpUcW5hMW09KI4dQXPiZt3PO6iwyX { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2mfIsDbQ6gQTy7661OVgQFST3CAR5Eb { top:6.75rem;left:7.6250038146975rem;width:31.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd { display:block; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGnZlT0A4VK9ZdNwdVCXvObwhd3QCa2Z { top:2.125rem;left:38.40625rem;width:6.75rem;height:6.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGSZg8JhrLOWU35m5qMooXHyWg33t8qQ { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihkAHuBExiXGvTinx4ht7hCCw4OXuGtL { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds1yV8e41ukxEpHAXa2o2RgtAkZUUNTD { top:2.125rem;left:26.46875rem;width:6.75rem;height:6.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymlCH0bVVI0v7d2A7PrnDs5mQDK6baQH { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3X7WNh60HQJ8aZgVrmozQKUq32d1vAw { top:2.125rem;left:2.59375rem;width:6.75rem;height:6.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVz0l93FQCABiP0Gip2yBs0PKCT3pKty { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUQoQhaEckDZya1IuvzTn1wPT2pRFf4 { top:2.125rem;left:14.53125rem;width:6.75rem;height:6.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 { display:block; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA9vxfKFQvc7SdqO7AUvh3dbUEHWSJd9 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqiRNZubxxk3xK50TfBugFy1W1BXZUC { display:block; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ukepu2gWqFxQctGmiWxIAdsocJNnFHFc { top:1.75rem;left:29.125rem;width:18.5rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zml9FUpNWwAGidEcPk8wkiJTf2PFQRCF { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx0P7SDdvKkfAJXKmF4PsPA6bsU8zc9K { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }#rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w li:before{  }
 }@media only screen and (max-width: 763px) { #LTEXeqNKUGGylPzzfASrkd6HTUzJX15V { width:11.9375rem;height:3.4375rem;top:29.4375rem;left:33.688801765442rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62BV8upybwWwLyXsei4SPZbOSt5LKuQ { display:block; }
 }@media only screen and (max-width: 763px) { #kGC1aRhCLGrHcspt01KtdMeH79nfVTph { top:36.6875rem;left:6.375rem;width:25.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0wwpXLdhFiGlcGSDxP3Fu6dfGdJDvt4 { top:2.1875rem;left:29.6875rem;width:17.9375rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NVAQlaHZ6VSAWDDgAo34qSGxRlvkp9 { top:1.75rem;left:13.8125rem;width:17.9375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUdZyrZekNSBxElmXWfB8J8chsgdZQH { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgNriTQHJpcf2ZScm6ClP9S7UMWVRrTe { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLdR6d7k64BzaVbkWnpb5ywXS27zVIL { width:11.9375rem;height:3.4375rem;top:29.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUCcwA00o71rrC4QTJiJTBwJc8tSdPi { display:block; }
 }@media only screen and (max-width: 763px) { #J154aWyr4QkHtttTfgSOqkp2MyrVXKxp { top:1.75rem;left:0rem;width:17.9375rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9eI2VymgicJeFdbUysppVJeJegighT { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqCRIzvva5qkJDiNnVvPu4xpDZftcRFU { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARciTDHNAgxrfUJ8Gi0GnqAM8wthctK { width:11.9375rem;height:3.4375rem;top:29.1875rem;left:1.9381513595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #c34LwiL2kHPdS1E1xEeurZoqvTFL3tLE { display:block; }
 }@media only screen and (max-width: 763px) { #UTJycrtqxz7eUa8sQiCr7oqdP6ul83iP { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }#gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH li:before{  }
 }@media only screen and (max-width: 763px) { #LkbOeJKgC9qT501F4Jrdh0kfwTAWTsdv { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhvMkNQ7MuFSnxHNXhneo9z78qkL451U { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }#dhvMkNQ7MuFSnxHNXhneo9z78qkL451U li:before{  }
 }@media only screen and (max-width: 763px) { #GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs { display:block; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4yXooJSr6yPyECwPSF1Urdmgi0RT7HR { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { display:block; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFdP3T47EtzTeXlUT92NgkgtaR9TlMxi { top:0rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSd27JkUCPVfmVKw91UotKSWE9s2c8vy { top:2.0625rem;left:38.9375rem;width:8.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovwgm23cR4nw3wwOLAHylUCShSe6bot6 { top:1rem;left:40.0625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycImkgDLVAe6XoUu5G9FrV0KW67wuz3c { top:2.75rem;left:7.8750009536744rem;width:32rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Q1i17RZxtn19uwBTPessrErhWBbE1S { top:7.75rem;left:7.8437509536744rem;width:33.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogiR65ncDHT4KOl870STTTVZCXKFhE2N { top:2.0625rem;left:42.479168891907rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPRTuJyyxlG82wgMzqsOu4vLv5dLcuv { top:5.6875rem;left:40rem;width:7.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT91izqSpRhrBQ3B336AcRKB6w1I7242 { top:0.5625rem;left:0rem;width:11.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAfry1krHvdWO7rmu7iq9UK5E2JkCZb { top:6.375rem;left:5.53125rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtqwcn1htdoW0t9ysLuWWx7FrcCrAZSi { top:15.5625rem;left:7.8750009536744rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K58V88sl800PlVJwMwTLfUMCQyxgngWT { display:block; }
 }@media only screen and (max-width: 763px) { #h4VE7DoqBbK4MIEfxlDFu9JiimH7F5wU { top:13rem;left:7.8750009536744rem;width:19.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQarLt6z6WMLL5xe85dfI9aeb6r3178 { display:block; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCTBVCA7niC1MO3wu0gDybqZ00d2Ggfi { width:26.9375rem;height:4.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0eibzAl8QOAwGc0echwBoqLu2PC0V5P { width:31.8125rem;height:12.0625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }#N0eibzAl8QOAwGc0echwBoqLu2PC0V5P li:before{  }
 }@media only screen and (max-width: 763px) { #FWwPgFgZxfo6k4ISM5JACELRcKfO4TSQ { top:2.25rem;left:0rem;width:32rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcE3bR0rlNgekTxWoESuzCFF2J798Ige { top:1.1875rem;left:21.25rem;width:25.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnQiwssLSwUoScMuxB3rgvVXVzxJtcPx { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsvid7w2uFK1tnIRlicgsym62sIq5bWF { display:block; }
 }@media only screen and (max-width: 763px) { #vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK { display:block; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJFEs1doa7u6Vssyi7A0H3n4XgeKk9zy { top:1.3125rem;left:15rem;width:16.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHslDehg9uEIRZIbum689fqPTdK8UFG { top:5.625rem;left:33.557737311064rem;width:11.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0UAe4OoUSgDdawICNumksRqTTFthqf { top:18.1875rem;left:31.375rem;width:16.25rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8BWOxsZ0bxIikn9z5POaqJQ3ebdcm23 { top:5.625rem;left:18.250000953674rem;width:11.125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTOEwkdMWypHVzmZ35g7oifGNNAbF1E { top:18.1875rem;left:15.5rem;width:16.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJlHofqkn1VcAvM1TuTgsvWdmQBTQQzs { top:18.1875rem;left:0rem;width:16.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgpeeDTFvJNorFLUUyVLilDX2SPmUmnS { top:6.6875rem;left:2rem;width:11.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwftV3WrvopTdE0EwvMmVN3l0122yiRL { display:block; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbKc5PubiSTNKeqKONE8lahNsSI5pOvF { top:14.125rem;left:31rem;width:16.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU86ByWOpFqP8FPHWiGlXkPib9J2DqPZ { top:14.125rem;left:0rem;width:17.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heNeoyQGdw0kFOaRPFTgZm1tBeFvvyv4 { top:1.8125rem;left:2rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLNe4Wa2S7Gizpk1LUCTOfn2ezWrBOcs { top:14.1875rem;left:15.125rem;width:16.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ski5NmbwyTB5Iw8EMS0hcecmAbgiHu { top:1.6875rem;left:17.875000953674rem;width:11.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXME1JTK5W4Htx3SfChRIHwbnRd0em6 { top:1.75rem;left:33.937501907349rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTKDU49obfgJPfGRNMC3pcls7VWxkow9 { display:block; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EalVRVorMHfBlAIhGNsa1uU75lfl9AFQ { top:15rem;left:15.5rem;width:16.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgBZrv19lxkX6KE6eaBOiZiZKZ8pKsxR { top:2.1875rem;left:20.125rem;width:11.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPlwfo9bFbQ1LZNKiLOf0ZClCNvmVITT { top:15rem;left:0rem;width:16.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7g4PAhObMbOVxpy83ixJ7TrJDzwVWBO { top:2.3125rem;left:3.25rem;width:12.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 { display:block; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpx5lfkiJ2Xn8OQ5yfkblBLgM0LPTqgN { width:22.5rem;height:5.625rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cekWfIeTQnfeN8GRiuWsRyFuE0KDEkC2 { top:28.9375rem;left:0rem;width:15rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0tcyJQRRJD4TozAyhseDBI0qNwSxUWr { top:4.875rem;left:19.25rem;width:28.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 { display:block; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IppOUB5qDqVGkRN40RzsGZL0ToPf93r9 { top:1.3125rem;left:14.9375rem;width:16.8125rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2CJEKnArm5f8gDetoLPvJNQBrhaF08q { top:5.375rem;left:1.1875rem;width:13.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVwhXCzXJpf42DqZK048f6BbTT7trFT { top:5.375rem;left:32.90625rem;width:13.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKgSCbiKAkpHDdcvP2vh4MIlc5FMTg6 { top:5.375rem;left:19.6875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TdIn9GBPFzZ6Aa41kBKfeZ2c3QBmp2 { top:14.875rem;left:31.375rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmOw3GG960Sny7QH1NURAwN8bc1kNBFE { top:14.875rem;left:0rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWnWMyGQtcWSKhkaBsqIiuoFkdOFUDQy { top:19.4375rem;left:0rem;width:16.25rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8my5Zft34HbucdR5VWnB2IyNWmQzw8V { top:14.25rem;left:15.5rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNsqq5IrftisozXPQuMWanV402TKOqgu { top:19.4375rem;left:16.0625rem;width:15.4375rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxmUb8aOcTCKkCpAg6ImdXZllwv37BGH { top:19.4375rem;left:31.375rem;width:16.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr { display:block; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8iXg7bzkT6ZBxqhphEJ1V3DH52wqmwR { top:4.5625rem;left:12.655384063721rem;width:22.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Td3otxoz0SP5hNNfAoDc1QJIpLGWLG { top:11.0625rem;left:0rem;width:14.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4EHVXGGEusqtIf7Ja0NxQByDk7X1dM { top:9.1875rem;left:0rem;width:15.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOEUTsx99EFbUWTJJbKb3gJds1hTTuQP { top:11.0625rem;left:15.75rem;width:14.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #US9aA1kvS8hbsLxmulCronXnwyZ3KNNa { top:8.875rem;left:15.75rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBAdrPTVRJvZd4Ky8CuqlvbJJ1TTwbKx { top:22.875rem;left:33.25rem;width:14.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2BbP65fxKlGbdfFB0OA6P3vnksbJHX { top:19.25rem;left:32.375rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRlse3TQ8zQtyI6hNrtHhpzGo5B9BATP { top:22.75rem;left:0rem;width:14.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWEW1KCkuSsrwNspoS4vtAMz6BfGnBKo { top:19.25rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thk1VL4emySTeSQT2fftuCeRsayCocfX { top:22.75rem;left:15.3125rem;width:14.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiUiruUQhf1X4LMytc8bKCRrGTmoqEiC { top:19.25rem;left:15.3125rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVa11RnbsGBPrZAsz0IQe8Gye3Eh7hcA { top:26.625rem;left:15.312500953674rem;width:15rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XixwEVMScb3b64KwtXBbittmShg88ayu { top:8.875rem;left:32.375rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEc1f2ZA6lLxa38UrP1IgMgTo1gJKsR9 { top:11.0625rem;left:33.25rem;width:14.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTTysVMFg8zJBkplhdCyNcsHwbVipog { display:block; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhLkGDXWD39JyOO1OHl0PmDC039XqZN8 { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDMmefi3nUqUrOf6shtK3hgr2Ers2px { display:block; }
 }@media only screen and (max-width: 763px) { #yr4RCXo6EANykGIC3bbChcqH7FOCpLGd { top:1.5625rem;left:13.8125rem;width:20.125rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czDJJopnQTaSleKTmh4eQoSFTJTttzoT { top:5rem;left:0rem;width:29.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5d8T9Bv5T4gp9QlNbcR5RSfPOaR013X { top:11.125rem;left:22.5rem;width:25.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu1CV37yX9AiKNtFVQyo05ISdp7G1Kd { top:5rem;left:22.75rem;width:25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvHTTuLCnlDhmxuca4IOcxPD1BtbW4fK { top:13.6875rem;left:0rem;width:29.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA4T204w9ZieRoyKihTAbmCqcH5Vw9lZ { top:16.125rem;left:22.75rem;width:25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM { display:block; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A04uSotzkwzlmRpDXOlyruwKiQ53xAWb { top:0.875rem;left:19.90625rem;width:7.9375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e8fafd;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:42.5rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:18.75rem;height:3.1499rem;top:6.3736982345581rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEvD3HVXAgOqDdNGQRuyKKaK4luWtba { width:19.3125rem;height:13.5rem;top:10.7470703125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ32V3UM5642UPol6NKxTq469DGwpg2b { width:15.2495625rem;height:3.37456875rem;top:0.62391495704651rem;left:2.3741319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gBoWmWQy7fKAlb5V3gwKKscWbPlIPy { width:16.25rem;height:3.4375rem;top:25.472717285156rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdVkf5AlHh2F12umNkqegl0ISILttwqv { display:block; }
 }@media only screen and (max-width: 763px) { #Re4UoazhAlpeen0adzTRPzeNlp7afzEQ { width:12.75rem;height:11.4375rem;top:30.916666625rem;left:3.1388347077236rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0EvamzEta15RI5SF7SpvuMfRQ0etOaD { display:block; }#I0EvamzEta15RI5SF7SpvuMfRQ0etOaD > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTJlA5g1C7hKGhHhsrZzbin6TmUZ094 { width:20rem;height:13.40625rem;top:21.92236328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBfiGgO6DJRnwvSdbRvPTnOBWf9rJFXr { width:17.8125rem;height:20rem;top:1.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF { display:block; }#IghSxaQvUh9kkJKTOHgsLTFuWkTaFpqF > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVTh98q4UWgKcEuBtvOE9Ne15ZRE0I2 { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 { width:20rem;height:42.53125rem;top:4.93706875rem;left:0rem;font-size:0.9375rem;display:block; }#KMTS8lVnuWzEDHqLDoTOUWIA0AisRET3 li:before{  }
 }@media only screen and (max-width: 763px) { #veKaWswMiGxbB9xIr64I7Bk7WXds1WAP { width:20rem;height:6.412125rem;top:48.81396484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRHwlraDlkkFs5e6WbdOE6gZXfJzEuyo { width:19rem;height:3.4375rem;top:56.1005859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkctGV7VHwUxhw7spyKFMGPxq2VNkTcK { display:block; }
 }@media only screen and (max-width: 763px) { #hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 { display:block; }#hQ9WcnV4L88PKviISwaAqazgnO7Z1WG6 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm0amw2Nz98XJsQV1uSkL4WTgyQfx2Xw { width:20rem;height:19.59375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 { display:block; }#cB6ez4GQ0uGhtTAGOc9L2rz87lTXb9f9 > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJpzup7MllSq8skfGsEStPR2K0ky7Cgt { width:20rem;height:23.15625rem;top:30.78515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sm9ptT8Fnw2Ir74u6pxOhxdLXDmbpGUK { width:20rem;height:28.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh8HRlur9rATB8IJnmk9sOu3nGPBiZrW { width:20rem;height:3.16845625rem;top:54.9013671875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0D2le0cGiCIOlbqttfoei2DCUMCyX8p { display:block; }#K0D2le0cGiCIOlbqttfoei2DCUMCyX8p > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuN4Za4uqWHTEQsDXzgHqZTuTqt4tZlb { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqGNGAQ4Ipva7k0A7VCzHqvHE2IhRgc { width:20rem;height:22.5rem;top:32.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH { width:20rem;height:19.53125rem;top:3.962675rem;left:0rem;font-size:0.9375rem;display:block; }#yMvsATCgXTmEhkmBuyAyv1W2FOuDJZpH li:before{  }
 }@media only screen and (max-width: 763px) { #hq98nKTflR4oqHMmvVpRb21oTtN4m7lc { width:19rem;height:3.4375rem;top:25.12890625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ9lSzew7JOmeUSXfAPdXyxThhkovizJ { display:block; }
 }@media only screen and (max-width: 763px) { #tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa { display:block; }#tzBv6NnvGVtlvQ3zDTFqI2t8Ium4IQFa > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5B7Nd8IEF2HiZfTLVI8WkNzXvLtMkl0 { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN { width:20rem;height:28.28125rem;top:3.810546875rem;left:0rem;font-size:0.9375rem;display:block; }#m2v3yfep5oqJCaqSGWVtH4iHTHHTMCPN li:before{  }
 }@media only screen and (max-width: 763px) { #kwIQ1OxBcb9AcumW8aL2E9TS5EP0m062 { width:20rem;height:2.13736875rem;top:32.86083984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIGdSBc4OvRQSHQETuT3cO7nTzXfrGi { width:19rem;height:3.4375rem;top:35.68603515625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSL9Wq6wymewyTSFyWfEpASfWBvvGsC { display:block; }
 }@media only screen and (max-width: 763px) { #zlPWOENPXLA5SEeqHMDMwW6DomKqdrER { display:block; }#zlPWOENPXLA5SEeqHMDMwW6DomKqdrER > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSVvpUcW5hMW09KI4dQXPiZt3PO6iwyX { width:14.9375rem;height:1.625rem;top:1.625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2mfIsDbQ6gQTy7661OVgQFST3CAR5Eb { width:19.0625rem;height:12.6875rem;top:4.3115234375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd { display:block; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd { background-color: transparent; background-image: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container > .video-iframe-container { display: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row > .video-iframe-container { display: none; }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .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); }#UgvEBN6k6UiKmTwVpPQlgkSTqfVxTlyd > .row .container { width:20rem;height:71.0625rem;background-color:#e8fafd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGnZlT0A4VK9ZdNwdVCXvObwhd3QCa2Z { width:6.75rem;height:6.75rem;top:56.6875rem;left:6.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGSZg8JhrLOWU35m5qMooXHyWg33t8qQ { width:15.6875rem;height:7.59895625rem;top:62.5rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihkAHuBExiXGvTinx4ht7hCCw4OXuGtL { width:15.125rem;height:13.298175rem;top:42.75rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ds1yV8e41ukxEpHAXa2o2RgtAkZUUNTD { width:6.75rem;height:6.75rem;top:36.625rem;left:6.6875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymlCH0bVVI0v7d2A7PrnDs5mQDK6baQH { width:15.0625rem;height:9.49869375rem;top:7.375rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3X7WNh60HQJ8aZgVrmozQKUq32d1vAw { width:6.75rem;height:6.75rem;top:1.25rem;left:6.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVz0l93FQCABiP0Gip2yBs0PKCT3pKty { width:15.125rem;height:7.59895625rem;top:26.75rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHUQoQhaEckDZya1IuvzTn1wPT2pRFf4 { width:6.75rem;height:6.75rem;top:20.0625rem;left:6.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 { display:block; }#aaCqq381kWUK4I5LBLWdpK35AyNHUpe3 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA9vxfKFQvc7SdqO7AUvh3dbUEHWSJd9 { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaqiRNZubxxk3xK50TfBugFy1W1BXZUC { display:block; }#MaqiRNZubxxk3xK50TfBugFy1W1BXZUC > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ukepu2gWqFxQctGmiWxIAdsocJNnFHFc { width:17.9375rem;height:27.25rem;top:2.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zml9FUpNWwAGidEcPk8wkiJTf2PFQRCF { width:17.249375rem;height:2.4375rem;top:3.0625rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx0P7SDdvKkfAJXKmF4PsPA6bsU8zc9K { width:17.249rem;height:2.35611875rem;top:5.5rem;left:1.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w { width:16.25rem;height:15.058625rem;top:10.625rem;left:1.875rem;font-size:1.0625rem;display:block; }#rTkOpbImV1kbnGR8JyEu7uUAN5zBLX5w li:before{  }
 }@media only screen and (max-width: 763px) { #LTEXeqNKUGGylPzzfASrkd6HTUzJX15V { width:11.9360625rem;height:3.4375rem;top:26.69970703125rem;left:4.03173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62BV8upybwWwLyXsei4SPZbOSt5LKuQ { display:block; }
 }@media only screen and (max-width: 763px) { #kGC1aRhCLGrHcspt01KtdMeH79nfVTph { width:20rem;height:2.59895625rem;top:95.630859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0wwpXLdhFiGlcGSDxP3Fu6dfGdJDvt4 { width:17.9375rem;height:24.5625rem;top:57.500007629394rem;left:1.0625000596046rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #b9NVAQlaHZ6VSAWDDgAo34qSGxRlvkp9 { width:17.9375rem;height:24.4375rem;top:57.500007629394rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUdZyrZekNSBxElmXWfB8J8chsgdZQH { width:17.25rem;height:2.4375rem;top:31.750001907349rem;left:1.3750000596046rem;font-size:1.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zgNriTQHJpcf2ZScm6ClP9S7UMWVRrTe { width:17.25rem;height:2.35611875rem;top:34.187501907349rem;left:1.3750000596046rem;font-size:1.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wTLdR6d7k64BzaVbkWnpb5ywXS27zVIL { width:11.9375rem;height:3.4375rem;top:53.278648376465rem;left:4.0312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUCcwA00o71rrC4QTJiJTBwJc8tSdPi { display:block; }
 }@media only screen and (max-width: 763px) { #J154aWyr4QkHtttTfgSOqkp2MyrVXKxp { width:18.125rem;height:24rem;top:31.145834922791rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9eI2VymgicJeFdbUysppVJeJegighT { width:17.25rem;height:2.4375rem;top:57.867828369141rem;left:1.3750000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqCRIzvva5qkJDiNnVvPu4xpDZftcRFU { width:17.25rem;height:2.35611875rem;top:60.304689407349rem;left:1.7916668057442rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARciTDHNAgxrfUJ8Gi0GnqAM8wthctK { width:11.9375rem;height:3.4375rem;top:80.535146713256rem;left:4.0312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #c34LwiL2kHPdS1E1xEeurZoqvTFL3tLE { display:block; }
 }@media only screen and (max-width: 763px) { #UTJycrtqxz7eUa8sQiCr7oqdP6ul83iP { width:17.25rem;height:1.7871125rem;top:7.85546875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH { width:16.625rem;height:15.058625rem;top:38.261069297791rem;left:1.6875000596046rem;font-size:1.0625rem;display:block; }#gu4gsfkPfaLTnuCpRIuCCND3zLxMLHdH li:before{  }
 }@media only screen and (max-width: 763px) { #LkbOeJKgC9qT501F4Jrdh0kfwTAWTsdv { width:17.25rem;height:1.7871125rem;top:36.542970180511rem;left:1.0625000596046rem;font-size:1.375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dhvMkNQ7MuFSnxHNXhneo9z78qkL451U { width:16.625rem;height:15.058625rem;top:64.447265625rem;left:1.6875000596046rem;font-size:1.0625rem;display:block; }#dhvMkNQ7MuFSnxHNXhneo9z78qkL451U li:before{  }
 }@media only screen and (max-width: 763px) { #GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs { display:block; }#GhKnLPWHoRKPn7xc9kLKvrMTPDXJQMAs > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4yXooJSr6yPyECwPSF1Urdmgi0RT7HR { width:20rem;height:1.8684875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { display:block; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E { background-color: transparent; background-image: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container > .video-iframe-container { display: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row > .video-iframe-container { display: none; }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .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); }#h0Wx1SU9zI6fZTmLCXfT4zDMTX8BPI3E > .row .container { width:20rem;height:43.375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFdP3T47EtzTeXlUT92NgkgtaR9TlMxi { width:20rem;height:35.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSd27JkUCPVfmVKw91UotKSWE9s2c8vy { width:7.375rem;height:2.5996125rem;top:8.6875rem;left:12.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ovwgm23cR4nw3wwOLAHylUCShSe6bot6 { width:7.6875rem;height:1.7871125rem;top:6.9713611602781rem;left:12.311632454395rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ycImkgDLVAe6XoUu5G9FrV0KW67wuz3c { width:20rem;height:5.1171875rem;top:19.921875rem;left:0.03125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0Q1i17RZxtn19uwBTPessrErhWBbE1S { width:17.9375rem;height:8.53125rem;top:26.0322265625rem;left:1.0625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ogiR65ncDHT4KOl870STTTVZCXKFhE2N { width:0.25rem;height:5rem;top:7.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPRTuJyyxlG82wgMzqsOu4vLv5dLcuv { width:7.4375rem;height:2.59895625rem;top:11.25rem;left:12.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zT91izqSpRhrBQ3B336AcRKB6w1I7242 { width:10.3125rem;height:17.6875rem;top:1.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAfry1krHvdWO7rmu7iq9UK5E2JkCZb { width:17rem;height:4.875rem;top:23.095484256744rem;left:1.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wtqwcn1htdoW0t9ysLuWWx7FrcCrAZSi { top:35rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K58V88sl800PlVJwMwTLfUMCQyxgngWT { display:block; }
 }@media only screen and (max-width: 763px) { #h4VE7DoqBbK4MIEfxlDFu9JiimH7F5wU { width:19.625rem;height:1.0559875rem;top:41.125rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQarLt6z6WMLL5xe85dfI9aeb6r3178 { display:block; }#UKQarLt6z6WMLL5xe85dfI9aeb6r3178 > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCTBVCA7niC1MO3wu0gDybqZ00d2Ggfi { width:20rem;height:6.3984375rem;top:8.4375009536744rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0eibzAl8QOAwGc0echwBoqLu2PC0V5P { width:19.5rem;height:19.1581875rem;top:13.9375rem;left:0rem;text-align:left;text-align-last:left;display:block; }#N0eibzAl8QOAwGc0echwBoqLu2PC0V5P li:before{  }
 }@media only screen and (max-width: 763px) { #FWwPgFgZxfo6k4ISM5JACELRcKfO4TSQ { width:20rem;height:6.8229125rem;top:0.70572853088381rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcE3bR0rlNgekTxWoESuzCFF2J798Ige { width:20rem;height:17.955112219451rem;top:35.652995437384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnQiwssLSwUoScMuxB3rgvVXVzxJtcPx { width:19rem;height:2.6875rem;top:55.483074188233rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsvid7w2uFK1tnIRlicgsym62sIq5bWF { display:block; }
 }@media only screen and (max-width: 763px) { #vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK { display:block; }#vwVs1AMNvAXx8R9TizaeMpdIn5XuEGuK > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJFEs1doa7u6Vssyi7A0H3n4XgeKk9zy { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyHslDehg9uEIRZIbum689fqPTdK8UFG { width:11.5rem;height:11rem;top:35.823575rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0UAe4OoUSgDdawICNumksRqTTFthqf { width:16.25rem;height:2.5989625rem;top:48.073575rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8BWOxsZ0bxIikn9z5POaqJQ3ebdcm23 { width:10.875rem;height:11.5rem;top:20.52409375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTOEwkdMWypHVzmZ35g7oifGNNAbF1E { width:16.25rem;height:1.29980625rem;top:33.27409375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJlHofqkn1VcAvM1TuTgsvWdmQBTQQzs { width:16.25rem;height:1.29980625rem;top:17.75rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgpeeDTFvJNorFLUUyVLilDX2SPmUmnS { width:11.875rem;height:10.75rem;top:5.6724910736084rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwftV3WrvopTdE0EwvMmVN3l0122yiRL { display:block; }#XwftV3WrvopTdE0EwvMmVN3l0122yiRL > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbKc5PubiSTNKeqKONE8lahNsSI5pOvF { width:16.25rem;height:1.29980625rem;top:13.9375rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pU86ByWOpFqP8FPHWiGlXkPib9J2DqPZ { width:16.25rem;height:1.29980625rem;top:29.437500953674rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heNeoyQGdw0kFOaRPFTgZm1tBeFvvyv4 { width:10.75rem;height:10.75rem;top:17.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLNe4Wa2S7Gizpk1LUCTOfn2ezWrBOcs { width:16.624375rem;height:1.29948125rem;top:45.589153289795rem;left:1.6875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ski5NmbwyTB5Iw8EMS0hcecmAbgiHu { width:11.875rem;height:11.625rem;top:32.964192867279rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXME1JTK5W4Htx3SfChRIHwbnRd0em6 { width:11.5rem;height:11.5rem;top:1.6380214691162rem;left:3.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTKDU49obfgJPfGRNMC3pcls7VWxkow9 { display:block; }#iTKDU49obfgJPfGRNMC3pcls7VWxkow9 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EalVRVorMHfBlAIhGNsa1uU75lfl9AFQ { width:16.25rem;height:1.29948125rem;top:30.812500635162rem;left:1.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgBZrv19lxkX6KE6eaBOiZiZKZ8pKsxR { width:11.5rem;height:11.9375rem;top:17.499350229278rem;left:4.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPlwfo9bFbQ1LZNKiLOf0ZClCNvmVITT { width:16.6230625rem;height:1.29948125rem;top:14.421875rem;left:1.6881510019302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7g4PAhObMbOVxpy83ixJ7TrJDzwVWBO { width:11.6875rem;height:10.9375rem;top:2.2493495941162rem;left:4.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 { display:block; }#xwTLecI9PWa9XrqpQGnmTAuAvF0kGWr0 > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpx5lfkiJ2Xn8OQ5yfkblBLgM0LPTqgN { width:20rem;height:20.89713125rem;top:1.67431640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cekWfIeTQnfeN8GRiuWsRyFuE0KDEkC2 { width:15rem;height:4.0625rem;top:23.57568359375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0tcyJQRRJD4TozAyhseDBI0qNwSxUWr { width:20rem;height:16.0625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 { display:block; }#uSSEhgQEUh5VUVzlDpU8hyc2vOB2AGC1 > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IppOUB5qDqVGkRN40RzsGZL0ToPf93r9 { width:20rem;height:2.2749rem;top:1.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2CJEKnArm5f8gDetoLPvJNQBrhaF08q { width:13.5625rem;height:7.5625rem;top:5.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVwhXCzXJpf42DqZK048f6BbTT7trFT { width:13.5625rem;height:7.5625rem;top:58.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKgSCbiKAkpHDdcvP2vh4MIlc5FMTg6 { width:7.5625rem;height:7.5625rem;top:29.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TdIn9GBPFzZ6Aa41kBKfeZ2c3QBmp2 { width:16.25rem;height:2.5989625rem;top:65.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmOw3GG960Sny7QH1NURAwN8bc1kNBFE { width:16.25rem;height:2.5989625rem;top:13.5625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWnWMyGQtcWSKhkaBsqIiuoFkdOFUDQy { width:19.375rem;height:11.6953125rem;top:16.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8my5Zft34HbucdR5VWnB2IyNWmQzw8V { width:16.25rem;height:3.8984375rem;top:38.5rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNsqq5IrftisozXPQuMWanV402TKOqgu { width:16.25rem;height:12.9948125rem;top:43.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxmUb8aOcTCKkCpAg6ImdXZllwv37BGH { width:16.25rem;height:7.796875rem;top:69.0625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { background-color: transparent; background-image: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container > .video-iframe-container { display: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container { display: none; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .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); }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { border-width: 0; border-radius: 0; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrVLnoqLdnHakdbhJcDlB1I1qqkcKthr > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8iXg7bzkT6ZBxqhphEJ1V3DH52wqmwR { width:20rem;height:2.599825rem;top:3.4375004768372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5Td3otxoz0SP5hNNfAoDc1QJIpLGWLG { width:18.1875rem;height:5.19791875rem;top:9.1865234375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hg4EHVXGGEusqtIf7Ja0NxQByDk7X1dM { width:15.375rem;height:1.2999125rem;top:7.88671875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOEUTsx99EFbUWTJJbKb3gJds1hTTuQP { width:14.5rem;height:5.19791875rem;top:17.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #US9aA1kvS8hbsLxmulCronXnwyZ3KNNa { width:15.375rem;height:1.29980625rem;top:16.3125rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBAdrPTVRJvZd4Ky8CuqlvbJJ1TTwbKx { width:14.5rem;height:3.8984375rem;top:55.9375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2BbP65fxKlGbdfFB0OA6P3vnksbJHX { width:15.375rem;height:2.59895625rem;top:53.375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRlse3TQ8zQtyI6hNrtHhpzGo5B9BATP { width:14.5rem;height:6.497375rem;top:34.5rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWEW1KCkuSsrwNspoS4vtAMz6BfGnBKo { width:15.375rem;height:2.59895625rem;top:31.875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thk1VL4emySTeSQT2fftuCeRsayCocfX { width:14.5rem;height:3.8984375rem;top:45.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiUiruUQhf1X4LMytc8bKCRrGTmoqEiC { width:15.375rem;height:2.59895625rem;top:42.9375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVa11RnbsGBPrZAsz0IQe8Gye3Eh7hcA { width:14.5rem;height:1.949225rem;top:49.4375rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XixwEVMScb3b64KwtXBbittmShg88ayu { width:15.375rem;height:1.2999125rem;top:25.625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEc1f2ZA6lLxa38UrP1IgMgTo1gJKsR9 { width:14.5rem;height:2.59895625rem;top:26.875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exTTysVMFg8zJBkplhdCyNcsHwbVipog { display:block; }#exTTysVMFg8zJBkplhdCyNcsHwbVipog > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhLkGDXWD39JyOO1OHl0PmDC039XqZN8 { width:19rem;height:3.4375rem;top:27.6494140625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDMmefi3nUqUrOf6shtK3hgr2Ers2px { display:block; }
 }@media only screen and (max-width: 763px) { #yr4RCXo6EANykGIC3bbChcqH7FOCpLGd { width:20rem;height:2.11230625rem;top:1.77392578125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czDJJopnQTaSleKTmh4eQoSFTJTttzoT { width:20rem;height:5.836425rem;top:4.896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5d8T9Bv5T4gp9QlNbcR5RSfPOaR013X { width:20rem;height:2.57421875rem;top:21.04248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqu1CV37yX9AiKNtFVQyo05ISdp7G1Kd { width:20rem;height:3.3999rem;top:11.98291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvHTTuLCnlDhmxuca4IOcxPD1BtbW4fK { width:20rem;height:3.34716875rem;top:16.38232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA4T204w9ZieRoyKihTAbmCqcH5Vw9lZ { width:20rem;height:2rem;top:24.7412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { background-color: transparent; background-image: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container > .video-iframe-container { display: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container { display: none; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .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); }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { border-width: 0; border-radius: 0; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvJFR60fG6FQxUuQGQX8K85pFp0hcfsM > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A04uSotzkwzlmRpDXOlyruwKiQ53xAWb { width:15.375rem;height:1.2999125rem;top:7.88671875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }