.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(100deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(100deg, #ffffff, #ffffff);background-image: -o-linear-gradient(100deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #ffffff, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { 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:4.2484375rem;width:10.4359375rem;top:2.6250002384186rem;left:0rem;overflow:hidden;display:block; }
#gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.625rem;left:8.125rem;display:none; }
#oWh2solGxZC6ZBSyzItETgpVJztXMkDI { color:#000000;display:block;width:16rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.8125rem;left:9.0625rem;display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
#C70UC436tZicOkxrnP3L8EkDlmMiUaVo { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:43.125rem;left:7.5rem;display:none; }
#A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { 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:41.75rem;width:48.0625rem;top:0rem;left:26.9375rem;overflow:hidden;display:block; }
#pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:62.875rem;top:0rem;left:11.898108789095rem;display:block; }
#ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { color:#26265b;display:block;width:27.558625rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:8.875rem;left:0rem;height:5.1001rem;font-style:normal;display:block; }
#R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { color:#333333;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.2734375rem;left:0rem;height:2.2744125rem;display:block; }
#tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { color:#333333;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:24.375rem;left:0rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { background-color:#6eab1a;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.3125rem;left:0rem;display:block; }
#iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { color:#26265b;display:block;width:27.558625rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:8.4375rem;left:0rem;height:5.4rem;font-style:normal;display:none; }
#lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:22.625rem;left:1.6875rem;display:none; }
#FMH4TkzHF51ZHnTRH823RiM9izway1J1 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:47.75rem;left:0rem;display:none; }
#TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { background-color:#6eab1a;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.875782012939rem;left:0rem;display:none; }
#OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDCbvLIzul7kQMTGUJA3uUM30fee93vd { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.01171875rem;left:0rem;height:2.923825rem;display:block; }
#PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:6.9375rem;left:1rem;display:none; }
#PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:10.3125rem;left:0.3125rem;display:none; }
#P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:14.1875rem;left:0rem;display:none; }
#uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:17.375rem;left:1.125rem;display:none; }
#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { position:relative;display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { background-color: transparent; background-image: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container > .video-iframe-container { display: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row > .video-iframe-container { display: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .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); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { border-width: 0; border-radius: 0; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .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; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .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:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { position:absolute;display:block;z-index:15029;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.43645625rem;width:5.625rem;top:2.75rem;left:1.5rem;overflow:hidden;display:block; }
#dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:2.75rem;left:7.125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { position:absolute;display:block;z-index:15034;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.62291875rem;width:4.62291875rem;top:2.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { position:absolute;display:block;z-index:15036;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.30956875rem;width:4.30956875rem;top:2.814453125rem;left:39.00390625rem;overflow:hidden;display:block; }
#uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { color:#333333;display:block;width:10.6855625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:3.38671875rem;left:43.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaD1p7ShlsZARknmloTVyICTL92HcgFi { color:#26265b;display:block;width:7.9989375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:5.875rem;left:44.625rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.25rem;top:2.8125rem;left:56.125rem;overflow:hidden;display:block; }
#OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { color:#333333;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:2.75rem;left:60.25rem;height:2.85034375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:5.9020843505859rem;left:59.375001907349rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.125rem;left:7.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.125rem;left:24.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDsCCsBVQFKtcLQDk3loKplMpguScr57 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:2.75rem;left:24.875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { position:relative;display:none; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { border-width: 0; border-radius: 0; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .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; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .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:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o31bFNguXevir7PvHx53zawMy3LkCNKS { position:absolute;display:block;z-index:15029;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.43645625rem;width:5.625rem;top:2.75rem;left:1.5rem;overflow:hidden;display:block; }
#T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.75rem;left:4.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.9375rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adWTv6I4HX149BFFng1rFpby30ayCCy4 { position:absolute;display:block;z-index:15034;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.62291875rem;width:4.62291875rem;top:2.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:2.75rem;left:22rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:5.875rem;left:22rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { position:absolute;display:block;z-index:15036;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.31041875rem;width:4.31041875rem;top:2.8125rem;left:37.3125rem;overflow:hidden;display:block; }
#boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { color:#333333;display:block;width:10.6864375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:2.75rem;left:41.5rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { color:#26265b;display:block;width:7.9989375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:5.875rem;left:42.875rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.25rem;top:2.8125rem;left:56.125rem;overflow:hidden;display:block; }
#z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { color:#333333;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:2.75rem;left:60.25rem;height:2.8497875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:5.9020843505859rem;left:59.375001907349rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -moz-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -ms-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -o-linear-gradient(100deg, #e8e9e7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #e8e9e7, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { border-width: 0; border-radius: 0; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { color:#333333;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.84375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -moz-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -ms-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -o-linear-gradient(100deg, #e8e9e7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #e8e9e7, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { background-color: transparent; background-image: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container > .video-iframe-container { display: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container { display: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .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); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { border-width: 0; border-radius: 0; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { color:#333333;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.84375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lux8qca574erzqTNmtuXKnQG2NRrzcrF { position:relative;display:block; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF { background-color: transparent; background-image: none; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row .container > .video-iframe-container { display: none; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row > .video-iframe-container { display: none; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .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); }#lux8qca574erzqTNmtuXKnQG2NRrzcrF { border-width: 0; border-radius: 0; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .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; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DEO5tP3gxTODJHRvfoBswIKz4Dqa69ga { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#Q8PSn614vScnBCmCoCZ0aMDqS2T0xNUE { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#VlulBgM7o6faTPbT99pFbE2GIvJBNPk0 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#FsURdkG65pdBekibcESIBiJCCFTGOpiz { color:#333333;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQtW6Sfq9yMOvNUIciiBm8bLEgxowTuD { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Th7SV13DSFTRlTNJEqiti87om2hNapxd { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#CnU9T1EL8W5IOLBkZVMgEW9CzIgMJIPC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;display:none; }
#mGln2V1MlNnT5nQDlJc8gThHZiJHinPF { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#T2gMdC93C4h4FpWbcF9n31dxb3zDTp5a { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qixgAvo8Vn0eJgvGuG4Rd1L2R6DrIf5V { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#eOH7iJ7dbMou8VOdPA2dtTnUOblHXy9Z { position:absolute;display:block;z-index:15019;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:12.8125rem;width:12.8125rem;top:0rem;left:2.40625rem;overflow:hidden;display:block; }
#SCaqwR5MTDGncx0WbQQTW7iDhLsdtPP4 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:7.21875rem;left:60.349609375rem;overflow:hidden;display:block; }
#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N { position:relative;display:block; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N { background-color: transparent; background-image: none; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row .container > .video-iframe-container { display: none; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row > .video-iframe-container { display: none; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .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); }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N { border-width: 0; border-radius: 0; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .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; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDM3n5T8Tk0A9KQQtL4TBPSEECcIH0dV { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#FHIc1Lbu0qxgSEG7NBvzUTxGkpV13P9B { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#R0f79QPCuLTh8VMwNLG2T3H4p1opJ47L { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KZeiFAVcdKBwL4AliQe0pB4meQipSaX8 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#OXfZydsOHvrL7Ii6nqvt40FpwIgpzJbM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:11.6875rem;top:8.0625rem;left:8.53125rem;overflow:hidden;display:block; }
#AhqBygGH0KbTXg5Zgw28Q8mUpKUTSb9M { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#FMqTOeVP0af9HuobcbzvfRWn1ZH5PWXH { position:absolute;display:block;z-index:15031;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.8125rem;width:10.5625rem;top:1rem;left:60.3125rem;overflow:hidden;display:block; }
#XXEGdEBvVa2uAeiEToUGLbHM7TtBh9fR { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#ORFek0Og8Q79oBxG6IhD5V2dwe50EfHk { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#HaTiVwitqXf7O4Qg1I4BqLeHTXKRwNla { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#mL8SSVyClWTthFbJslTBVFwo59CorJGb { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn { position:relative;display:block; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn { background-color: transparent; background-image: none; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row .container > .video-iframe-container { display: none; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row > .video-iframe-container { display: none; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .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); }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn { border-width: 0; border-radius: 0; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .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; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AsrcIlmVfRP5Gdoccuhtl5cGG65ng3yU { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#NCaxH6oZrDEqshBW2ZTmTkNCoxSIKoPR { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#FTWkdFMKvSyvAbKey3SOZFgb72QssD5P { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:1.94921875rem;display:block; }
#dktifi0GSSVEOr6fqMnLOAwh7P96vJdH { color:#333333;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEPVkEPUQQtDhUunxzbAp51xWtPzVXhe { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f9l64qAOgsM2PrA6xHgAU975u4szuVZ5 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#XKmQ2SLx8gtAiqve8JXerzUxdOkEUCkp { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#OXUr1OuT3DSV2l1OdRnQZoK8QLpnlTxR { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qunJThDNg2t5E89OdKvzBzvsDgWHC77B { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#qRuq8iNceJnFTiCkubgz5Nt4OuLOH34U { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.375rem;top:8.125rem;left:55.0849609375rem;overflow:hidden;display:block; }
#lPPVfbPF2KGXyTi71t3OHTusNPWp4gqe { position:absolute;display:block;z-index:15030;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.9375rem;top:1.123046875rem;left:3.46875rem;overflow:hidden;display:block; }
#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp { position:relative;display:block; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp { background-color: transparent; background-image: none; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row .container > .video-iframe-container { display: none; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row > .video-iframe-container { display: none; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .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); }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp { border-width: 0; border-radius: 0; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .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; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d2vWk1n3hBCaTMnyghm2tq9oCEnpchKM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#xPh9VbJpbdUNW507Lk6SwveHsL7D7w9D { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#mDZKKQf0JgeZ5PC3LGPTSINgdRMnra6s { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZEIo3CyLDA4EKz8NduXCnUDlm2d96aUo { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#nppGvv7uHTRNH3c79Beq6gSaFHmk1kQQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.0625rem;top:8.0625rem;left:8.7861328125rem;overflow:hidden;display:block; }
#TGpQBffuJ2qogVVyE82CxTFlzznP8iRb { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#WFeJvl4lqT6QH9kZCfAklbHivH22P5Zn { position:absolute;display:block;z-index:15031;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:9.6875rem;top:1.03125rem;left:60.75rem;overflow:hidden;display:block; }
#vVkTNTTw0JhlKZ86Z1LwKixGFoJwaKF9 { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#pucwEMheA5c7gc2tbR70b4MyaMaqH0vI { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#U8MADCZdE9hdDHsNpiFzDXTT0QlI9QFg { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#tcPe9Ny6BQ5XOoqW6kOHe6rs6LbUNlFp { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#mvC4O8wysiVDH49X6u9trAb674LwSP7J { position:relative;display:block; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J { background-color: transparent; background-image: none; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row .container > .video-iframe-container { display: none; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row > .video-iframe-container { display: none; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .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); }#mvC4O8wysiVDH49X6u9trAb674LwSP7J { border-width: 0; border-radius: 0; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .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; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aGWCn8C7TB36yi57WdWLXeI8QalpBaQV { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#SFhl7zZz0U1xoMpTGRCFoTQAMD7UAqW6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#Gk9IwzmWDU70fQw6f6LFhv41n7AExvi8 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#wEZvp4UltZhiG61BdTnm63SkcMgNb23l { color:#333333;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NtxNPga97txnvSWaqV36eO5piyoo0AhX { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tUTDoh0t0qtbSp830vvZbAz9JznrP4CZ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#QKoigQq9HKCNWdaOhhkVIU2rmBDzNABn { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#pwsZesLdTrmpzgGJ7sAm6kWyiED4mus9 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bqR6HLL332M4NhHduP7dbc3E7UvyyJtK { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#zXIEeGZwXIWQn2Wo4UtSupBmnB28XVsm { position:absolute;display:block;z-index:15029;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.3125rem;width:7.6875rem;top:8.125rem;left:58.279296875rem;overflow:hidden;display:block; }
#WxlNH3n9xKy4Rmb30QlweC3BrLZESvo6 { position:absolute;display:block;z-index:15030;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.4375rem;width:9.625rem;top:1.4345703125rem;left:4.53125rem;overflow:hidden;display:block; }
#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT { position:relative;display:block; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT { background-color: transparent; background-image: none; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row .container > .video-iframe-container { display: none; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row > .video-iframe-container { display: none; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .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); }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT { border-width: 0; border-radius: 0; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .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; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lkIGE7vkL2TI95VGF2DwigVMn2g8hvRo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#Ryo0GxHU9t7J67QT0vQRPrqDcka35ie0 { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#OOlBzISebRVe3y2zn2aB0FE9fGQSxGQe { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qepznvihxBNJzJqWDhuqaXv7Rs2NXlIe { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#zUNnvd1UtBcklQ9rTTcOtVvCkU0G5RAh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.8125rem;top:7.685546875rem;left:8.5986328125rem;overflow:hidden;display:block; }
#tkTQTAUN01mrJObZOantt88d9W32UNsq { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#AfzCNOTiM4Ce4HNSI1rTaWyF8LFEUKMJ { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#P85HpD0PBw3amIqrnlfNsq2D8koQvZm1 { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#BpOJBdqo9mNynq3JO8TGhghWvDIIIeNV { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#WciAF38fzCWbLocK8bKl9BCHA4oOcsW8 { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#edotDqw5hhP7PwKcs3f5FVg02ckJtoHs { position:absolute;display:block;z-index:15031;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.6875rem;width:9.8125rem;top:1.1875rem;left:60.466332872928rem;overflow:hidden;display:block; }
#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 { position:relative;display:block; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 { background-color: transparent; background-image: none; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row .container > .video-iframe-container { display: none; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row > .video-iframe-container { display: none; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .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); }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 { border-width: 0; border-radius: 0; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .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; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xSEGCgX5fThB8h3oDJC0f52GPuM2mdlc { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#HSZBbe2ccCXI1XcdimxVQC993oTR5Pnl { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#MUuB2Wp9qXTfkypIioJfwM3UnDUhwIxx { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#ZTh8rQ0baRyW5mMtfS2ecEbIV3L9hdQ0 { color:#333333;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ce9McC0DPTPU8rohg91l91BTFAs5ZuoL { color:#333333;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#AzGJXf6WzpC8oiXLO5UpA3EnRqN38Zv9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#poO7yAqdT0NZev3KEfdKS4VNZ2bCGpAv { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#HWuFxvIVTQyATHf8cKs1WJOfzBNlyuaT { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JVZArvmhcPvIDh9O1WGkfyJkIHa4iOig { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#qXVsICcOFnpuU6rePNN8OREnIPfxraPC { position:absolute;display:block;z-index:15029;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.9375rem;width:10.8125rem;top:8.375rem;left:55.737645348838rem;overflow:hidden;display:block; }
#SCdTXnvA4pzIaHKQS3kfAZvVFuVvLsRb { position:absolute;display:block;z-index:15030;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.6875rem;width:10.8125rem;top:1.1845703125rem;left:3.9375rem;overflow:hidden;display:block; }
#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv { position:relative;display:block; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv { background-color: transparent; background-image: none; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row .container > .video-iframe-container { display: none; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row > .video-iframe-container { display: none; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .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); }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv { border-width: 0; border-radius: 0; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .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; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QHcbWcG0w5HkN3gdJ0Ahlqz5rGP2pgwH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#Koz3k3ylSNvqQUq3tZ4CEONH6n7skUH5 { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#mXi1IEqrAhPKPO0Fq5BsEmbWU4ceVSia { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g3HU7HQnU5leP0zz298dqvMLkApDin30 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#CLkfCJs1GnFI96zf8GSHzzZS2432D5WO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.75rem;top:9.060546875rem;left:8.4736328125rem;overflow:hidden;display:block; }
#tSccVt9C24brkmi4LtRxB2RR5OCkKRCI { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#MXqeFg7HuLy7N47c0JaciRJCvEgrZuZJ { position:absolute;display:block;z-index:15031;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.9375rem;width:11.8125rem;top:1.875rem;left:59.584558823529rem;overflow:hidden;display:block; }
#r3ruyGQSmvBoqh16pB0hnyNX5qMf0qI3 { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#NKu1IwaiRqVQwz39X2NCaNONgrK9zBDL { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#rwzpR4rQwnITusye0Pqa3SwNy28dxTti { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#JtL3fNyxhM9Sn9qUSCysANOi0He1OFT1 { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#xHuTFBWfsgxsAJDeeCdsfmJiHWwRziWe { position:absolute;display:block;z-index:15030;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:13.0625rem;width:13.0625rem;top:15.7470703125rem;left:2.8125rem;overflow:hidden;display:block; }
#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL { position:relative;display:block; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL { background-color: transparent; background-image: none; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row .container > .video-iframe-container { display: none; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row > .video-iframe-container { display: none; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .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); }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL { border-width: 0; border-radius: 0; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .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; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D32T9FTmEIow03MlsgWHKVT5VlXlhurF { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#Kr8AaM6IWGXo0GgBpbktvUpXTKHAZ0IP { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#UFLdclhi4KSpOCD8pxsINA1JHxe1ErTP { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:1.94921875rem;display:block; }
#khGeDue1XEAkrncsc8RC5vukorSEH9Uf { color:#333333;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzdTcV8ZQe8kLctadvxsCkOzCqrclT5a { color:#333333;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zrryhkMnEgHvWkOQcbb42yWe2HaQ4Nwe { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#Lm8QJL1WmT1PfwlhExC33JgJK7vCsaQB { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#z953dsP7g8UTPhI8E2ZRFKprGc0Aoaem { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UQe5mupyxfqZcmQa2RBGXr8zZT2ARsCp { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#qaqA77ziEkEuIZ6ytD3Wmy4AmZpCVs2x { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.3125rem;top:8.375rem;left:54.7373046875rem;overflow:hidden;display:block; }
#hCwHCt6hP33lUX8kOL5rWTposXNMw8mq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu { position:relative;display:block; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu { background-color: transparent; background-image: none; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row .container > .video-iframe-container { display: none; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row > .video-iframe-container { display: none; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .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); }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu { border-width: 0; border-radius: 0; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .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; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XNUTJbDLDxOhOWUnqTgDxDtFaugU6Ac1 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#mR7csrFucw56tfA4rF8NK5kyeCGevG9U { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#bPhhVcFumhNKnxzT4qFAbeP9NIGcOGea { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LqBmiTwEHT9VJT4tnJZdS6WrHpC44wOu { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#PA3EoezOEB89SClysUoT3nDPFF3IpQAL { 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:4.5rem;width:7rem;top:7.3125rem;left:8.53125rem;overflow:hidden;display:block; }
#EwDFr39RTr3s5Vd0m7Z5bx8Vwf028d9Q { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#tOzG30COkDLN1POyt5osyo8NaEA1wZOE { position:absolute;display:block;z-index:15031;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.875rem;width:11.875rem;top:0.96875rem;left:59.65625rem;overflow:hidden;display:block; }
#aoV6cKdAPESZXo2x9vA0fx2EZOdcB2CJ { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#sFh1KnUEtDBKTuqI8JH3z8WfwKA3DKUk { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#LZOWnA85vBN17a4v0tK92AyKDFy7udQA { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#atNSHpQ8zA1l49VCWznZzMW8LFU0J5m1 { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu { position:relative;display:block; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu { background-color: transparent; background-image: none; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row .container > .video-iframe-container { display: none; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row > .video-iframe-container { display: none; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .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); }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu { border-width: 0; border-radius: 0; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .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; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sxTLkApiguRLh8RInrtMVDV0WTJvSpA8 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !important;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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#D46p4Dd68Tdk69ET4bFfktILRLvu6x64 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#buiSEeMlrShqvDmeDrXIUI6plMXHXn6B { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#UyqAvDXLZlKghMwmNuiHr2OJPTEyTQPa { color:#333333;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cGOTR4XQSRONzq8w9omfcrnwqntvfv5x { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#dWnmT3sHtQq6q4yBzolg1A48eZlLCx7E { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#vX3qvDBJxezgCxDUk3to95tzZHBT59Ea { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#GQ5e7D4uaKD6x0kef4R0VGiM1fIm2p7i { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TvXikpk55fAkFinFSWgTXM67Gr1yTm1V { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#JrARpuIE3bLSlsvitoXpo53E4LHJVQMH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:5.005859375rem;left:57.2724609375rem;overflow:hidden;display:block; }
#wXf1HgueLmpLpzRGiF0Qbk5oIgL9ZJ3d { position:absolute;display:block;z-index:15030;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.373046875rem;left:3.46875rem;overflow:hidden;display:block; }
#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 { position:relative;display:block; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 { background-color: transparent; background-image: none; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row .container > .video-iframe-container { display: none; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row > .video-iframe-container { display: none; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .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); }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 { border-width: 0; border-radius: 0; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .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; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .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:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gNh38o0XkWfgzR3PSILQhvmMszg9sqLR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#AIa6UKyRq52nFQK0DTTAlvneBO6Hdlpb { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#qasnMm7fuA09aXWaSVZXHaa2yD5PRzw4 { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TTGmbWNuSMr7mOfTihWAgQdTJOznP5gm { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !important;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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#WKcCfTMIFKl3mwtJDsq71ufpdhKgmzi1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.75rem;top:8.904296875rem;left:8.53125rem;overflow:hidden;display:block; }
#NJDXHlsF4PCWTCT8aaPkXQD3HMTbU9BW { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#NSMVtHu1igO28aQl8SPbTumzbyxAQitV { position:absolute;display:block;z-index:15031;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.875rem;width:11.75rem;top:0.96875rem;left:59.65625rem;overflow:hidden;display:block; }
#D7nzrZ8dMBH4QQL6BeTxo9n2mIovGnoU { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#ShnToiWT4M6GIsT0RiDt0H0vXMeErTh9 { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#gnzvLnM35qzDcg56wgAw8kFITzvqTonC { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#WdZ0NOXAHQ7ogy59BlsmJohbh7gGrJu6 { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { position:relative;display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { background-color: transparent; background-image: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container > .video-iframe-container { display: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row > .video-iframe-container { display: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .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); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { border-width: 0; border-radius: 0; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .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; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .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:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { color:#000000;display:block;width:66.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.81201171875rem;left:4.40625rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { color:#000000;display:block;width:60.6855625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.64501953125rem;left:7.15576171875rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.908203125rem;left:10.59375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { background-color:#6eab1a;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3115rem;height:3.249025rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.7802734375rem;left:31.3427734375rem;display:block; }
#hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { background-color:#6eab1a;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.875782012939rem;left:0rem;display:none; }
#uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { position:relative;display:none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { border-width: 0; border-radius: 0; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .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; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .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:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:10.09375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { position:relative;display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { background-color: transparent; background-image: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container > .video-iframe-container { display: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row > .video-iframe-container { display: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .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); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { border-width: 0; border-radius: 0; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .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; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .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:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:10.09375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { position:relative;display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { background-color: transparent; background-image: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container > .video-iframe-container { display: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row > .video-iframe-container { display: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .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); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { border-width: 0; border-radius: 0; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .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; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .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:24rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { 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:23.8125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { position:relative;display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { background-color: transparent; background-image: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container > .video-iframe-container { display: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row > .video-iframe-container { display: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .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); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { border-width: 0; border-radius: 0; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .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; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e2eed1;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:2.5625rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.6239128112793rem;left:59.560550689698rem; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#s47EfXxLaT49Rec5xXOKazw3t3B11ypH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.654296875rem;left:64.621311187744rem; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:2.56185rem; height:2.56185rem; }#eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:2.5625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.52951431274414rem;left:69.557292938231rem; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { background-color: transparent; background-image: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .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); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { border-width: 0; border-radius: 0; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:0rem;height:1.13671875rem;display:block; }
#ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:58.625001907349rem;height:1.13769375rem;display:block; }
#cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:65.56250190735rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { top:2.625rem;left:0rem;width:10.375rem;height:4.2236300344363rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { top:9.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWh2solGxZC6ZBSyzItETgpVJztXMkDI { top:43.8125rem;left:0rem;width:16rem;height:;font-size:1rem;display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
 }@media only screen and (max-width: 763px) { #C70UC436tZicOkxrnP3L8EkDlmMiUaVo { top:43.125rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { top:0rem;left:0rem;width:47.75rem;height:41.478543563069rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { top:0rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { top:8.875rem;left:0rem;width:27.5rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { top:14.25rem;left:0rem;width:36.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { top:24.375rem;left:0rem;width:34.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { width:12.3125rem;height:3.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block; }
 }@media only screen and (max-width: 763px) { #zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { top:8.4375rem;left:0rem;width:27.5rem;height:5.375rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { top:22.625rem;left:0rem;width:17.25rem;height:13rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMH4TkzHF51ZHnTRH823RiM9izway1J1 { top:47.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { width:15.375rem;height:3.25rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block; }
 }@media only screen and (max-width: 763px) { #XDCbvLIzul7kQMTGUJA3uUM30fee93vd { top:20rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { top:6.9375rem;left:0rem;width:17.9375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { top:10.3125rem;left:0rem;width:19.375rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { top:14.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { top:17.375rem;left:0rem;width:17.6875rem;height:9.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { top:2.75rem;left:0rem;width:5.625rem;height:4.43541875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { top:2.75rem;left:0rem;width:12.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { top:2.6875rem;left:6.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { top:2.8125rem;left:25.37890625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { top:3.375rem;left:29.6875rem;width:10.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaD1p7ShlsZARknmloTVyICTL92HcgFi { top:5.875rem;left:31rem;width:7.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { top:2.8125rem;left:42.5rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { top:2.6875rem;left:34.875rem;width:12.875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { top:5.875rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { top:6.125rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { top:6.125rem;left:11.25rem;width:12.5rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsCCsBVQFKtcLQDk3loKplMpguScr57 { top:2.75rem;left:11.25rem;width:12.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { display:block; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o31bFNguXevir7PvHx53zawMy3LkCNKS { top:2.75rem;left:0rem;width:5.625rem;height:4.43541875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { top:2.6875rem;left:0rem;width:12.5rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { top:5.875rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWTv6I4HX149BFFng1rFpby30ayCCy4 { top:2.6875rem;left:6.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { top:2.75rem;left:8.375rem;width:12.5rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { top:5.875rem;left:8.375rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { top:2.8125rem;left:23.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { top:2.6875rem;left:27.874568939209rem;width:10.625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { top:5.875rem;left:29.25rem;width:7.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { top:2.8125rem;left:42.5rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { top:2.75rem;left:34.8125rem;width:12.9375rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { top:5.875rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { display:block; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { display:block; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lux8qca574erzqTNmtuXKnQG2NRrzcrF { display:block; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEO5tP3gxTODJHRvfoBswIKz4Dqa69ga { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PSn614vScnBCmCoCZ0aMDqS2T0xNUE { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlulBgM7o6faTPbT99pFbE2GIvJBNPk0 { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsURdkG65pdBekibcESIBiJCCFTGOpiz { top:8.125rem;left:7.40625rem;width:21.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtW6Sfq9yMOvNUIciiBm8bLEgxowTuD { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7SV13DSFTRlTNJEqiti87om2hNapxd { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnU9T1EL8W5IOLBkZVMgEW9CzIgMJIPC { width:8.25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGln2V1MlNnT5nQDlJc8gThHZiJHinPF { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2gMdC93C4h4FpWbcF9n31dxb3zDTp5a { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qixgAvo8Vn0eJgvGuG4Rd1L2R6DrIf5V { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOH7iJ7dbMou8VOdPA2dtTnUOblHXy9Z { width:12.8125rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCaqwR5MTDGncx0WbQQTW7iDhLsdtPP4 { top:7.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N { display:block; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDM3n5T8Tk0A9KQQtL4TBPSEECcIH0dV { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHIc1Lbu0qxgSEG7NBvzUTxGkpV13P9B { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0f79QPCuLTh8VMwNLG2T3H4p1opJ47L { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZeiFAVcdKBwL4AliQe0pB4meQipSaX8 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXfZydsOHvrL7Ii6nqvt40FpwIgpzJbM { top:8.0625rem;left:0rem;width:11.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhqBygGH0KbTXg5Zgw28Q8mUpKUTSb9M { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMqTOeVP0af9HuobcbzvfRWn1ZH5PWXH { top:1rem;left:37.1875rem;width:10.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXEGdEBvVa2uAeiEToUGLbHM7TtBh9fR { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORFek0Og8Q79oBxG6IhD5V2dwe50EfHk { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaTiVwitqXf7O4Qg1I4BqLeHTXKRwNla { top:24.6875rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mL8SSVyClWTthFbJslTBVFwo59CorJGb { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6knUPfZR2bbhuoHQaznFMwffKBtGIzn { display:block; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsrcIlmVfRP5Gdoccuhtl5cGG65ng3yU { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCaxH6oZrDEqshBW2ZTmTkNCoxSIKoPR { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWkdFMKvSyvAbKey3SOZFgb72QssD5P { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dktifi0GSSVEOr6fqMnLOAwh7P96vJdH { top:8.125rem;left:7.40625rem;width:22.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEPVkEPUQQtDhUunxzbAp51xWtPzVXhe { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9l64qAOgsM2PrA6xHgAU975u4szuVZ5 { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmQ2SLx8gtAiqve8JXerzUxdOkEUCkp { top:3rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXUr1OuT3DSV2l1OdRnQZoK8QLpnlTxR { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qunJThDNg2t5E89OdKvzBzvsDgWHC77B { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRuq8iNceJnFTiCkubgz5Nt4OuLOH34U { top:8.125rem;left:36.375rem;width:11.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPPVfbPF2KGXyTi71t3OHTusNPWp4gqe { top:1.0625rem;left:0rem;width:11.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp { display:block; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2vWk1n3hBCaTMnyghm2tq9oCEnpchKM { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPh9VbJpbdUNW507Lk6SwveHsL7D7w9D { top:3.125rem;left:0rem;width:45.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDZKKQf0JgeZ5PC3LGPTSINgdRMnra6s { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEIo3CyLDA4EKz8NduXCnUDlm2d96aUo { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppGvv7uHTRNH3c79Beq6gSaFHmk1kQQ { top:8.0625rem;left:0rem;width:8.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpQBffuJ2qogVVyE82CxTFlzznP8iRb { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeJvl4lqT6QH9kZCfAklbHivH22P5Zn { top:1rem;left:38.0625rem;width:9.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVkTNTTw0JhlKZ86Z1LwKixGFoJwaKF9 { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pucwEMheA5c7gc2tbR70b4MyaMaqH0vI { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8MADCZdE9hdDHsNpiFzDXTT0QlI9QFg { top:23.0625rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcPe9Ny6BQ5XOoqW6kOHe6rs6LbUNlFp { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvC4O8wysiVDH49X6u9trAb674LwSP7J { display:block; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGWCn8C7TB36yi57WdWLXeI8QalpBaQV { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFhl7zZz0U1xoMpTGRCFoTQAMD7UAqW6 { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk9IwzmWDU70fQw6f6LFhv41n7AExvi8 { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZvp4UltZhiG61BdTnm63SkcMgNb23l { top:8.125rem;left:7.40625rem;width:21.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxNPga97txnvSWaqV36eO5piyoo0AhX { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUTDoh0t0qtbSp830vvZbAz9JznrP4CZ { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKoigQq9HKCNWdaOhhkVIU2rmBDzNABn { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwsZesLdTrmpzgGJ7sAm6kWyiED4mus9 { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqR6HLL332M4NhHduP7dbc3E7UvyyJtK { top:22.8125rem;left:0rem;width:14.8125rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXIEeGZwXIWQn2Wo4UtSupBmnB28XVsm { top:8.125rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlNH3n9xKy4Rmb30QlweC3BrLZESvo6 { top:1.375rem;left:0rem;width:9.625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT { display:block; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkIGE7vkL2TI95VGF2DwigVMn2g8hvRo { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryo0GxHU9t7J67QT0vQRPrqDcka35ie0 { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOlBzISebRVe3y2zn2aB0FE9fGQSxGQe { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepznvihxBNJzJqWDhuqaXv7Rs2NXlIe { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUNnvd1UtBcklQ9rTTcOtVvCkU0G5RAh { top:7.625rem;left:0rem;width:7.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkTQTAUN01mrJObZOantt88d9W32UNsq { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzCNOTiM4Ce4HNSI1rTaWyF8LFEUKMJ { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P85HpD0PBw3amIqrnlfNsq2D8koQvZm1 { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpOJBdqo9mNynq3JO8TGhghWvDIIIeNV { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WciAF38fzCWbLocK8bKl9BCHA4oOcsW8 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edotDqw5hhP7PwKcs3f5FVg02ckJtoHs { top:1.1875rem;left:37.9375rem;width:9.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 { display:block; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSEGCgX5fThB8h3oDJC0f52GPuM2mdlc { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSZBbe2ccCXI1XcdimxVQC993oTR5Pnl { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUuB2Wp9qXTfkypIioJfwM3UnDUhwIxx { top:2.6875rem;left:3.0625rem;width:44.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTh8rQ0baRyW5mMtfS2ecEbIV3L9hdQ0 { top:8.125rem;left:7.40625rem;width:23.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9McC0DPTPU8rohg91l91BTFAs5ZuoL { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGJXf6WzpC8oiXLO5UpA3EnRqN38Zv9 { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poO7yAqdT0NZev3KEfdKS4VNZ2bCGpAv { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWuFxvIVTQyATHf8cKs1WJOfzBNlyuaT { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVZArvmhcPvIDh9O1WGkfyJkIHa4iOig { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXVsICcOFnpuU6rePNN8OREnIPfxraPC { top:8.375rem;left:36.9375rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdTXnvA4pzIaHKQS3kfAZvVFuVvLsRb { top:1.125rem;left:0rem;width:10.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGdge0rdSs25CAfgsy6exeP1aTwt5fv { display:block; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHcbWcG0w5HkN3gdJ0Ahlqz5rGP2pgwH { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koz3k3ylSNvqQUq3tZ4CEONH6n7skUH5 { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXi1IEqrAhPKPO0Fq5BsEmbWU4ceVSia { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3HU7HQnU5leP0zz298dqvMLkApDin30 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkfCJs1GnFI96zf8GSHzzZS2432D5WO { top:9rem;left:0rem;width:11.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSccVt9C24brkmi4LtRxB2RR5OCkKRCI { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXqeFg7HuLy7N47c0JaciRJCvEgrZuZJ { top:1.875rem;left:35.375rem;width:11.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ruyGQSmvBoqh16pB0hnyNX5qMf0qI3 { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKu1IwaiRqVQwz39X2NCaNONgrK9zBDL { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwzpR4rQwnITusye0Pqa3SwNy28dxTti { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtL3fNyxhM9Sn9qUSCysANOi0He1OFT1 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHuTFBWfsgxsAJDeeCdsfmJiHWwRziWe { top:15.6875rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL { display:none; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D32T9FTmEIow03MlsgWHKVT5VlXlhurF { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8AaM6IWGXo0GgBpbktvUpXTKHAZ0IP { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFLdclhi4KSpOCD8pxsINA1JHxe1ErTP { top:2.6875rem;left:3.0625rem;width:44.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGeDue1XEAkrncsc8RC5vukorSEH9Uf { top:8.125rem;left:7.40625rem;width:23.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdTcV8ZQe8kLctadvxsCkOzCqrclT5a { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrryhkMnEgHvWkOQcbb42yWe2HaQ4Nwe { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8QJL1WmT1PfwlhExC33JgJK7vCsaQB { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z953dsP7g8UTPhI8E2ZRFKprGc0Aoaem { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQe5mupyxfqZcmQa2RBGXr8zZT2ARsCp { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaqA77ziEkEuIZ6ytD3Wmy4AmZpCVs2x { top:8.375rem;left:35.75rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCwHCt6hP33lUX8kOL5rWTposXNMw8mq { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu { display:none; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNUTJbDLDxOhOWUnqTgDxDtFaugU6Ac1 { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR7csrFucw56tfA4rF8NK5kyeCGevG9U { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhhVcFumhNKnxzT4qFAbeP9NIGcOGea { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqBmiTwEHT9VJT4tnJZdS6WrHpC44wOu { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA3EoezOEB89SClysUoT3nDPFF3IpQAL { top:7.3125rem;left:0rem;width:7rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwDFr39RTr3s5Vd0m7Z5bx8Vwf028d9Q { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzG30COkDLN1POyt5osyo8NaEA1wZOE { top:0.9375rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoV6cKdAPESZXo2x9vA0fx2EZOdcB2CJ { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFh1KnUEtDBKTuqI8JH3z8WfwKA3DKUk { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZOWnA85vBN17a4v0tK92AyKDFy7udQA { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #atNSHpQ8zA1l49VCWznZzMW8LFU0J5m1 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu { display:block; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxTLkApiguRLh8RInrtMVDV0WTJvSpA8 { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #D46p4Dd68Tdk69ET4bFfktILRLvu6x64 { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiSEeMlrShqvDmeDrXIUI6plMXHXn6B { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqAvDXLZlKghMwmNuiHr2OJPTEyTQPa { top:8.125rem;left:7.40625rem;width:22.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOTR4XQSRONzq8w9omfcrnwqntvfv5x { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWnmT3sHtQq6q4yBzolg1A48eZlLCx7E { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX3qvDBJxezgCxDUk3to95tzZHBT59Ea { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ5e7D4uaKD6x0kef4R0VGiM1fIm2p7i { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvXikpk55fAkFinFSWgTXM67Gr1yTm1V { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrARpuIE3bLSlsvitoXpo53E4LHJVQMH { top:5rem;left:38.4375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXf1HgueLmpLpzRGiF0Qbk5oIgL9ZJ3d { top:1.3125rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 { display:block; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNh38o0XkWfgzR3PSILQhvmMszg9sqLR { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIa6UKyRq52nFQK0DTTAlvneBO6Hdlpb { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qasnMm7fuA09aXWaSVZXHaa2yD5PRzw4 { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGmbWNuSMr7mOfTihWAgQdTJOznP5gm { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcCfTMIFKl3mwtJDsq71ufpdhKgmzi1 { top:8.875rem;left:0rem;width:10.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJDXHlsF4PCWTCT8aaPkXQD3HMTbU9BW { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMVtHu1igO28aQl8SPbTumzbyxAQitV { top:0.9375rem;left:35.875rem;width:11.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nzrZ8dMBH4QQL6BeTxo9n2mIovGnoU { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShnToiWT4M6GIsT0RiDt0H0vXMeErTh9 { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnzvLnM35qzDcg56wgAw8kFITzvqTonC { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdZ0NOXAHQ7ogy59BlsmJohbh7gGrJu6 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlg0nGcIy8xn87ElC4slp9nZwA6erok { display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { top:4.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { top:1.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { top:13.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { width:12.25rem;height:3.1875rem;top:19.75rem;left:17.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block; }
 }@media only screen and (max-width: 763px) { #bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { width:15.375rem;height:3.25rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block; }
 }@media only screen and (max-width: 763px) { #kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { display:block; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { top:0rem;left:0rem;width:47.75rem;height:15.160625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { top:1rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { top:0.5625rem;left:45.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #s47EfXxLaT49Rec5xXOKazw3t3B11ypH { top:0.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { top:0.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { top:0.5rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { display:block; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { top:1.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { top:1.875rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { top:1.875rem;left:38.3125rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { width:7.5610625rem;height:2.99926875rem;top:1.561279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { top:9.4970703125rem;left:0rem;width:20rem;height:1.3rem;z-index:15027;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oWh2solGxZC6ZBSyzItETgpVJztXMkDI { top:24.1337890625rem;left:0rem;width:20rem;height:8.425rem;z-index:15028;font-family:"open sans";display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
 }@media only screen and (max-width: 763px) { #C70UC436tZicOkxrnP3L8EkDlmMiUaVo { top:21.43359375rem;left:0rem;width:20rem;height:1.3rem;z-index:15028;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { width:20rem;height:17.371125rem;top:32.119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { width:20rem;height:17.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { width:20rem;height:3rem;top:53.556243896484rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { width:20rem;height:auto;top:14.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { width:20rem;height:auto;top:24.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { width:15.375rem;height:3.25rem;top:57.806243896484rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block; }
 }@media only screen and (max-width: 763px) { #zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { width:20rem;height:3rem;top:4.5595703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { top:18.7314453125rem;left:0rem;width:19.9375rem;height:11.69825rem;z-index:15029;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:none; }
 }@media only screen and (max-width: 763px) { #FMH4TkzHF51ZHnTRH823RiM9izway1J1 { top:50.28750038147rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15030;font-family:"open sans";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { width:7.9375rem;height:2.4375rem;top:27.6201171875rem;left:6.03125rem;z-index:15014;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block; }
 }@media only screen and (max-width: 763px) { #XDCbvLIzul7kQMTGUJA3uUM30fee93vd { width:20rem;height:5.84765625rem;top:11.53422164917rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { top:6.9375rem;left:1.03125rem;width:17.9375rem;height:1.40625rem;z-index:15031;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { top:9.1875rem;left:0.3125rem;width:19.375rem;height:3.1494125rem;z-index:15032;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { top:14.2490234375rem;left:2.25rem;width:15.5rem;height:3.14941875rem;z-index:15033;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { top:17.3974609375rem;left:1.15625rem;width:17.6875rem;height:9.44824375rem;z-index:15036;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;line-height:1.2;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) { #tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { width:3.9375rem;height:3.125rem;top:0.9990234375rem;left:3.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { width:5.811525rem;height:1.949225rem;top:4.9619140625rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { width:3.125rem;height:3.125rem;top:0.9990234375rem;left:13.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { width:2.749025rem;height:2.749025rem;top:11.4375rem;left:3.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { width:2.749025rem;height:1.125rem;top:14.875rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaD1p7ShlsZARknmloTVyICTL92HcgFi { width:4.0625rem;height:0.9002125rem;top:15.9375rem;left:3.0615234375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { width:1.81196875rem;height:2.74946875rem;top:11.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { width:4.62446875rem;height:1.125rem;top:14.75rem;left:12.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { width:8.49875rem;height:0.9002125rem;top:15.875rem;left:10.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { width:9.1875rem;height:1.6493rem;top:7.5244140625rem;left:0.4990234375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { width:10.9375rem;height:1.79905rem;top:7.5244140625rem;left:9.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDsCCsBVQFKtcLQDk3loKplMpguScr57 { width:10.125rem;height:1.949225rem;top:4.9619140625rem;left:9.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { display:none; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o31bFNguXevir7PvHx53zawMy3LkCNKS { width:2.9375rem;height:2.25rem;top:0.7158203125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { width:12.5rem;height:2.3990875rem;top:0.6416015625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { width:12.5rem;height:1.3496125rem;top:3.211669921875rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adWTv6I4HX149BFFng1rFpby30ayCCy4 { width:3.81225625rem;height:3.81225625rem;top:7.220458984375rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { width:12.5rem;height:2.39868125rem;top:7.220458984375rem;left:6.15478515625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { width:12.5rem;height:1.3496125rem;top:9.259033203125rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { width:3.62426875rem;height:3.62426875rem;top:14.13818359375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { width:12.5rem;height:2.39868125rem;top:14.13818359375rem;left:6.23291015625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { width:12.5rem;height:1.3501rem;top:16.4892578125rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { width:3.25rem;height:4.375rem;top:19.0892578125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { width:12.9375rem;height:2.3994125rem;top:24.7142578125rem;left:3.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { width:14.125rem;height:1.3496125rem;top:28.7767578125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { display:none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { display:block; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lux8qca574erzqTNmtuXKnQG2NRrzcrF { display:block; }#lux8qca574erzqTNmtuXKnQG2NRrzcrF > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEO5tP3gxTODJHRvfoBswIKz4Dqa69ga { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PSn614vScnBCmCoCZ0aMDqS2T0xNUE { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlulBgM7o6faTPbT99pFbE2GIvJBNPk0 { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsURdkG65pdBekibcESIBiJCCFTGOpiz { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQtW6Sfq9yMOvNUIciiBm8bLEgxowTuD { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Th7SV13DSFTRlTNJEqiti87om2hNapxd { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnU9T1EL8W5IOLBkZVMgEW9CzIgMJIPC { top:5.748046875rem;left:0rem;width:14.125rem;height:14.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mGln2V1MlNnT5nQDlJc8gThHZiJHinPF { width:18.1875rem;height:3.89941875rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2gMdC93C4h4FpWbcF9n31dxb3zDTp5a { width:15.375rem;height:1.5rem;top:20.6875rem;left:2.3125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qixgAvo8Vn0eJgvGuG4Rd1L2R6DrIf5V { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOH7iJ7dbMou8VOdPA2dtTnUOblHXy9Z { width:12.8125rem;height:12.8125rem;top:0rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCaqwR5MTDGncx0WbQQTW7iDhLsdtPP4 { width:3.75rem;height:3.75rem;top:6.94921875rem;left:14.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N { display:block; }#PyuTVdvVkMTTgWMhfvV1PORuHuGTWv4N > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDM3n5T8Tk0A9KQQtL4TBPSEECcIH0dV { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FHIc1Lbu0qxgSEG7NBvzUTxGkpV13P9B { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R0f79QPCuLTh8VMwNLG2T3H4p1opJ47L { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KZeiFAVcdKBwL4AliQe0pB4meQipSaX8 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OXfZydsOHvrL7Ii6nqvt40FpwIgpzJbM { width:9.625rem;height:2rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AhqBygGH0KbTXg5Zgw28Q8mUpKUTSb9M { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMqTOeVP0af9HuobcbzvfRWn1ZH5PWXH { width:11.8125rem;height:13.25rem;top:6.6220703125rem;left:8.1875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XXEGdEBvVa2uAeiEToUGLbHM7TtBh9fR { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORFek0Og8Q79oBxG6IhD5V2dwe50EfHk { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaTiVwitqXf7O4Qg1I4BqLeHTXKRwNla { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mL8SSVyClWTthFbJslTBVFwo59CorJGb { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A6knUPfZR2bbhuoHQaznFMwffKBtGIzn { display:block; }#A6knUPfZR2bbhuoHQaznFMwffKBtGIzn > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsrcIlmVfRP5Gdoccuhtl5cGG65ng3yU { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NCaxH6oZrDEqshBW2ZTmTkNCoxSIKoPR { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWkdFMKvSyvAbKey3SOZFgb72QssD5P { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dktifi0GSSVEOr6fqMnLOAwh7P96vJdH { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEPVkEPUQQtDhUunxzbAp51xWtPzVXhe { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f9l64qAOgsM2PrA6xHgAU975u4szuVZ5 { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKmQ2SLx8gtAiqve8JXerzUxdOkEUCkp { width:18.1875rem;height:1.29980625rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXUr1OuT3DSV2l1OdRnQZoK8QLpnlTxR { width:20rem;height:1.5rem;top:20.6875rem;left:0.1875rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qunJThDNg2t5E89OdKvzBzvsDgWHC77B { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRuq8iNceJnFTiCkubgz5Nt4OuLOH34U { width:8.875rem;height:2.9375rem;top:6.248046875rem;left:10.584603658537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPPVfbPF2KGXyTi71t3OHTusNPWp4gqe { width:13.8125rem;height:13.625rem;top:6.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp { display:block; }#yom1A4dL5ok9ViFiJEiy4tug73Nv5PXp > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2vWk1n3hBCaTMnyghm2tq9oCEnpchKM { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #xPh9VbJpbdUNW507Lk6SwveHsL7D7w9D { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mDZKKQf0JgeZ5PC3LGPTSINgdRMnra6s { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZEIo3CyLDA4EKz8NduXCnUDlm2d96aUo { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nppGvv7uHTRNH3c79Beq6gSaFHmk1kQQ { width:6.25rem;height:3.0625rem;top:6.8095703125rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGpQBffuJ2qogVVyE82CxTFlzznP8iRb { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFeJvl4lqT6QH9kZCfAklbHivH22P5Zn { width:11.1875rem;height:13.5625rem;top:6.1845703125rem;left:8.6651785714288rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vVkTNTTw0JhlKZ86Z1LwKixGFoJwaKF9 { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pucwEMheA5c7gc2tbR70b4MyaMaqH0vI { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8MADCZdE9hdDHsNpiFzDXTT0QlI9QFg { width:18.0605625rem;height:1.40625rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcPe9Ny6BQ5XOoqW6kOHe6rs6LbUNlFp { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mvC4O8wysiVDH49X6u9trAb674LwSP7J { display:block; }#mvC4O8wysiVDH49X6u9trAb674LwSP7J > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGWCn8C7TB36yi57WdWLXeI8QalpBaQV { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SFhl7zZz0U1xoMpTGRCFoTQAMD7UAqW6 { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk9IwzmWDU70fQw6f6LFhv41n7AExvi8 { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEZvp4UltZhiG61BdTnm63SkcMgNb23l { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtxNPga97txnvSWaqV36eO5piyoo0AhX { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tUTDoh0t0qtbSp830vvZbAz9JznrP4CZ { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKoigQq9HKCNWdaOhhkVIU2rmBDzNABn { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwsZesLdTrmpzgGJ7sAm6kWyiED4mus9 { width:15.375rem;height:1.5rem;top:20.6875rem;left:2.3125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqR6HLL332M4NhHduP7dbc3E7UvyyJtK { width:20rem;height:1.40625rem;top:22.8125rem;left:0.03125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXIEeGZwXIWQn2Wo4UtSupBmnB28XVsm { width:6.375rem;height:2.625rem;top:6.8125rem;left:12.20703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlNH3n9xKy4Rmb30QlweC3BrLZESvo6 { width:11.625rem;height:13.875rem;top:5.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT { display:block; }#XF5k5u8MTXmhRNmWTZxTEhsOm2J3sldT > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkIGE7vkL2TI95VGF2DwigVMn2g8hvRo { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Ryo0GxHU9t7J67QT0vQRPrqDcka35ie0 { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OOlBzISebRVe3y2zn2aB0FE9fGQSxGQe { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qepznvihxBNJzJqWDhuqaXv7Rs2NXlIe { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zUNnvd1UtBcklQ9rTTcOtVvCkU0G5RAh { width:5.75rem;height:2.8125rem;top:7.5rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tkTQTAUN01mrJObZOantt88d9W32UNsq { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfzCNOTiM4Ce4HNSI1rTaWyF8LFEUKMJ { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P85HpD0PBw3amIqrnlfNsq2D8koQvZm1 { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpOJBdqo9mNynq3JO8TGhghWvDIIIeNV { width:18.0605625rem;height:2.8125rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WciAF38fzCWbLocK8bKl9BCHA4oOcsW8 { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #edotDqw5hhP7PwKcs3f5FVg02ckJtoHs { width:11.8125rem;height:14rem;top:5.90625rem;left:8.279296875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 { display:block; }#swRsmexOPR6IhSXh4UlVK9HRJdwng7P7 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSEGCgX5fThB8h3oDJC0f52GPuM2mdlc { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HSZBbe2ccCXI1XcdimxVQC993oTR5Pnl { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUuB2Wp9qXTfkypIioJfwM3UnDUhwIxx { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTh8rQ0baRyW5mMtfS2ecEbIV3L9hdQ0 { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ce9McC0DPTPU8rohg91l91BTFAs5ZuoL { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AzGJXf6WzpC8oiXLO5UpA3EnRqN38Zv9 { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #poO7yAqdT0NZev3KEfdKS4VNZ2bCGpAv { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWuFxvIVTQyATHf8cKs1WJOfzBNlyuaT { width:20rem;height:1.5rem;top:20.6875rem;left:0.125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVZArvmhcPvIDh9O1WGkfyJkIHa4iOig { width:15.75rem;height:2.8125rem;top:22.875rem;left:2.125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXVsICcOFnpuU6rePNN8OREnIPfxraPC { width:8rem;height:2.125rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdTXnvA4pzIaHKQS3kfAZvVFuVvLsRb { width:11.625rem;height:12.5625rem;top:7.310546875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGdge0rdSs25CAfgsy6exeP1aTwt5fv { display:block; }#ppGdge0rdSs25CAfgsy6exeP1aTwt5fv > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHcbWcG0w5HkN3gdJ0Ahlqz5rGP2pgwH { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Koz3k3ylSNvqQUq3tZ4CEONH6n7skUH5 { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mXi1IEqrAhPKPO0Fq5BsEmbWU4ceVSia { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g3HU7HQnU5leP0zz298dqvMLkApDin30 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CLkfCJs1GnFI96zf8GSHzzZS2432D5WO { width:7.9375rem;height:1.625rem;top:7.5rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tSccVt9C24brkmi4LtRxB2RR5OCkKRCI { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXqeFg7HuLy7N47c0JaciRJCvEgrZuZJ { width:13.9375rem;height:12.9375rem;top:6.9345703125rem;left:6.0625rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r3ruyGQSmvBoqh16pB0hnyNX5qMf0qI3 { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKu1IwaiRqVQwz39X2NCaNONgrK9zBDL { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwzpR4rQwnITusye0Pqa3SwNy28dxTti { width:18.0605625rem;height:2.8125rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtL3fNyxhM9Sn9qUSCysANOi0He1OFT1 { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xHuTFBWfsgxsAJDeeCdsfmJiHWwRziWe { width:13.0625rem;height:13.0625rem;top:27.185546875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL { display:block; }#QR9DaiGT5So3wiOvLzqT1NHgiMdLTzTL > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D32T9FTmEIow03MlsgWHKVT5VlXlhurF { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8AaM6IWGXo0GgBpbktvUpXTKHAZ0IP { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFLdclhi4KSpOCD8pxsINA1JHxe1ErTP { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #khGeDue1XEAkrncsc8RC5vukorSEH9Uf { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzdTcV8ZQe8kLctadvxsCkOzCqrclT5a { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zrryhkMnEgHvWkOQcbb42yWe2HaQ4Nwe { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm8QJL1WmT1PfwlhExC33JgJK7vCsaQB { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z953dsP7g8UTPhI8E2ZRFKprGc0Aoaem { width:20rem;height:1.5rem;top:20.6875rem;left:0.125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQe5mupyxfqZcmQa2RBGXr8zZT2ARsCp { width:15.75rem;height:2.8125rem;top:22.875rem;left:2.125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaqA77ziEkEuIZ6ytD3Wmy4AmZpCVs2x { width:8rem;height:1.9375rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCwHCt6hP33lUX8kOL5rWTposXNMw8mq { top:5.34375rem;left:0rem;width:14.4375rem;height:14.4375rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu { display:block; }#JUoxf7LTAT2paU1IIXOyw5Evx5dCz1Fu > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNUTJbDLDxOhOWUnqTgDxDtFaugU6Ac1 { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #mR7csrFucw56tfA4rF8NK5kyeCGevG9U { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bPhhVcFumhNKnxzT4qFAbeP9NIGcOGea { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LqBmiTwEHT9VJT4tnJZdS6WrHpC44wOu { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PA3EoezOEB89SClysUoT3nDPFF3IpQAL { width:6.5625rem;height:4.25rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EwDFr39RTr3s5Vd0m7Z5bx8Vwf028d9Q { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOzG30COkDLN1POyt5osyo8NaEA1wZOE { width:13.5rem;height:13.5rem;top:6.3720703125rem;left:6.03125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aoV6cKdAPESZXo2x9vA0fx2EZOdcB2CJ { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFh1KnUEtDBKTuqI8JH3z8WfwKA3DKUk { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZOWnA85vBN17a4v0tK92AyKDFy7udQA { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atNSHpQ8zA1l49VCWznZzMW8LFU0J5m1 { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu { display:block; }#hCEhymQ4Bm8HToc9ZMnc2Mhhkt0y3iQu > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxTLkApiguRLh8RInrtMVDV0WTJvSpA8 { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #D46p4Dd68Tdk69ET4bFfktILRLvu6x64 { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiSEeMlrShqvDmeDrXIUI6plMXHXn6B { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyqAvDXLZlKghMwmNuiHr2OJPTEyTQPa { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGOTR4XQSRONzq8w9omfcrnwqntvfv5x { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dWnmT3sHtQq6q4yBzolg1A48eZlLCx7E { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vX3qvDBJxezgCxDUk3to95tzZHBT59Ea { width:18.1875rem;height:3.8994125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQ5e7D4uaKD6x0kef4R0VGiM1fIm2p7i { width:20rem;height:1.5rem;top:20.6875rem;left:0.1875rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvXikpk55fAkFinFSWgTXM67Gr1yTm1V { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrARpuIE3bLSlsvitoXpo53E4LHJVQMH { width:6.6875rem;height:6.6875rem;top:4.873046875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXf1HgueLmpLpzRGiF0Qbk5oIgL9ZJ3d { width:13.625rem;height:13.5625rem;top:6.310546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 { display:block; }#cPPq1QvaLzy5FzzqF1to4lpfeq2pgGT7 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNh38o0XkWfgzR3PSILQhvmMszg9sqLR { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #AIa6UKyRq52nFQK0DTTAlvneBO6Hdlpb { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qasnMm7fuA09aXWaSVZXHaa2yD5PRzw4 { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TTGmbWNuSMr7mOfTihWAgQdTJOznP5gm { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WKcCfTMIFKl3mwtJDsq71ufpdhKgmzi1 { width:6.5625rem;height:1.8125rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NJDXHlsF4PCWTCT8aaPkXQD3HMTbU9BW { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSMVtHu1igO28aQl8SPbTumzbyxAQitV { width:13.3125rem;height:13.5rem;top:6.3720703125rem;left:6.03125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D7nzrZ8dMBH4QQL6BeTxo9n2mIovGnoU { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShnToiWT4M6GIsT0RiDt0H0vXMeErTh9 { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnzvLnM35qzDcg56wgAw8kFITzvqTonC { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdZ0NOXAHQ7ogy59BlsmJohbh7gGrJu6 { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xZlg0nGcIy8xn87ElC4slp9nZwA6erok { display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { width:20rem;height:5.84765625rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { width:20rem;height:5.84765625rem;top:11.8828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { width:12.25rem;height:3.1875rem;top:19.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block; }
 }@media only screen and (max-width: 763px) { #bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { width:7.9375rem;height:2.4375rem;top:19.0625rem;left:6.03125rem;z-index:15015;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block; }
 }@media only screen and (max-width: 763px) { #kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { display:none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { width:20rem;height:2.76171875rem;top:1.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { width:20rem;height:2.76171875rem;top:1.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { width:20rem;height:6.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { width:16.5rem;height:1.7871125rem;top:0.8125rem;left:0.46875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { display:flex;width:1.1875rem;height:1.1875rem;top:3.5rem;left:4.3125rem; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #s47EfXxLaT49Rec5xXOKazw3t3B11ypH { display:flex;width:1.375rem;height:1.375rem;top:3.4375rem;left:14.375rem; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { width:20rem;height:2.2734375rem;top:0.6875rem;left:0rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { display:flex;width:1.25rem;height:1.25rem;top:3.5rem;left:9.3125rem; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { 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; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { background-color: transparent; background-image: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .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); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { border-width: 0; border-radius: 0; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { width:12.5rem;height:1.13671875rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { width:5.0625rem;height:1.13671875rem;top:3.63671875rem;left:7.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { width:9.4375rem;height:1.13671875rem;top:5.869140625rem;left:5.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }