.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08132f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { background-color: transparent; background-image: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container > .video-iframe-container { display: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row > .video-iframe-container { display: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .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); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { border-width: 0; border-radius: 0; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#htDT0qT34J9zFnrktT4bueZOO0Vp4rWX { 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:1.25rem;width:2.0625rem;top:0.4375rem;left:57.75rem;overflow:hidden;display:block; }
#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/01b36a0f-ef4f-463b-b9a7-41a388c830e5/20lecie_SDCM_baner_1600x600_24_02_25_UK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { font-size:0.875rem;font-family:"open sans";height:22.5625rem;width:60rem;position:relative;display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { background-color: transparent; background-image: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .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); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { border-width: 0; border-radius: 0; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { font-size:0.875rem;font-family:"open sans";height:24.0625rem;width:60rem;position:relative;display:block; }#vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { color:#101010;display:block;width:46.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.436767578125rem;left:6.875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#em7sMSEViK2arCzw1Z9FQVxTcp1gTLid { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15.375rem;left:14.5625rem;display:block; }
#kS3IVuJ2Plx9JRKUeZgXEVyEaDsokPyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fpxz08wfFx45nWZ8VHwhHu9hlx0Bgb4I { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.375rem;left:31.25rem;display:block; }
#CX4y0vH2UmA5RyUkqqrRuyI2TvUO3WN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVEcRfrxJWOMq0mLObAihWGyC7yVeW9V { color:#b3b3b3;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.625rem;left:17.03125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container { background-color: transparent; background-image: none; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container > .video-iframe-container { display: none; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row > .video-iframe-container { display: none; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .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); }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container { border-width: 0; border-radius: 0; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#dO7KpU7FdpTxtDQIZKcCPeL22WPBdZ02 { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container { background-color: transparent; background-image: none; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container > .video-iframe-container { display: none; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row > .video-iframe-container { display: none; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .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); }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container { border-width: 0; border-radius: 0; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#SrzB89RAk32tsU7fACM1BcFBxRI3ZbNe { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#XoVSCTS3T0oulQ6zuESOCmQNEreqWJGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.5625rem;left:9.8125rem; }
#hmtsZT28M3DhRMd7PvlUCkhrMz2oxg0E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:9.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#wqLhBalEtc3Xy3BsHTrO1au4KL6nZ0Et { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.4375rem;left:33rem; }
#bqW0IHLhc4MNA16TVqVTNC5ugDrIFioc { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:34.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#CE1tin8qKx9v25C5OvT403Mr7wF3GTOu { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.75rem;left:22.3125rem; }
#KlTTbzxmm5hd9XZA2nGp8gTZCyTgwGLx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#DwbJSRphhTiGEM134hordeczVZfst8O8 { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:3.5rem;left:11.25rem;display:block; }
#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { background-color: transparent; background-image: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container > .video-iframe-container { display: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row > .video-iframe-container { display: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .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); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { border-width: 0; border-radius: 0; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#H09hf0ArUKhf3VPraRqMWGFIJNrTptsi { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;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:26.25rem;width:0.0625rem;top:3.25rem;left:10.71875rem;display:block; }
#zAiRL7BI502iVwE4PUheTIVb3NBfTz2X { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CZ5PnkXTILW3UEMpa9Vmxg8Tf5hvQpsU { position:absolute;display:block;z-index:15037;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:2.75rem;left:9.25rem;display:block; }
#RSPEmQVlusbhfNw11Kv5Vh5c45VE231x { color:#050b26;display:block;width:21.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.25rem;left:13.96875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gneWgcCBBqP7E79JfEl7GBycJq7NrL6g { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:26.875rem;left:9.25rem;display:block; }
#skre9W8dABsl9BoODmIL06rDRzuNGesn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:3.0625rem;left:9.71875rem; }
#ynrU0f6aFdUtmIOmRaPzTJVdTikcvWpJ { position:absolute;display:block;z-index:15046;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:1.5625rem;width:1.5625rem;top:8.9375rem;left:10rem;overflow:hidden;display:block; }
#K5y8FZnKXqGmM1f4zBVDp8ByfzASt21F { position:absolute;display:block;z-index:15045;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:8.25rem;left:9.3125rem;display:block; }
#Tz1rpaJTQeHfz4sSzbN52ZZ0t7umUtr1 { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:8.9375rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PVcGnXCEByoy1rqzCJgVHwLb79UWu2iL { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rdCUibWi6BG4hCAKCuXxHUTJOd6EgHAX { position:absolute;display:block;z-index:15050;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:1.5625rem;width:1.5625rem;top:13.5rem;left:10rem;overflow:hidden;display:block; }
#IJqteiLXXlThJfGNKyQtIVAfVsSGoJZI { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pZRFQ0rA61zDbRTEJw9myNry2yS4m7d8 { position:absolute;display:block;z-index:15049;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:12.8125rem;left:9.3125rem;display:block; }
#g39Gus3nw54UDVw9z8HOqhiWerTW469A { position:absolute;display:block;z-index:15054;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:1.5625rem;width:1.5625rem;top:18.125rem;left:10rem;overflow:hidden;display:block; }
#yFOhIgGFJIGKTKlIWTFIoT4NwAlqd7F2 { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QIJ20zN6ZcdbbtoRh2RdP5zv1F2hbAxR { position:absolute;display:block;z-index:15053;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:17.4375rem;left:9.3125rem;display:block; }
#Op0EeIlTLSPsaMT9EWWfpA44MUGBuT91 { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:23.1875rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TtNKKyhnBHQQ57TwawAt0iMCePbKPW7U { color:#6aa230;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:27.6875rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Geth4aUOlwiCLs3QQS1HlennFpSBHrsD { color:#6aa230;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:27.5625rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#iHkg3L9tlyRElMgrZsMV9S2HKEpUyz3q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:27.375rem;left:9.75rem; }
#yVR2bd6kQUITTSLgnSZG2nJgREBcqRDJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#WQN6Gv0D3RkW7UTyJnwagN0RMG1d3aiN { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:18.17578125rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7fT6xJIRc63ucZrHRehTMTJAa7BUMiG { position:absolute;display:block;z-index:15058;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:1.5625rem;width:1.5625rem;top:23rem;left:10rem;overflow:hidden;display:block; }
#SSl2n22w9dNMasSPD4lfv1HGC6QHFD5P { position:absolute;display:block;z-index:15057;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:22.3125rem;left:9.3125rem;display:block; }
#EDVzwlRo835ZTRw4pkl1GCuV6bI8TQPT { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:23rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#UTMJ9D3WewbsJHuKC7ppM15WCaSRslxB { color:#050b26;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:13.625rem;left:37rem; }
#kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:18.375rem;left:33.4375rem; }
#Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container { background-color: transparent; background-image: none; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container > .video-iframe-container { display: none; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row > .video-iframe-container { display: none; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .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); }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container { border-width: 0; border-radius: 0; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#EAeSc94ilBqIC936angMHmtdLvdZxC7J { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { background-color: transparent; background-image: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container > .video-iframe-container { display: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row > .video-iframe-container { display: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .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); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { border-width: 0; border-radius: 0; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#xGe5M5ZSwKDu0nftsytv1VD8v8JZCA64 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;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:26.25rem;width:0.0625rem;top:2.1875rem;left:10.9375rem;display:block; }
#Trrql9O8xgKRCUMtdZi2UrwGtdvRmuW8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#mu2pKPkZ24IFDJGy7TrSV01HuIKCvXZT { color:#050b26;display:block;width:43.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:2.1875rem;left:13.9375rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iFT7EIdiXluRscngCc9SGa9NTOCI0MlK { position:absolute;display:block;z-index:15061;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:1.3125rem;left:9.5rem;display:block; }
#IMy88fyKDacy2XbwJFgdHJapC9qUMTEa { position:absolute;display:block;z-index:15062;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:1.5625rem;width:1.5625rem;top:2rem;left:10.1875rem;overflow:hidden;display:block; }
#cm3afDJbwhzRrDibmQvIC3gHK7LJiivA { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zsfUyXpwLLTWKp2n4R64yRGpVPiTCQLH { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XH3HfhL9EM3Ey9SRh5W7UIprqDwIxFTK { position:absolute;display:block;z-index:15066;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:1.5625rem;width:1.5625rem;top:6.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#Z3SGX3prrXFHz7T4BzVwAnropq4LaUlW { position:absolute;display:block;z-index:15065;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:5.75rem;left:9.5rem;display:block; }
#wHLaiyiAboRESnkzFyrTIQkBpXpDIUvU { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:6.625rem;left:13.9375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XLT1SDDF64iCmLPOshBAE4NFarqLhBGD { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#tR0cawZ1KQvb5tSi3AI9a5lyZBt8sFaa { position:absolute;display:block;z-index:15070;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:1.5625rem;width:1.5625rem;top:10.875rem;left:10.1875rem;overflow:hidden;display:block; }
#aKeTOenxCnc4VbaDMl1xRqcT7dPRCSyy { position:absolute;display:block;z-index:15069;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:10.1875rem;left:9.5rem;display:block; }
#t0Uvz44LxRQeI3eTZXMIp0KJb69XGH2b { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:10.875rem;left:13.9375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLfcxT5qKcvbQCc5zbz4ZwcTvd40VV4G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.6875rem;left:9.9375rem; }
#gPHMuJpv6Ig0AnCbDpGgSUiepuKeFU15 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:14.1875rem;left:9.4375rem;display:block; }
#rzBMpZvF1dol9k6X9dNKXnAXnkLlGeNh { color:#6aa230;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:15rem;left:13.9375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bmL0R5Sa15PNE5vGxmDO7P5v2qMRDD6p { color:#6aa230;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fTnWIW9VikTl7WGXhpXPXpvigdGXpCpO { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QqpqcOJ3scibgMTmvIa5WiSSd81qczx5 { position:absolute;display:block;z-index:15074;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:1.5625rem;width:1.5625rem;top:19.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#ZxNP1xmTUkT6MFGdmXw10EOe7v0J6klQ { position:absolute;display:block;z-index:15073;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:18.375rem;left:9.5rem;display:block; }
#AqgTri3U5FAS9abGxGFCS4NDoCukTeG1 { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.125rem;left:13.9375rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ezCA61V0SaIbTopbDeomM18RMSNDnmTU { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#izgwgwtQVHkLNL68cd0WkJoSGgIdNZGG { position:absolute;display:block;z-index:15078;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:1.5625rem;width:1.5625rem;top:23.625rem;left:10.1875rem;overflow:hidden;display:block; }
#yDuKELkRKUoPBLTQg206gGCpTHNRI1fF { position:absolute;display:block;z-index:15077;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:22.9375rem;left:9.5rem;display:block; }
#U7CIeGdcmTJawnTEFwXkdmsyilV2JWac { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:23.6875rem;left:13.9375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IyceOEpida1TwtkPEPNxa8CfaygRHbno { position:absolute;display:block;z-index:15050;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:1.8125rem;width:1.8125rem;top:28.875rem;left:10.375rem;overflow:hidden;display:block; }
#f1QNLcBbOiffhNcnhzQDpvHRv6H1cJK1 { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.375rem;left:9.8125rem;display:block; }
#rpiGRSR71c3GJrmzh24qkOtq4PwZosUf { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ucrPTMpKpWQQsqoM5PukyDaDD35LbkLd { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:28.875rem;left:14rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPOIslLpK9NEc5nadDImfhxA2npxHePB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:3.859375rem;left:21.3134765625rem; }
#fPOIslLpK9NEc5nadDImfhxA2npxHePB > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:6.78125rem;left:54.9384765625rem; }
#b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:11.15625rem;left:53.4384765625rem; }
#bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:20.6875rem;left:50.0634765625rem; }
#TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:23.875rem;left:52.439453125rem; }
#efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container { background-color: transparent; background-image: none; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container > .video-iframe-container { display: none; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row > .video-iframe-container { display: none; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .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); }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container { border-width: 0; border-radius: 0; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#xNZt0kr12ZbaNmfg45BqzC2geTWcKh8U { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container { background-color: transparent; background-image: none; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container > .video-iframe-container { display: none; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row > .video-iframe-container { display: none; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .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); }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container { border-width: 0; border-radius: 0; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container { font-size:0.875rem;font-family:"open sans";height:10.0625rem;width:60rem;position:relative;display:block; }#paE6ZMOTrTqw1TrAcFlg73LBZQO80gHk { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.685546875rem;left:20.15625rem;display:block; }
#ooLuv6cW7LXovIeNBViD6aqAquXWAA2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container { background-color: transparent; background-image: none; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container > .video-iframe-container { display: none; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row > .video-iframe-container { display: none; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .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); }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container { border-width: 0; border-radius: 0; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#sB7Flis73MyewcPLM6kirkqNblNoUThS { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#BLQTVTdQfHcHW3Mpzlvb3f41oKU4oIT8 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container { background-color: transparent; background-image: none; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container > .video-iframe-container { display: none; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row > .video-iframe-container { display: none; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .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); }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container { border-width: 0; border-radius: 0; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#PuSNI0JqKATL8VstRBOiPPNJnIi6QQeQ { 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:5.8125rem;width:14.375rem;top:2.75rem;left:3.75rem;overflow:hidden;display:block; }
#wIqdsTMGoNiTJuya9Hc51G5ATZzkTVk4 { 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:5.8125rem;width:10.125rem;top:2.75rem;left:24.9375rem;overflow:hidden;display:block; }
#cS6xvRrgl5tQ1MercL12Iml0iQZm9ITA { 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:1.5625rem;width:16.125rem;top:4.875rem;left:40.875rem;overflow:hidden;display:block; }
#fw36BCG4fNPTSZ1o1RLQb8rxkTdThxhN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.125rem;top:4.549560546875rem;left:5.3125rem;overflow:hidden;display:none; }
#dzpSRU6GzTe964OvxMAP6qTmmWBu7n7v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:6.186525rem;top:6.436767578125rem;left:28.18603515625rem;overflow:hidden;display:none; }
#KQy1t7D6t736rzsXZwnxp3pCa5cDqBPA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:7.6245rem;top:5.841064453125rem;left:46.68701171875rem;overflow:hidden;display:none; }
#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container { background-color: transparent; background-image: none; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container > .video-iframe-container { display: none; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row > .video-iframe-container { display: none; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .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); }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container { border-width: 0; border-radius: 0; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#mn9WFMuTradeoZPLmRsh6K52rDpHT0dK { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#l5Qv74a2qmekpDpuuphcVxkgnguF3pfi { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container { background-color: transparent; background-image: none; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container > .video-iframe-container { display: none; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row > .video-iframe-container { display: none; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .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); }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container { border-width: 0; border-radius: 0; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#RkfZyDzWMzLySGTpkKJ1aX5EmQHqpV5X { 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:4.1875rem;width:10.8125rem;top:3.625rem;left:6.375rem;overflow:hidden;display:block; }
#CVSQOa5Xm9O8LSQkurxcqo1KWDsqikXR { 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:4.125rem;width:12.875rem;top:3.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#VCymlesonc9kG3Iq6N5o9RzPRq1CIfTd { 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:5.3125rem;width:13.562rem;top:3.0615234375rem;left:41.4990234375rem;overflow:hidden;display:block; }
#i7kcUnhlCaqDyIzRU8zesWTAGaWBOgA8 { 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:3.62426875rem;width:13.75rem;top:12.374267578125rem;left:23.6865234375rem;overflow:hidden;display:block; }
#pIrG99wmOc7qTrykm4mUpJ98dur5PQox { 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:5.4375rem;width:12.4375rem;top:11.530273828125rem;left:42.52123077818rem;overflow:hidden;display:block; }
#eHNRTPHNuDm86cnhPogyQA12lT69yTsy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11.8115rem;top:13.57666015625rem;left:5.872802734375rem;overflow:hidden;display:block; }
#w3uasQ4ffqi4JACDpZTZSoGtuCSJTu0A { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:9.375rem;top:28rem;left:17.6875rem;overflow:hidden;display:block; }
#drscxsuQiyP4uWIXJVQWLXIPBATFKACp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.0625rem;top:19.96875rem;left:25.5302734375rem;overflow:hidden;display:block; }
#mnUTXgqbisGIcUF3AWwm4SoWRL0yrCFk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.124025rem;width:10.7480625rem;top:28.3125rem;left:31.625rem;overflow:hidden;display:block; }
#V1PsTF9u1wbHi9werFSu1LxI6yc1ydT0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.1875rem;top:18.75rem;left:6.375rem;overflow:hidden;display:block; }
#ItW7dh9naWndsdBsbNMwO0iK0CFlke5z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.0625rem;top:21.21875rem;left:43.7080078125rem;overflow:hidden;display:block; }
#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container { background-color: transparent; background-image: none; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container > .video-iframe-container { display: none; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row > .video-iframe-container { display: none; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .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); }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container { border-width: 0; border-radius: 0; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#TcuT9P9VBMf9vwVLBPpsEF92Jw3ovhmK { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Idzh0I0idG3EAmxZvGU9VCoXsZVKQiNl { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container { background-color: transparent; background-image: none; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container > .video-iframe-container { display: none; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row > .video-iframe-container { display: none; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .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); }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container { border-width: 0; border-radius: 0; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#Rw7EhL0zTMMRl8vqAseTJTHeRtIL2HlU { 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:3.875rem;width:10rem;top:1.875rem;left:23.875rem;overflow:hidden;display:block; }
#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container { background-color: transparent; background-image: none; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container > .video-iframe-container { display: none; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row > .video-iframe-container { display: none; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .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); }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container { border-width: 0; border-radius: 0; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#moZdDrQgdBhcUESsDR9rtGh0VL84y3R1 { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Qgipv7vgmtRAAaKX5xywvdF7aa0bTa15 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container { background-color: transparent; background-image: none; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container > .video-iframe-container { display: none; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row > .video-iframe-container { display: none; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .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); }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container { border-width: 0; border-radius: 0; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#py1wudA5UrQ6Ll2DIiw5OfP65dXnVG6o { 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:4.8125rem;width:9.9375rem;top:3.624267578125rem;left:6.37451171875rem;overflow:hidden;display:block; }
#QpZmgkh7Rf0qRBK3VQgEhh0gb7EcAaF7 { 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:3.3125rem;width:12.8125rem;top:4.373779296875rem;left:23.59375rem;overflow:hidden;display:block; }
#d2RT5lMTFsv5F5Htq32mxk5T4QVFc74u { 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:5.9375rem;width:14.8125rem;top:3.0615234375rem;left:41.4990234375rem;overflow:hidden;display:block; }
#DgiNz6o3SVqxCpKdKSzfRW2upmHW0cT2 { 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:9.4360625rem;width:16.6235625rem;top:18.870849609375rem;left:39.76318359375rem;overflow:hidden;display:block; }
#BV8eenrHgTJytNK0ydW9WJH3S1aIU3Ok { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:12.68675rem;top:12.357421875rem;left:6.37451171875rem;overflow:hidden;display:block; }
#sib8URBy4nauqni4lwiyhTn1WOzQRwMz { 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:7.6875rem;width:18.375rem;top:11.185791015625rem;left:39.82568359375rem;overflow:hidden;display:block; }
#D7vFMla4pU0ATGVJRJbEl2RFocTUOuQP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.4375rem;top:11.544189453125rem;left:24.1552734375rem;overflow:hidden;display:block; }
#R3vS55LAHhzkWauC7gFdk6xf9ofKTxDG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:13.75rem;top:21.873291015625rem;left:23.65625rem;overflow:hidden;display:block; }
#cN4RTmRm6xvHSPVsQyR7bXFt3WTsROX2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06225625rem;width:12.312rem;top:21.373291015625rem;left:6.37451171875rem;overflow:hidden;display:block; }
#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container { background-color: transparent; background-image: none; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container > .video-iframe-container { display: none; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row > .video-iframe-container { display: none; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .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); }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container { border-width: 0; border-radius: 0; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#cL2cC1usd6Uz7vfI8XU1VhDViVWbDLKA { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#AGgUDvb4zuxgD3doQyquL5gklKmS3hGT { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container { background-color: transparent; background-image: none; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container > .video-iframe-container { display: none; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row > .video-iframe-container { display: none; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .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); }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container { border-width: 0; border-radius: 0; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#naXrzkGGHNTal0igFbTD1eTxWVqiKOBO { 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:5.9375rem;width:20.25rem;top:0rem;left:30.3125rem;overflow:hidden;display:block; }
#s5TpPMzL6v7LI593250QVB2kQAL2d373 { 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:4rem;width:11.1875rem;top:0.625rem;left:12.25rem;overflow:hidden;display:block; }
#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 > .row .container { border-width: 0; border-radius: 0; }#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#shlG6tdQDyOfT6477PKrzzhH9fmHzksP { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK > .row .container { border-width: 0; border-radius: 0; }#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:none; }#w4kz1DJHkruRNCQn2pPwwG2bN1HzDQiM { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#mEik8JJQo51HgKXSw1N7deyK2b6NzwJw { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:0.9755859375rem;left:11.25rem;display:block; }
#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe > .row .container { border-width: 0; border-radius: 0; }#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:none; }#pUhDthmzqcJt8XgHFGk8udThLcu10Elw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:1.875rem;left:24.46875rem;overflow:hidden;display:block; }
#PpeF7pzeSvAwbFEHPCcxC7TPmGxJuiu8 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:19.9375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n > .row .container { border-width: 0; border-radius: 0; }#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:none; }#JwPih6iLZbUxKXTkutB9XacQSquPcBbc { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#AtcKuhoVKUpo4kDVFnVrvgGaGriA7NFF { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:2.75rem;left:11.25rem;display:block; }
#Axdddq8Dm9wSelNKBn161S2zJrT075VU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Axdddq8Dm9wSelNKBn161S2zJrT075VU > .row .container { border-width: 0; border-radius: 0; }#Axdddq8Dm9wSelNKBn161S2zJrT075VU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Axdddq8Dm9wSelNKBn161S2zJrT075VU > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#OQyg4ywU0zmbCLQOox6Tb2MUgNZQw292 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#AB5eyk1P1gVI7PPN9O7TCETcM6AXDr2r { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#QzHp4kovuanq2gaiFGyyxblFGVBTn3LC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrqPZSxHKaZJL4mxAWwKuSV4WgBaQr7T { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBq52wy7beVRZnHmFIeq45Juh5SpMbuc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AgZS8TK1tKt8xiyzo1OBlRWxmvlENWne { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#tCvaBlTXpWfS9rb2aefBfvwADWh5CO5D { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#y30QxFyKbW2vtT7cScTxrFH7NoNGAoTB { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.91015625rem;left:42.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HrembZOhVERlnuo9aPGNt5xTI1eHtmq3 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VBntZE1ub90RTR2hvAeTi5zGLuL65Cs5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dQ5u1Zwh931fRId5CJ9BrxwizITIw8qW { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WGD30rCI8CKZWfW8fkJ2TJFpMl07u88F { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cQTHpnd3szXGEJXR7HqXmw1cZPhu5dEZ { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#UAD5MfA9XlJTPxOC4FQ1HSRO3tQUcXSI { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gq3o4iu51pUEs1BpllFK5czcHlIhhq7f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 > .row .container { border-width: 0; border-radius: 0; }#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#WbDmxSbLdMWBsMury1LTcAJOwlAStEZo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:2.375rem;left:4.0625rem;overflow:hidden;display:block; }
#CsZAblAMNfI1WXDB0dkxRBH1xPJhCydL { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9n5uRVylaG6WEqN0A4TfcRTR5OdTNGW { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GuKOgvzoomfG51ahmBlUviHxbceXnm0w { position:absolute;display:block;z-index:15017;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.4375rem;display:block; }
#OqEyX9IUuL8SLac19bXTpsvpKU5b7ZPs { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cmGXAhsvCkn7fefqKVQ4wDMf12EsmfyB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.375rem;left:24.9375rem;overflow:hidden;display:block; }
#bIv73uua42t006BvIN9pcehbDJ8btUJT { color:#000000;display:block;width:19.9995rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:19.9375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2qx0vx9dy00ddSSJGAqFrMIWnfB9a2U { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.875rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvaQ7iE5SnuIc4bBsy41xBKJ67kbia0W { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#c0kHb6MsBOns7nMq97VZloE2qTQET0yy { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:3.1245125rem;top:18.5625rem;left:28.375rem;display:block; }
#p7u9JvW3UyxTtgcT4Tob8rhiKXfATVsP { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:19.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sabpmQk465vylXTbybgg9oTn5RZWuTT1 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hhGSRRvhT86Qbim58PoFusbrEeAftDM4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:21.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#faTa94IuuMqf7cnk6Rf3eqPSHpz00hWi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.375rem;left:44.4375rem;overflow:hidden;display:block; }
#PTc2zdmOPsRiVoG7OAMOz2CTBf5DSuSt { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:3.1245125rem;top:18.5625rem;left:48.375rem;display:block; }
#q6xTELB1II3EUN1VFq60vqsfppDslbgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q6xTELB1II3EUN1VFq60vqsfppDslbgq > .row .container { border-width: 0; border-radius: 0; }#q6xTELB1II3EUN1VFq60vqsfppDslbgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6xTELB1II3EUN1VFq60vqsfppDslbgq > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:none; }#MnbU1wc1fN1UfGvvTT31toT4nabMoWza { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.25rem;left:24.4375rem;overflow:hidden;display:block; }
#yLLGiXfZCo7kr2QLBnmL0uFXBv4fm5iZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.25rem;left:44rem;overflow:hidden;display:block; }
#mtII6dPUvZq2wRITGB8dgLgISdbrMwkb { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqFnHD3dNqcG0FsSKrm3nwtZwoJy1mTb { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:19.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuonqM2n9p8Qh6nMKARX2u2PnEegCsd1 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#K6qPBiZkA9Kwvb7PpAgJldmlbswuaCzF { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:42.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#DSGQg4A5OavdGB4KD80OgtqbJtn38xAU { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.4375rem;left:28.375rem;display:block; }
#q4WJ3hOnT1W2qDQr21skRxLQJCfrrT1X { position:absolute;display:block;z-index:15017;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.4375rem;left:48.375rem;display:block; }
#OKDk1DBtXs8c9n0RPpUcVfyULH3ybQTS { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EhfBJRuvmmWhNTn4rVL3tDUgztKty6Ro { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:42.03076171875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wgnN7dw5wOpdfD0TRlsxhTIr7N5D73fr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.25rem;left:5rem;overflow:hidden;display:block; }
#zbQntl0Rr0mW660vpSDgmNHuEvw2NCUS { color:#000000;display:block;width:19.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jwt6QCTFL4avhcP5TOWhH09H9J1XgRp4 { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.124025rem;top:18.4375rem;left:8.4375rem;display:block; }
#AxGUQn2UArO4dT8KJOOgMyTKILWrX5ZP { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TyaO06flOAzBk0NX6F125VhmiyfpdtBa { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.875rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT > .row .container { border-width: 0; border-radius: 0; }#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#hIEilxeKSP0y3No5wvPFwSsUTTS6d4eO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.4375rem;left:24.0625rem;overflow:hidden;display:block; }
#BSyFNFSTToAGgb4X7MOPwpUeU9k3B192 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDWKUR9Dq6DZ45GxsVyVEqlOmbcHergo { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#maPGRl9x7QJTpxmGO4dGX6TFvx4JmdkL { position:absolute;display:block;z-index:15017;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:28.4375rem;display:block; }
#qbSsegowf2VQSBUNRf2wkfKTClBlgwsK { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Fnuy02VE90bf3U8uW11rLroMmRzng2ps { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#qHTnI9c6IQ2EW56uBIvwDaVvL3rs269D { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNk27H7n7OBCZ2fClBhTcTzzPrrNRamd { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uXhxm6VtKUCBAxH3TBLG6rXCt9Zwhq6o { position:absolute;display:block;z-index:15022;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:48.4375rem;display:block; }
#RMz4DT0FcFCIxC2pIa8r7kZqphF73TJ4 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VAN6Q4siaonBOzPhgMZhLXh5n8iVvwGK { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:3.25rem;left:4.5625rem;overflow:hidden;display:block; }
#m7IxQMpTWD6MrRbyhpFhZ7LzeWlkHF3Z { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oduTmfi7gLZz50sVCthHRnrK3Esy4hcT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HALqLTN0u4MXFIo6Gf19KCyTZV81ZMKr { position:absolute;display:block;z-index:15027;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:8.4375rem;display:block; }
#Rz3hIBcMMD8rFiV8lvFW3bS8u1MdayHd { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf > .row .container { border-width: 0; border-radius: 0; }#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#TcLVXThKLe21zZGzfdFiO9K4wdD31oky { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.4375rem;left:45rem;overflow:hidden;display:block; }
#AwD6qiv28tQa66tT918Vp7Shd37TFBxb { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TezC18L77BfQQE8N7gHm7BpFUFgOW00F { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:48.4375rem;display:block; }
#Fw566TQdv324boxLfCGdnnAnuEtbFBXz { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#H3UfrSn2pC1AqF0RR2GC1xSQ8Bg1ouhH { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r3acWLR8KrGImUZnDvi1aontw05tnXm5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#Sh7LKhiWuxsMpWqONOkKDNSXFDKAN4JD { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyCkeEIVeR7UDTPvphr3u99PoTLd5pzK { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:8.5rem;display:block; }
#INEuyaL1MKL6liPGBqhxIIfJlTBduLDF { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JICVIkzsigkdOQgCPfo2R48iLgkNgDbf { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sS7uO0QU5Oo6gikx3DvgCuFcTowNTDez { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#ITyvbipA6dHrJPVzCkOPVipDTXKLGy5a { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGECbRoAFA8hIlv6vFkBIUkFK96xQWeK { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:28.4375rem;display:block; }
#w76l3svm8myDMd95Qd8OC2KJXhVeIwCT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#f0TFxA7zqIhocaeI4N3ELZmTD9ZiTWhH { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa > .row .container { border-width: 0; border-radius: 0; }#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:none; }#MvtrANNzwv97TQJ0m17udqEhbwDenn69 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#br2X8nL81nHEnEE3qd6nOi07ZT6RNufU { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bwXk1gQtBDqFZDND86JBdc3DTFidqO0b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.4375rem;left:44.375rem;overflow:hidden;display:block; }
#e6bBflKh0dSEdNLi4foKq4aiz8RdLq4x { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZVGcaMHTyGv383wWO6beqrS4zaXuZMiR { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:48.375rem;display:block; }
#g9GutT2lqQ5eRAMPIzW7IDr0LpSwCzBc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.4375rem;left:5rem;overflow:hidden;display:block; }
#lVMw1MEXDCAST2gNvOk1ELFKSRRSRZoQ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRdsWVLecXzs4xrREf429KxVX7TIovXV { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pv2EIznp62ga8Au35dQh0OIfshrqqmEu { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.625rem;left:8.4375rem;display:block; }
#STSpIARXDAdpPp8TAeoIZluX1TqfUGMd { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NNh9H9WlT82Ziaiga6GX0Sm9cphV570H { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DzcJ5dcAaJlluAXBzozpJ4uHuJVrK9bX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.499rem;width:10.8730625rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#nRvWF0umJbWGMKxvVF3TmSvElPVBJHAG { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#boiVHaNzk62iD53CRmWeQcBJyD2IFpzp { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#XcDGwvARzzXkgMFGzyeLe8ih19vLXSR7 { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:18.625rem;left:28.4375rem;display:block; }
#Gnd1hylWFfHzZrwNmithENahKaEFBT0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gnd1hylWFfHzZrwNmithENahKaEFBT0I > .row .container { border-width: 0; border-radius: 0; }#Gnd1hylWFfHzZrwNmithENahKaEFBT0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gnd1hylWFfHzZrwNmithENahKaEFBT0I > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#mu6sgV07xaOWiUcaOuKQ0f2hN4PJUn0K { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:1.875rem;left:24.5625rem;overflow:hidden;display:block; }
#kK2vZDT4SNTsNmy6QZLQryyuG6udQfbZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#A9E9UW48CfcZbN8BTmeu3Tin15O5Uz9C { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.375rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9DrBT9NAhHuR5XJEMHhAuhk3p4GL0Tz { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fO3DTWDIEwDT8QOzDpIktfCJySvk1zqm { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:20.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#k8VUSvJuJyIQ0d0lchULXhxnWPp9BQJz { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.625rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VueDmp3fOr8qUTZQ555LKa1k8Wsvyp6u { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.0625rem;left:28.5rem;display:block; }
#GZhuBNvkPM8miPWUsZDzVdLSd13331Xg { position:absolute;display:block;z-index:15017;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:17.875rem;left:48.4375rem;display:block; }
#hcTQNOGOPQ5X6eTNK5AZOp001n7xD9se { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:22.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a91sVTeOQBeli8Tu0BSXR3E1TJ1cWsUd { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.11083984375rem;left:42.03076171875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QKKmCsWCkE6IO3TP8n4UFCPKhTuhTUgp { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kr4poEQqoc3edXwC5J1kHJ6WNZgS7o2z { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ePRE8aoAOL2zilwPg0oRpP8Tky1kgVgM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.875rem;left:4.5rem;overflow:hidden;display:block; }
#JL2VXFhB8tsUxNBhRSCpl196NTXx23Dy { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:2.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nydeRxgIzATTUhU6eLPN4A346koBsm5e { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.0625rem;left:8.5rem;display:block; }
#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO > .row .container { border-width: 0; border-radius: 0; }#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#Q25p8HawIR3WgS8qxqMM612THgQs4J3X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.499rem;width:10.8730625rem;top:2.375rem;left:24.5rem;overflow:hidden;display:block; }
#aWT8I2PR9W7hiGJi8wm5Dx1VRtUdqOmu { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:19.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWtcvxPGSMqTsVbCmsEW8N1uCh5yyTVb { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iwiVtpMPdeCEZAi5oIDI2l9AGEE4xWlF { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TtpKqX7ElMJJwyz7mbyu1dgLSqMzwKIx { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#WF2Xv0X6KJZabmTkDkuUD1Q5Z1ZJ5yLG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.4375rem;left:44.5rem;overflow:hidden;display:block; }
#k2BV8TDwlepOsOqVBxTgv8pptTUy7TNR { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGTXRUSBzmXKeQqgALDWcur4u2Vl1PwO { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lhEuhBZVyCICTItChyKJ6seSLJEm0Lo9 { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:18.625rem;left:48.4375rem;display:block; }
#mTiwp6enqBaU9hXSqffA2TrsSK3KEpfx { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MGqrVCzFeTRF6CNUInZn7MKSwA2wyDv1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#uZ058z2fIL30CUAGwWdGQMhmFTZ1Sl4M { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmSTtXDRMcga7OUSkGR2mgeZtmrtGbqG { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JbpQz3uGhP6QyZFkldadMzL2Q7FJ2Tn5 { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.125rem;top:18.625rem;left:8.5rem;display:block; }
#u3f0QXutFvOpSyGNyglH91gIQErQ5OHF { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21rem;left:2.0302734375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP > .row .container { border-width: 0; border-radius: 0; }#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:none; }#QNpz440Wqyt71CQrreqKRMbJlcvVzP65 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.875rem;left:24.125rem;overflow:hidden;display:block; }
#KcQNEqQT0toU4XAGP0AnZPZ5tU7WizgS { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.875rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J04emcXH78RIT0XUT7SZ0XEA3PizKpED { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5xgJR1Tf904siRkLGEXZ50c5kvzMOt1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.1875rem;left:45rem;overflow:hidden;display:block; }
#esduJWihLFCxzGQfyAwuThNyto0PpC9i { position:absolute;display:block;z-index:15017;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.0625rem;left:28.5rem;display:block; }
#ace4NSIzpZsLtBkZqr9u2RTwciBrT73r { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rqPQmOTzKu5fceFfXN1871pbncSzdTQB { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VqtvZiG1tG7UFLuxTZ6MiFhP2lLplaIM { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:17.375rem;left:48.4375rem;display:block; }
#bDcXL6lSSImocmoTGT534f99O9CJLPd2 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.14794921875rem;left:42.03076171875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Vg33ZnNs4UBhloBfrCGsHTUEaZSq0eCX { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5rem;left:22.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tDuo5hUDzoJkrWVaN6x2pf3D7Ln7VFh4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.4375rem;width:10.8125rem;top:2.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#aLkcuUGAt5wxMMc10tU2BCe8MpFlmKyT { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxKxkxSE16RIUyTcXNiv9c3qSSPhJ7df { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gRHpUO1MUZJkt4hFgd4607ZyIRLPbsmS { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qm3g6TPO8V8ernKcrREOTelD5DdKBoFu { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.375rem;left:8.5rem;display:block; }
#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W > .row .container { border-width: 0; border-radius: 0; }#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:none; }#gJXo9ElPzLcwrqtumP2pQaBKltIX8FZJ { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:39.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGAT4zkSfb3b0coWPH7o6VnST6OfLHHx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#l18fzflNKJhlE8PknKxeFdMWzKH88m63 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KtZozfoUKEr03LIc6nECVN7087HMpHk4 { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.375rem;left:48.375rem;display:block; }
#glzWwDLe0MEC5cdq6gn9wOzWgt1VCztw { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.0625rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#eeE59T90XTle6Vqrs0EXS5KZLTN5ZtfI { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:19.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D84K0RqcAosG3E5QBqzc7dgvk6NrFvAK { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:19.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wZGgzG8p6LqWymvr2RgZvoWrWh0TQaJ5 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#snmKzvxySAiLkX4cp5PEe9dITpMWTrxV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.1875rem;left:24.4375rem;overflow:hidden;display:block; }
#nrvWVqg5PL6c2phmR0V9ahXZ3sNmhpqv { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:20.4375rem;left:28.3125rem;display:block; }
#AgsoLUknysk7yz3eIOcGxQR4lBJatRkF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:2.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#TZvP9mFwkcOl8OkyZAMNC0yQHWTc8vW5 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPDgiV9C9UA8DGgbqiEKNDgn2QqCt2qa { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#s82eFxMbnSuTxOGJV4xTq19pHK4XCfP8 { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.375rem;left:8.5rem;display:block; }
#vDM0RpTpyMvIkGdIVSxVykFc4vvqfBnP { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 > .row .container { border-width: 0; border-radius: 0; }#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#TiF8QE5eUW1TsHle1hxtnkXdxJBE9ovM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.375rem;left:24.5625rem;overflow:hidden;display:block; }
#AEg86ZU4iZC4i8uGEbrB8SfTPKouFvOC { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8L2i6QHRwBLOpr6zTU5p12e0SlN7TTd { position:absolute;display:block;z-index:15021;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:17.8125rem;left:28.375rem;display:block; }
#iiaO44FBUJ9sacR4PLT2SuWEqeop5TT9 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5625rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LXAy2V0lEXxXiBgNlWwMUg4gMTLyfTEl { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#A9kCsHg7BXemuSBaSGSTdSFhW4k2hx5C { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alJRTBcu2viJ7kcXIdLSM4ZL4kEuz9iv { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mtO6aQex2wrPa0A9UTg2wQhk1buy1L3Z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.875rem;top:1.5625rem;left:4.5625rem;overflow:hidden;display:block; }
#cDTTk2gSX6lw2FIA0dhaz2x7ZGe8UyuV { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:2.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#E2txvSGRXgptncgJAgiPtFNZnccTFSuM { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:20.5625rem;left:8.375rem;display:block; }
#dmGrkpFPM16nbZZwapvglWbVE6TWORVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { border-width: 0; border-radius: 0; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.6875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:4.125rem;left:11.25rem;display:block; }
#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { border-width: 0; border-radius: 0; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { font-size:0.875rem;font-family:"open sans";height:29rem;width:60rem;position:relative;display:none; }#KZf2h6n780VPelgEVlVtJShodH3W7nLf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:39.999rem;top:3.873046875rem;left:9.9990234375rem;display:block; }
#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { border-width: 0; border-radius: 0; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { background-color:#1b60ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.43725625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.780517578125rem;left:20.15625rem;display:block; }
#AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb > .row .container { border-width: 0; border-radius: 0; }#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#yqNk4SEOULQArtZngJ4rOx97moQ4Qw7w { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#LNVQmomCqcDbdir5vbob2ht3otOvNOlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LNVQmomCqcDbdir5vbob2ht3otOvNOlw > .row .container { border-width: 0; border-radius: 0; }#LNVQmomCqcDbdir5vbob2ht3otOvNOlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNVQmomCqcDbdir5vbob2ht3otOvNOlw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#CGuekmR8il7RyDT9liGfGhz0WAuaLdrN { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { border-width: 0; border-radius: 0; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { font-size:0.875rem;font-family:"open sans";height:6.9375rem;width:60rem;position:relative;display:none; }#xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.8125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { border-width: 0; border-radius: 0; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { background-color:#1b60ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.43725625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.780517578125rem;left:20.15625rem;display:block; }
#EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 > .row .container { border-width: 0; border-radius: 0; }#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#RBaVWf4eLys8uPBqW3oPinNqyckeTzTC { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { border-width: 0; border-radius: 0; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { font-size:0.875rem;font-family:"open sans";height:30.4375rem;width:60rem;position:relative;display:none; }#lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9375rem;left:0rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { background-color:#8a98a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.3125rem;left:8.5625rem;display:block; }
#aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { background-color:#8a98a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.3125rem;left:31.8125rem;display:block; }
#T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.1875rem;left:0rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.625rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { border-width: 0; border-radius: 0; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:none; }#u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#x590c274225d2e9496cad0c2a8dde651 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);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; }#x590c274225d2e9496cad0c2a8dde651.adaptive-delivery-prevent-bg, #x590c274225d2e9496cad0c2a8dde651.lazyload, #x590c274225d2e9496cad0c2a8dde651.lazyloading { background-image: none; }#x590c274225d2e9496cad0c2a8dde651 > .row .container { background-color: transparent; background-image: none; }#x590c274225d2e9496cad0c2a8dde651::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x590c274225d2e9496cad0c2a8dde651 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x590c274225d2e9496cad0c2a8dde651 > .row .container > .video-iframe-container { display: none; }#x590c274225d2e9496cad0c2a8dde651 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x590c274225d2e9496cad0c2a8dde651 > .row > .video-iframe-container { display: none; }#x590c274225d2e9496cad0c2a8dde651 > .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); }#x590c274225d2e9496cad0c2a8dde651 > .row .container { border-width: 0; border-radius: 0; }#x590c274225d2e9496cad0c2a8dde651 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x590c274225d2e9496cad0c2a8dde651 > .row .container { font-size:0.875rem;font-family:"open sans";height:23.625rem;width:60rem;overflow:visible;position:relative;display:block; }#b1a49b93136dd97816fdfbc0ce407c6b { 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:5rem;width:17.125rem;top:3.375rem;left:21.4375rem;overflow:hidden;display:block; }
#e1335226369ae16ee7245d0477e4a0f4 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#b2e1f71b47a0932c19448b74bd429ad3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1721;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { background-color: transparent; background-image: none; }#b2e1f71b47a0932c19448b74bd429ad3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container > .video-iframe-container { display: none; }#b2e1f71b47a0932c19448b74bd429ad3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row > .video-iframe-container { display: none; }#b2e1f71b47a0932c19448b74bd429ad3 > .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); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { border-width: 0; border-radius: 0; }#b2e1f71b47a0932c19448b74bd429ad3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#dec85de977059cc5b0d77774703408ee { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.802734375rem;left:19.375rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#o0096cb8793dfb9ae57f98c4cbf49f02 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:28.1875rem;left:29rem;display:block; }
#e89c237a697273ec35f4d5cef45a7dc6 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.8076171875rem;left:18.46875rem;height:11.197275rem;text-align:center;text-align-last:center;display:block; }
#oc677ede20fd3df2b378bef9213cc7cf { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:33.75rem;left:14.75rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J6APrc8Kzr7Dn41x9vVk79SfPm3m006x { display:block; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDT0qT34J9zFnrktT4bueZOO0Vp4rWX { top:0.4375rem;left:45.6875rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { width:46.25rem;height:;top:1.375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7sMSEViK2arCzw1Z9FQVxTcp1gTLid { width:14.1875rem;height:3.4375rem;top:15.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS3IVuJ2Plx9JRKUeZgXEVyEaDsokPyX { display:block; }
 }@media only screen and (max-width: 763px) { #Fpxz08wfFx45nWZ8VHwhHu9hlx0Bgb4I { width:14.1875rem;height:3.4375rem;top:15.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX4y0vH2UmA5RyUkqqrRuyI2TvUO3WN2 { display:block; }
 }@media only screen and (max-width: 763px) { #CVEcRfrxJWOMq0mLObAihWGyC7yVeW9V { width:9.25rem;height:;top:19.625rem;left:10.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyT3zKcWGIoAfWSVZALNT7pd02TntKIy { display:block; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dO7KpU7FdpTxtDQIZKcCPeL22WPBdZ02 { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAFfpKU9CwOQfX02vO31W0HtCt9PTBox { display:block; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrzB89RAk32tsU7fACM1BcFBxRI3ZbNe { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoVSCTS3T0oulQ6zuESOCmQNEreqWJGP { top:9.5625rem;left:3.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmtsZT28M3DhRMd7PvlUCkhrMz2oxg0E { top:10.0625rem;left:3.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLhBalEtc3Xy3BsHTrO1au4KL6nZ0Et { top:9.4375rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqW0IHLhc4MNA16TVqVTNC5ugDrIFioc { top:10.0625rem;left:28.6875rem;width:19.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1tin8qKx9v25C5OvT403Mr7wF3GTOu { top:9.75rem;left:16.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTTbzxmm5hd9XZA2nGp8gTZCyTgwGLx { top:10.0625rem;left:15.0625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbJSRphhTiGEM134hordeczVZfst8O8 { width:37.5rem;height:0;top:3.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJz9POneEcNRxyFo6ClC0zksO0USH1F0 { display:block; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H09hf0ArUKhf3VPraRqMWGFIJNrTptsi { width:0.0625rem;height:26.25rem;top:3.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAiRL7BI502iVwE4PUheTIVb3NBfTz2X { width:6.625rem;height:1.625rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5PnkXTILW3UEMpa9Vmxg8Tf5hvQpsU { width:3rem;height:3rem;top:2.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSPEmQVlusbhfNw11Kv5Vh5c45VE231x { width:21.3125rem;height:1.4375rem;top:3.25rem;left:7.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gneWgcCBBqP7E79JfEl7GBycJq7NrL6g { width:3rem;height:3rem;top:26.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skre9W8dABsl9BoODmIL06rDRzuNGesn { top:3.0625rem;left:3.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrU0f6aFdUtmIOmRaPzTJVdTikcvWpJ { width:1.5625rem;height:1.5625rem;top:8.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5y8FZnKXqGmM1f4zBVDp8ByfzASt21F { width:3rem;height:3rem;top:8.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1rpaJTQeHfz4sSzbN52ZZ0t7umUtr1 { width:21.75rem;height:1.4375rem;top:8.9375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVcGnXCEByoy1rqzCJgVHwLb79UWu2iL { width:6.625rem;height:1.625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdCUibWi6BG4hCAKCuXxHUTJOd6EgHAX { width:1.5625rem;height:1.5625rem;top:13.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqteiLXXlThJfGNKyQtIVAfVsSGoJZI { width:6.625rem;height:1.625rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZRFQ0rA61zDbRTEJw9myNry2yS4m7d8 { width:3rem;height:3rem;top:12.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g39Gus3nw54UDVw9z8HOqhiWerTW469A { width:1.5625rem;height:1.5625rem;top:18.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFOhIgGFJIGKTKlIWTFIoT4NwAlqd7F2 { width:6.875rem;height:1.625rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIJ20zN6ZcdbbtoRh2RdP5zv1F2hbAxR { width:3rem;height:3rem;top:17.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op0EeIlTLSPsaMT9EWWfpA44MUGBuT91 { width:21.6875rem;height:1.4375rem;top:23.125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNKKyhnBHQQ57TwawAt0iMCePbKPW7U { width:21.75rem;height:1.4375rem;top:27.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geth4aUOlwiCLs3QQS1HlennFpSBHrsD { width:6.875rem;height:1.625rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHkg3L9tlyRElMgrZsMV9S2HKEpUyz3q { top:27.375rem;left:3.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVR2bd6kQUITTSLgnSZG2nJgREBcqRDJ { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQN6Gv0D3RkW7UTyJnwagN0RMG1d3aiN { width:21.75rem;height:1.4375rem;top:18.125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7fT6xJIRc63ucZrHRehTMTJAa7BUMiG { width:1.5625rem;height:1.5625rem;top:23rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSl2n22w9dNMasSPD4lfv1HGC6QHFD5P { width:3rem;height:3rem;top:22.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDVzwlRo835ZTRw4pkl1GCuV6bI8TQPT { width:6.875rem;height:1.625rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMJ9D3WewbsJHuKC7ppM15WCaSRslxB { width:27.375rem;height:1.4375rem;top:13.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc { top:13.625rem;left:30.875rem;width:1rem;height:1rem;display:block; }
#kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V { top:18.375rem;left:27.3125rem;width:1rem;height:1rem;display:block; }
#Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi { display:block; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAeSc94ilBqIC936angMHmtdLvdZxC7J { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK { display:block; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGe5M5ZSwKDu0nftsytv1VD8v8JZCA64 { width:0.0625rem;height:26.25rem;top:2.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrql9O8xgKRCUMtdZi2UrwGtdvRmuW8 { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu2pKPkZ24IFDJGy7TrSV01HuIKCvXZT { width:43.875rem;height:2.9375rem;top:2.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFT7EIdiXluRscngCc9SGa9NTOCI0MlK { width:3rem;height:3rem;top:1.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMy88fyKDacy2XbwJFgdHJapC9qUMTEa { width:1.5625rem;height:1.5625rem;top:2rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm3afDJbwhzRrDibmQvIC3gHK7LJiivA { width:6.875rem;height:1.625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfUyXpwLLTWKp2n4R64yRGpVPiTCQLH { width:6.875rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3HfhL9EM3Ey9SRh5W7UIprqDwIxFTK { width:1.5625rem;height:1.5625rem;top:6.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3SGX3prrXFHz7T4BzVwAnropq4LaUlW { width:3rem;height:3rem;top:5.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLaiyiAboRESnkzFyrTIQkBpXpDIUvU { width:42.25rem;height:1.4375rem;top:6.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLT1SDDF64iCmLPOshBAE4NFarqLhBGD { width:6.875rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR0cawZ1KQvb5tSi3AI9a5lyZBt8sFaa { width:1.5625rem;height:1.5625rem;top:10.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKeTOenxCnc4VbaDMl1xRqcT7dPRCSyy { width:3rem;height:3rem;top:10.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Uvz44LxRQeI3eTZXMIp0KJb69XGH2b { width:42.25rem;height:1.4375rem;top:10.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLfcxT5qKcvbQCc5zbz4ZwcTvd40VV4G { top:14.6875rem;left:3.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHMuJpv6Ig0AnCbDpGgSUiepuKeFU15 { width:3rem;height:3rem;top:14.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBMpZvF1dol9k6X9dNKXnAXnkLlGeNh { width:21.75rem;height:1.4375rem;top:15rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmL0R5Sa15PNE5vGxmDO7P5v2qMRDD6p { width:6.875rem;height:1.625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTnWIW9VikTl7WGXhpXPXpvigdGXpCpO { width:6.875rem;height:1.625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqpqcOJ3scibgMTmvIa5WiSSd81qczx5 { width:1.5625rem;height:1.5625rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxNP1xmTUkT6MFGdmXw10EOe7v0J6klQ { width:3rem;height:3rem;top:18.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqgTri3U5FAS9abGxGFCS4NDoCukTeG1 { width:42.25rem;height:2.875rem;top:19.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCA61V0SaIbTopbDeomM18RMSNDnmTU { width:6.875rem;height:1.625rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izgwgwtQVHkLNL68cd0WkJoSGgIdNZGG { width:1.5625rem;height:1.5625rem;top:23.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDuKELkRKUoPBLTQg206gGCpTHNRI1fF { width:3rem;height:3rem;top:22.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7CIeGdcmTJawnTEFwXkdmsyilV2JWac { width:42.25rem;height:1.4375rem;top:23.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyceOEpida1TwtkPEPNxa8CfaygRHbno { width:1.8125rem;height:1.8125rem;top:28.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1QNLcBbOiffhNcnhzQDpvHRv6H1cJK1 { width:3rem;height:3rem;top:28.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpiGRSR71c3GJrmzh24qkOtq4PwZosUf { width:6.875rem;height:1.625rem;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucrPTMpKpWQQsqoM5PukyDaDD35LbkLd { width:21.75rem;height:1.4375rem;top:28.875rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPOIslLpK9NEc5nadDImfhxA2npxHePB { top:3.8125rem;left:15.1884765625rem;width:1rem;height:1rem;display:block; }
#fPOIslLpK9NEc5nadDImfhxA2npxHePB > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 { top:6.75rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed { top:11.125rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT { top:20.6875rem;left:43.9384765625rem;width:1rem;height:1rem;display:block; }
#TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG { top:23.875rem;left:46.314453125rem;width:1rem;height:1rem;display:block; }
#efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM { display:block; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNZt0kr12ZbaNmfg45BqzC2geTWcKh8U { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv { display:block; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paE6ZMOTrTqw1TrAcFlg73LBZQO80gHk { width:19.6875rem;height:3.4375rem;top:2.625rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooLuv6cW7LXovIeNBViD6aqAquXWAA2p { display:block; }
 }@media only screen and (max-width: 763px) { #xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm { display:block; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sB7Flis73MyewcPLM6kirkqNblNoUThS { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLQTVTdQfHcHW3Mpzlvb3f41oKU4oIT8 { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 { display:block; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuSNI0JqKATL8VstRBOiPPNJnIi6QQeQ { top:2.75rem;left:0rem;width:14.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIqdsTMGoNiTJuya9Hc51G5ATZzkTVk4 { top:2.75rem;left:18.8125rem;width:10.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS6xvRrgl5tQ1MercL12Iml0iQZm9ITA { top:4.875rem;left:31.625rem;width:16.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw36BCG4fNPTSZ1o1RLQb8rxkTdThxhN { top:4.5rem;left:0rem;width:7.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpSRU6GzTe964OvxMAP6qTmmWBu7n7v { top:6.375rem;left:22.06103515625rem;width:6.125rem;height:5.073549215836rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQy1t7D6t736rzsXZwnxp3pCa5cDqBPA { top:5.8125rem;left:40.125rem;width:7.5625rem;height:6.2609207980851rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i { display:block; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn9WFMuTradeoZPLmRsh6K52rDpHT0dK { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Qv74a2qmekpDpuuphcVxkgnguF3pfi { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXH8L5wfIk320ARNDT2tDPvdreWDAb5B { display:block; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkfZyDzWMzLySGTpkKJ1aX5EmQHqpV5X { top:3.625rem;left:0.25rem;width:10.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSQOa5Xm9O8LSQkurxcqo1KWDsqikXR { top:3.4375rem;left:17.5625rem;width:12.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCymlesonc9kG3Iq6N5o9RzPRq1CIfTd { top:3rem;left:34.1875rem;width:13.5rem;height:5.2882133903554rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kcUnhlCaqDyIzRU8zesWTAGaWBOgA8 { top:12.3125rem;left:17.5615234375rem;width:13.75rem;height:3.62426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrG99wmOc7qTrykm4mUpJ98dur5PQox { top:11.5rem;left:35.3125rem;width:12.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNRTPHNuDm86cnhPogyQA12lT69yTsy { top:13.5625rem;left:0rem;width:11.75rem;height:1.5545206784325rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3uasQ4ffqi4JACDpZTZSoGtuCSJTu0A { top:28rem;left:11.5625rem;width:9.375rem;height:4.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #drscxsuQiyP4uWIXJVQWLXIPBATFKACp { top:19.9375rem;left:19.4052734375rem;width:10.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUTXgqbisGIcUF3AWwm4SoWRL0yrCFk { top:28.3125rem;left:25.5rem;width:10.6875rem;height:4.1007872058336rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PsTF9u1wbHi9werFSu1LxI6yc1ydT0 { top:18.75rem;left:0.25rem;width:11.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItW7dh9naWndsdBsbNMwO0iK0CFlke5z { top:21.1875rem;left:37.5830078125rem;width:10.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy { display:block; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcuT9P9VBMf9vwVLBPpsEF92Jw3ovhmK { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idzh0I0idG3EAmxZvGU9VCoXsZVKQiNl { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 { display:block; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw7EhL0zTMMRl8vqAseTJTHeRtIL2HlU { top:1.875rem;left:17.75rem;width:10rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPZhwe3KElAJVevSAE5luh3x9vcTTdq { display:block; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moZdDrQgdBhcUESsDR9rtGh0VL84y3R1 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgipv7vgmtRAAaKX5xywvdF7aa0bTa15 { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5bUzialnnIdIaI6maqVDcNK3vMop8h { display:block; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py1wudA5UrQ6Ll2DIiw5OfP65dXnVG6o { top:3.5625rem;left:0.24951171875rem;width:9.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpZmgkh7Rf0qRBK3VQgEhh0gb7EcAaF7 { top:4.3125rem;left:17.46875rem;width:12.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2RT5lMTFsv5F5Htq32mxk5T4QVFc74u { top:3rem;left:32.9375rem;width:14.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiNz6o3SVqxCpKdKSzfRW2upmHW0cT2 { top:18.8125rem;left:31.1875rem;width:16.5625rem;height:9.4014014839629rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV8eenrHgTJytNK0ydW9WJH3S1aIU3Ok { top:12.3125rem;left:0.24951171875rem;width:12.625rem;height:3.9799331424996rem;display:block; }
 }@media only screen and (max-width: 763px) { #sib8URBy4nauqni4lwiyhTn1WOzQRwMz { top:11.125rem;left:29.375rem;width:18.375rem;height:7.6871683492979rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vFMla4pU0ATGVJRJbEl2RFocTUOuQP { top:11.5rem;left:18.0302734375rem;width:13.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vS55LAHhzkWauC7gFdk6xf9ofKTxDG { top:21.8125rem;left:17.53125rem;width:13.75rem;height:3.49975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4RTmRm6xvHSPVsQyR7bXFt3WTsROX2 { top:21.3125rem;left:0.24951171875rem;width:12.25rem;height:5.0367640564084rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE { display:block; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cL2cC1usd6Uz7vfI8XU1VhDViVWbDLKA { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgUDvb4zuxgD3doQyquL5gklKmS3hGT { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb { display:block; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naXrzkGGHNTal0igFbTD1eTxWVqiKOBO { top:0rem;left:24.1875rem;width:20.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TpPMzL6v7LI593250QVB2kQAL2d373 { top:0.625rem;left:6.125rem;width:11.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 { display:block; }#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shlG6tdQDyOfT6477PKrzzhH9fmHzksP { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK { display:block; }#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4kz1DJHkruRNCQn2pPwwG2bN1HzDQiM { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEik8JJQo51HgKXSw1N7deyK2b6NzwJw { width:37.5rem;height:0;top:0.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe { display:block; }#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUhDthmzqcJt8XgHFGk8udThLcu10Elw { top:1.875rem;left:18.3125rem;width:10.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpeF7pzeSvAwbFEHPCcxC7TPmGxJuiu8 { top:15.5625rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n { display:block; }#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwPih6iLZbUxKXTkutB9XacQSquPcBbc { width:47.75rem;height:2.0625rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcKuhoVKUpo4kDVFnVrvgGaGriA7NFF { width:37.5rem;height:0;top:2.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axdddq8Dm9wSelNKBn161S2zJrT075VU { display:block; }#Axdddq8Dm9wSelNKBn161S2zJrT075VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQyg4ywU0zmbCLQOox6Tb2MUgNZQw292 { top:2.375rem;left:18.8125rem;width:10.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB5eyk1P1gVI7PPN9O7TCETcM6AXDr2r { top:2.375rem;left:34.1875rem;width:10.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHp4kovuanq2gaiFGyyxblFGVBTn3LC { top:16.0625rem;left:11.8125rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrqPZSxHKaZJL4mxAWwKuSV4WgBaQr7T { top:16.0625rem;left:11.6875rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBq52wy7beVRZnHmFIeq45Juh5SpMbuc { top:19.3125rem;left:27.75rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZS8TK1tKt8xiyzo1OBlRWxmvlENWne { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCvaBlTXpWfS9rb2aefBfvwADWh5CO5D { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y30QxFyKbW2vtT7cScTxrFH7NoNGAoTB { top:21.875rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrembZOhVERlnuo9aPGNt5xTI1eHtmq3 { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBntZE1ub90RTR2hvAeTi5zGLuL65Cs5 { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5u1Zwh931fRId5CJ9BrxwizITIw8qW { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGD30rCI8CKZWfW8fkJ2TJFpMl07u88F { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTHpnd3szXGEJXR7HqXmw1cZPhu5dEZ { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAD5MfA9XlJTPxOC4FQ1HSRO3tQUcXSI { top:16.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq3o4iu51pUEs1BpllFK5czcHlIhhq7f { top:2.375rem;left:3.0625rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 { display:block; }#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbDmxSbLdMWBsMury1LTcAJOwlAStEZo { top:2.375rem;left:2rem;width:10.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsZAblAMNfI1WXDB0dkxRBH1xPJhCydL { top:16.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9n5uRVylaG6WEqN0A4TfcRTR5OdTNGW { top:19.3125rem;left:0.25rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKOgvzoomfG51ahmBlUviHxbceXnm0w { top:18.5625rem;left:6.375rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEyX9IUuL8SLac19bXTpsvpKU5b7ZPs { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGXAhsvCkn7fefqKVQ4wDMf12EsmfyB { top:2.375rem;left:18.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIv73uua42t006BvIN9pcehbDJ8btUJT { top:16.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qx0vx9dy00ddSSJGAqFrMIWnfB9a2U { top:16.0625rem;left:11.6875rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvaQ7iE5SnuIc4bBsy41xBKJ67kbia0W { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0kHb6MsBOns7nMq97VZloE2qTQET0yy { top:18.5625rem;left:22.1875rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7u9JvW3UyxTtgcT4Tob8rhiKXfATVsP { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabpmQk465vylXTbybgg9oTn5RZWuTT1 { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGSRRvhT86Qbim58PoFusbrEeAftDM4 { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTa94IuuMqf7cnk6Rf3eqPSHpz00hWi { top:2.375rem;left:34.125rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTc2zdmOPsRiVoG7OAMOz2CTBf5DSuSt { top:18.5625rem;left:38.0625rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xTELB1II3EUN1VFq60vqsfppDslbgq { display:block; }#q6xTELB1II3EUN1VFq60vqsfppDslbgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnbU1wc1fN1UfGvvTT31toT4nabMoWza { top:2.25rem;left:18.25rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLLGiXfZCo7kr2QLBnmL0uFXBv4fm5iZ { top:2.25rem;left:33.6875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtII6dPUvZq2wRITGB8dgLgISdbrMwkb { top:15.9375rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqFnHD3dNqcG0FsSKrm3nwtZwoJy1mTb { top:15.9375rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuonqM2n9p8Qh6nMKARX2u2PnEegCsd1 { top:19.1875rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6qPBiZkA9Kwvb7PpAgJldmlbswuaCzF { top:19.125rem;left:31.9365234375rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGQg4A5OavdGB4KD80OgtqbJtn38xAU { top:18.4375rem;left:22.1875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WJ3hOnT1W2qDQr21skRxLQJCfrrT1X { top:18.4375rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDk1DBtXs8c9n0RPpUcVfyULH3ybQTS { top:20.875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhfBJRuvmmWhNTn4rVL3tDUgztKty6Ro { top:23.9375rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgnN7dw5wOpdfD0TRlsxhTIr7N5D73fr { top:2.25rem;left:2.9375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbQntl0Rr0mW660vpSDgmNHuEvw2NCUS { top:15.9375rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwt6QCTFL4avhcP5TOWhH09H9J1XgRp4 { top:18.4375rem;left:6.375rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGUQn2UArO4dT8KJOOgMyTKILWrX5ZP { top:19.1875rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyaO06flOAzBk0NX6F125VhmiyfpdtBa { top:20.875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs26QKyzb5dZTesJeZErLphp7ZZTdVDT { display:block; }#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIEilxeKSP0y3No5wvPFwSsUTTS6d4eO { top:2.4375rem;left:17.875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyFNFSTToAGgb4X7MOPwpUeU9k3B192 { top:16.125rem;left:11.8125rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWKUR9Dq6DZ45GxsVyVEqlOmbcHergo { top:19.375rem;left:16.125rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPGRl9x7QJTpxmGO4dGX6TFvx4JmdkL { top:18.625rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSsegowf2VQSBUNRf2wkfKTClBlgwsK { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnuy02VE90bf3U8uW11rLroMmRzng2ps { top:2.4375rem;left:33.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTnI9c6IQ2EW56uBIvwDaVvL3rs269D { top:16.125rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNk27H7n7OBCZ2fClBhTcTzzPrrNRamd { top:19.375rem;left:32rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhxm6VtKUCBAxH3TBLG6rXCt9Zwhq6o { top:18.625rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMz4DT0FcFCIxC2pIa8r7kZqphF73TJ4 { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAN6Q4siaonBOzPhgMZhLXh5n8iVvwGK { top:3.25rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7IxQMpTWD6MrRbyhpFhZ7LzeWlkHF3Z { top:16.125rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oduTmfi7gLZz50sVCthHRnrK3Esy4hcT { top:19.375rem;left:0.25rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HALqLTN0u4MXFIo6Gf19KCyTZV81ZMKr { top:18.625rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3hIBcMMD8rFiV8lvFW3bS8u1MdayHd { top:21.0625rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0F73P9g9rt641W7gwOsK7gSfXCTh4cf { display:block; }#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcLVXThKLe21zZGzfdFiO9K4wdD31oky { top:2.4375rem;left:34.6875rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwD6qiv28tQa66tT918Vp7Shd37TFBxb { top:16.125rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezC18L77BfQQE8N7gHm7BpFUFgOW00F { top:18.625rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw566TQdv324boxLfCGdnnAnuEtbFBXz { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3UfrSn2pC1AqF0RR2GC1xSQ8Bg1ouhH { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3acWLR8KrGImUZnDvi1aontw05tnXm5 { top:2.4375rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7LKhiWuxsMpWqONOkKDNSXFDKAN4JD { top:16.125rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyCkeEIVeR7UDTPvphr3u99PoTLd5pzK { top:18.625rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INEuyaL1MKL6liPGBqhxIIfJlTBduLDF { top:19.375rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JICVIkzsigkdOQgCPfo2R48iLgkNgDbf { top:21.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7uO0QU5Oo6gikx3DvgCuFcTowNTDez { top:2.4375rem;left:18.8125rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITyvbipA6dHrJPVzCkOPVipDTXKLGy5a { top:16.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGECbRoAFA8hIlv6vFkBIUkFK96xQWeK { top:18.625rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76l3svm8myDMd95Qd8OC2KJXhVeIwCT { top:19.375rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TFxA7zqIhocaeI4N3ELZmTD9ZiTWhH { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa { display:block; }#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvtrANNzwv97TQJ0m17udqEhbwDenn69 { top:16.125rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2X8nL81nHEnEE3qd6nOi07ZT6RNufU { top:19.375rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwXk1gQtBDqFZDND86JBdc3DTFidqO0b { top:2.4375rem;left:34.0625rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6bBflKh0dSEdNLi4foKq4aiz8RdLq4x { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVGcaMHTyGv383wWO6beqrS4zaXuZMiR { top:18.625rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9GutT2lqQ5eRAMPIzW7IDr0LpSwCzBc { top:2.4375rem;left:2.9375rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVMw1MEXDCAST2gNvOk1ELFKSRRSRZoQ { top:16.125rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRdsWVLecXzs4xrREf429KxVX7TIovXV { top:16.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2EIznp62ga8Au35dQh0OIfshrqqmEu { top:18.625rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSpIARXDAdpPp8TAeoIZluX1TqfUGMd { top:19.375rem;left:11.9375rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNh9H9WlT82Ziaiga6GX0Sm9cphV570H { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcJ5dcAaJlluAXBzozpJ4uHuJVrK9bX { top:2.4375rem;left:18.8125rem;width:10.8125rem;height:10.440521012364rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRvWF0umJbWGMKxvVF3TmSvElPVBJHAG { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boiVHaNzk62iD53CRmWeQcBJyD2IFpzp { top:21rem;left:0rem;width:15.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcDGwvARzzXkgMFGzyeLe8ih19vLXSR7 { top:18.625rem;left:22.25rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnd1hylWFfHzZrwNmithENahKaEFBT0I { display:block; }#Gnd1hylWFfHzZrwNmithENahKaEFBT0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mu6sgV07xaOWiUcaOuKQ0f2hN4PJUn0K { top:1.875rem;left:18.375rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2vZDT4SNTsNmy6QZLQryyuG6udQfbZ { top:1.6875rem;left:33.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9E9UW48CfcZbN8BTmeu3Tin15O5Uz9C { top:15.375rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9DrBT9NAhHuR5XJEMHhAuhk3p4GL0Tz { top:15.5625rem;left:11.6875rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3DTWDIEwDT8QOzDpIktfCJySvk1zqm { top:18.8125rem;left:11.9375rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8VUSvJuJyIQ0d0lchULXhxnWPp9BQJz { top:18.5625rem;left:31.99951171875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VueDmp3fOr8qUTZQ555LKa1k8Wsvyp6u { top:18.0625rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhuBNvkPM8miPWUsZDzVdLSd13331Xg { top:17.875rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTQNOGOPQ5X6eTNK5AZOp001n7xD9se { top:20.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91sVTeOQBeli8Tu0BSXR3E1TJ1cWsUd { top:20.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKmCsWCkE6IO3TP8n4UFCPKhTuhTUgp { top:15.5625rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr4poEQqoc3edXwC5J1kHJ6WNZgS7o2z { top:18.75rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRE8aoAOL2zilwPg0oRpP8Tky1kgVgM { top:1.875rem;left:2.4375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2VXFhB8tsUxNBhRSCpl196NTXx23Dy { top:20.5rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nydeRxgIzATTUhU6eLPN4A346koBsm5e { top:18.0625rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFcbx85I9OAcBTKm51gw0gnbCovoMmgO { display:block; }#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q25p8HawIR3WgS8qxqMM612THgQs4J3X { top:2.375rem;left:18.3125rem;width:10.8125rem;height:10.4395887342rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWT8I2PR9W7hiGJi8wm5Dx1VRtUdqOmu { top:16.0625rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWtcvxPGSMqTsVbCmsEW8N1uCh5yyTVb { top:19.3125rem;left:11.9375rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwiVtpMPdeCEZAi5oIDI2l9AGEE4xWlF { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpKqX7ElMJJwyz7mbyu1dgLSqMzwKIx { top:18.5625rem;left:22.25rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2Xv0X6KJZabmTkDkuUD1Q5Z1ZJ5yLG { top:2.4375rem;left:34.1875rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2BV8TDwlepOsOqVBxTgv8pptTUy7TNR { top:16.125rem;left:11.6875rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTXRUSBzmXKeQqgALDWcur4u2Vl1PwO { top:19.3125rem;left:27.8125rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEuhBZVyCICTItChyKJ6seSLJEm0Lo9 { top:18.625rem;left:38.125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiwp6enqBaU9hXSqffA2TrsSK3KEpfx { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGqrVCzFeTRF6CNUInZn7MKSwA2wyDv1 { top:2.4375rem;left:2.5rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ058z2fIL30CUAGwWdGQMhmFTZ1Sl4M { top:16.125rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSTtXDRMcga7OUSkGR2mgeZtmrtGbqG { top:19.3125rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbpQz3uGhP6QyZFkldadMzL2Q7FJ2Tn5 { top:18.625rem;left:6.4375rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3f0QXutFvOpSyGNyglH91gIQErQ5OHF { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP { display:block; }#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNpz440Wqyt71CQrreqKRMbJlcvVzP65 { top:1.875rem;left:17.9375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQNEqQT0toU4XAGP0AnZPZ5tU7WizgS { top:14.875rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04emcXH78RIT0XUT7SZ0XEA3PizKpED { top:15.5625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5xgJR1Tf904siRkLGEXZ50c5kvzMOt1 { top:1.1875rem;left:34.6875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esduJWihLFCxzGQfyAwuThNyto0PpC9i { top:18.0625rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ace4NSIzpZsLtBkZqr9u2RTwciBrT73r { top:18.0625rem;left:11.875rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPQmOTzKu5fceFfXN1871pbncSzdTQB { top:18.8125rem;left:16.1875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqtvZiG1tG7UFLuxTZ6MiFhP2lLplaIM { top:17.375rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDcXL6lSSImocmoTGT534f99O9CJLPd2 { top:21.125rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg33ZnNs4UBhloBfrCGsHTUEaZSq0eCX { top:20.5rem;left:15.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuo5hUDzoJkrWVaN6x2pf3D7Ln7VFh4 { top:2.1875rem;left:2.5rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLkcuUGAt5wxMMc10tU2BCe8MpFlmKyT { top:15.875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKxkxSE16RIUyTcXNiv9c3qSSPhJ7df { top:19.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHpUO1MUZJkt4hFgd4607ZyIRLPbsmS { top:21.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3g6TPO8V8ernKcrREOTelD5DdKBoFu { top:18.375rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTaA0B40lNIFe49gkS9IM87lCwJmi5W { display:block; }#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJXo9ElPzLcwrqtumP2pQaBKltIX8FZJ { top:15.875rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGAT4zkSfb3b0coWPH7o6VnST6OfLHHx { top:2.1875rem;left:34.125rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18fzflNKJhlE8PknKxeFdMWzKH88m63 { top:19.125rem;left:11.875rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZozfoUKEr03LIc6nECVN7087HMpHk4 { top:18.375rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glzWwDLe0MEC5cdq6gn9wOzWgt1VCztw { top:22.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeE59T90XTle6Vqrs0EXS5KZLTN5ZtfI { top:15.875rem;left:0rem;width:20.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84K0RqcAosG3E5QBqzc7dgvk6NrFvAK { top:21.1875rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGgzG8p6LqWymvr2RgZvoWrWh0TQaJ5 { top:22.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmKzvxySAiLkX4cp5PEe9dITpMWTrxV { top:2.1875rem;left:18.25rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrvWVqg5PL6c2phmR0V9ahXZ3sNmhpqv { top:20.4375rem;left:22.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgsoLUknysk7yz3eIOcGxQR4lBJatRkF { top:2.1875rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvP9mFwkcOl8OkyZAMNC0yQHWTc8vW5 { top:15.875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPDgiV9C9UA8DGgbqiEKNDgn2QqCt2qa { top:19.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s82eFxMbnSuTxOGJV4xTq19pHK4XCfP8 { top:18.375rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM0RpTpyMvIkGdIVSxVykFc4vvqfBnP { top:20.8125rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 { display:block; }#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiF8QE5eUW1TsHle1hxtnkXdxJBE9ovM { top:1.375rem;left:18.375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEg86ZU4iZC4i8uGEbrB8SfTPKouFvOC { top:15.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8L2i6QHRwBLOpr6zTU5p12e0SlN7TTd { top:17.8125rem;left:22.1875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiaO44FBUJ9sacR4PLT2SuWEqeop5TT9 { top:18.5625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAy2V0lEXxXiBgNlWwMUg4gMTLyfTEl { top:19.875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9kCsHg7BXemuSBaSGSTdSFhW4k2hx5C { top:15.25rem;left:0rem;width:20.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alJRTBcu2viJ7kcXIdLSM4ZL4kEuz9iv { top:21.3125rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtO6aQex2wrPa0A9UTg2wQhk1buy1L3Z { top:1.5625rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTTk2gSX6lw2FIA0dhaz2x7ZGe8UyuV { top:24.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2txvSGRXgptncgJAgiPtFNZnccTFSuM { top:20.5625rem;left:6.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGrkpFPM16nbZZwapvglWbVE6TWORVR { display:block; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { width:47.75rem;height:;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { width:37.5rem;height:0;top:4.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { display:block; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZf2h6n780VPelgEVlVtJShodH3W7nLf { top:3.8125rem;left:3.8740234375rem;width:39.9375rem;height:22.465405385134rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { display:block; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { width:19.6875rem;height:3.375rem;top:1.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb { display:block; }#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqNk4SEOULQArtZngJ4rOx97moQ4Qw7w { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNVQmomCqcDbdir5vbob2ht3otOvNOlw { display:block; }#LNVQmomCqcDbdir5vbob2ht3otOvNOlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGuekmR8il7RyDT9liGfGhz0WAuaLdrN { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { display:block; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { display:block; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { width:19.6875rem;height:3.375rem;top:1.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block; }
 }@media only screen and (max-width: 763px) { #IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 { display:block; }#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBaVWf4eLys8uPBqW3oPinNqyckeTzTC { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { display:block; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { width:47.75rem;height:8.875rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { width:19.6875rem;height:3.4375rem;top:19.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block; }
 }@media only screen and (max-width: 763px) { #G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { width:19.6875rem;height:3.4375rem;top:19.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block; }
 }@media only screen and (max-width: 763px) { #xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { width:47.75rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { display:block; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x590c274225d2e9496cad0c2a8dde651 { display:block; }#x590c274225d2e9496cad0c2a8dde651 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1a49b93136dd97816fdfbc0ce407c6b { width:17.125rem;height:5rem;top:3.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1335226369ae16ee7245d0477e4a0f4 { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2e1f71b47a0932c19448b74bd429ad3 { display:block; }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dec85de977059cc5b0d77774703408ee { width:21.1875rem;height:5.1875rem;top:2.75rem;left:13.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0096cb8793dfb9ae57f98c4cbf49f02 { top:28.1875rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89c237a697273ec35f4d5cef45a7dc6 { top:11.75rem;left:12.34375rem;width:23.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc677ede20fd3df2b378bef9213cc7cf { top:33.75rem;left:8.625rem;width:30.5625rem;height:2.75rem;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) { #J6APrc8Kzr7Dn41x9vVk79SfPm3m006x { background-color:#08132f;background-image:none;display:block; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { background-color: transparent; background-image: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container > .video-iframe-container { display: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row > .video-iframe-container { display: none; }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .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); }#J6APrc8Kzr7Dn41x9vVk79SfPm3m006x > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDT0qT34J9zFnrktT4bueZOO0Vp4rWX { width:2.0625rem;height:1.25rem;top:0.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/83e3352b-bc5b-4bd3-86a9-819ed2d4ceb3/20lecie_SDCM_banner_1200x800_24_02_25_UK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { width:20rem;height:25.3125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7sMSEViK2arCzw1Z9FQVxTcp1gTLid { width:14.1875rem;height:3.4375rem;top:28.75rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS3IVuJ2Plx9JRKUeZgXEVyEaDsokPyX { display:block; }
 }@media only screen and (max-width: 763px) { #Fpxz08wfFx45nWZ8VHwhHu9hlx0Bgb4I { width:14.1875rem;height:3.4375rem;top:37.8125rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX4y0vH2UmA5RyUkqqrRuyI2TvUO3WN2 { display:block; }
 }@media only screen and (max-width: 763px) { #CVEcRfrxJWOMq0mLObAihWGyC7yVeW9V { width:9.25rem;height:2.8125rem;top:32.9375rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyT3zKcWGIoAfWSVZALNT7pd02TntKIy { display:none; }#PyT3zKcWGIoAfWSVZALNT7pd02TntKIy > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dO7KpU7FdpTxtDQIZKcCPeL22WPBdZ02 { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAFfpKU9CwOQfX02vO31W0HtCt9PTBox { display:block; }#tAFfpKU9CwOQfX02vO31W0HtCt9PTBox > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrzB89RAk32tsU7fACM1BcFBxRI3ZbNe { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoVSCTS3T0oulQ6zuESOCmQNEreqWJGP { display:flex;width:2.0625rem;height:2.0625rem;top:5.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #hmtsZT28M3DhRMd7PvlUCkhrMz2oxg0E { width:12.5rem;height:1.3808625rem;top:5.375rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqLhBalEtc3Xy3BsHTrO1au4KL6nZ0Et { display:flex;width:2.3125rem;height:2.3125rem;top:11.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #bqW0IHLhc4MNA16TVqVTNC5ugDrIFioc { width:15.9375rem;height:2.76171875rem;top:11.5625rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CE1tin8qKx9v25C5OvT403Mr7wF3GTOu { display:flex;width:1.75rem;height:1.75rem;top:8.3125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #KlTTbzxmm5hd9XZA2nGp8gTZCyTgwGLx { width:12.5rem;height:1.3808625rem;top:8.5rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DwbJSRphhTiGEM134hordeczVZfst8O8 { width:20rem;height:0;top:13.81103671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJz9POneEcNRxyFo6ClC0zksO0USH1F0 { background-color:#ffffff;background-image:none;display:block; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { background-color: transparent; background-image: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container > .video-iframe-container { display: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row > .video-iframe-container { display: none; }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .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); }#PJz9POneEcNRxyFo6ClC0zksO0USH1F0 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H09hf0ArUKhf3VPraRqMWGFIJNrTptsi { width:0.0625rem;height:89.3125rem;top:53.95998125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAiRL7BI502iVwE4PUheTIVb3NBfTz2X { width:4.9375rem;height:1.29980625rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5PnkXTILW3UEMpa9Vmxg8Tf5hvQpsU { width:2.375rem;height:2.375rem;top:8.89941875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSPEmQVlusbhfNw11Kv5Vh5c45VE231x { width:12.0625rem;height:2.5996125rem;top:2.0625rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gneWgcCBBqP7E79JfEl7GBycJq7NrL6g { width:3rem;height:3rem;top:49.70998125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #skre9W8dABsl9BoODmIL06rDRzuNGesn { display:flex;width:2.25rem;height:2.25rem;top:8.9619140625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynrU0f6aFdUtmIOmRaPzTJVdTikcvWpJ { width:1.5625rem;height:1.5625rem;top:19.7988375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5y8FZnKXqGmM1f4zBVDp8ByfzASt21F { width:3rem;height:3rem;top:19.1113375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz1rpaJTQeHfz4sSzbN52ZZ0t7umUtr1 { width:9.0625rem;height:3.8994125rem;top:5.9375rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PVcGnXCEByoy1rqzCJgVHwLb79UWu2iL { width:4.4375rem;height:1.29980625rem;top:6.0625rem;left:0.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rdCUibWi6BG4hCAKCuXxHUTJOd6EgHAX { width:1.5625rem;height:1.5625rem;top:31.69825625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJqteiLXXlThJfGNKyQtIVAfVsSGoJZI { width:5.0625rem;height:1.29980625rem;top:10.998779296875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pZRFQ0rA61zDbRTEJw9myNry2yS4m7d8 { width:3rem;height:3rem;top:31.01075625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g39Gus3nw54UDVw9z8HOqhiWerTW469A { width:1.5625rem;height:1.5625rem;top:43.597675rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFOhIgGFJIGKTKlIWTFIoT4NwAlqd7F2 { width:5.375rem;height:1.29980625rem;top:14.609375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QIJ20zN6ZcdbbtoRh2RdP5zv1F2hbAxR { width:3rem;height:3rem;top:42.910175rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Op0EeIlTLSPsaMT9EWWfpA44MUGBuT91 { width:13.5rem;height:1.29980625rem;top:19.08447265625rem;left:6.4990234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtNKKyhnBHQQ57TwawAt0iMCePbKPW7U { width:9.0625rem;height:1.29980625rem;top:23.597412109375rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Geth4aUOlwiCLs3QQS1HlennFpSBHrsD { width:5.5625rem;height:1.29980625rem;top:23.597412109375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iHkg3L9tlyRElMgrZsMV9S2HKEpUyz3q { display:flex;width:2rem;height:2rem;top:23.05908203125rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #yVR2bd6kQUITTSLgnSZG2nJgREBcqRDJ { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQN6Gv0D3RkW7UTyJnwagN0RMG1d3aiN { width:10.75rem;height:2.5996125rem;top:14.547119140625rem;left:6.436767578125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z7fT6xJIRc63ucZrHRehTMTJAa7BUMiG { width:1.5625rem;height:1.5625rem;top:264.3340125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSl2n22w9dNMasSPD4lfv1HGC6QHFD5P { width:3rem;height:3rem;top:263.6465125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDVzwlRo835ZTRw4pkl1GCuV6bI8TQPT { width:5.4375rem;height:1.29980625rem;top:19.08447265625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UTMJ9D3WewbsJHuKC7ppM15WCaSRslxB { width:13.3125rem;height:2.5996125rem;top:10.998779296875rem;left:6.436767578125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc { display:flex;width:1rem;height:1rem;top:12.2978515625rem;left:15.5rem; }
#kSSNv28Cbo1Sx1zmR3dJuVvohS6DNBzc > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V { display:flex;width:1rem;height:1rem;top:15.9091796875rem;left:15.5rem; }
#Ty8lf22xOwqrESo2w3wJNfIegGpPsU0V > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi { display:none; }#oDwiDmkDnQSdZtbTrIN7PTL4XtwlWGJi > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAeSc94ilBqIC936angMHmtdLvdZxC7J { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK { background-color:#ffffff;background-image:none;display:block; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { background-color: transparent; background-image: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container > .video-iframe-container { display: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row > .video-iframe-container { display: none; }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .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); }#s0US1zUTHUnIUGXkcWFo8UePGq0MtHKK > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGe5M5ZSwKDu0nftsytv1VD8v8JZCA64 { width:0.0625rem;height:89.3125rem;top:53.95998125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trrql9O8xgKRCUMtdZi2UrwGtdvRmuW8 { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu2pKPkZ24IFDJGy7TrSV01HuIKCvXZT { width:13.0625rem;height:5.19921875rem;top:1.9375rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iFT7EIdiXluRscngCc9SGa9NTOCI0MlK { width:3rem;height:3rem;top:273.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMy88fyKDacy2XbwJFgdHJapC9qUMTEa { width:1.5625rem;height:1.5625rem;top:274.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cm3afDJbwhzRrDibmQvIC3gHK7LJiivA { width:5.5625rem;height:1.29980625rem;top:1.9375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zsfUyXpwLLTWKp2n4R64yRGpVPiTCQLH { width:5.375rem;height:1.29980625rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XH3HfhL9EM3Ey9SRh5W7UIprqDwIxFTK { width:1.5625rem;height:1.5625rem;top:285.4590125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3SGX3prrXFHz7T4BzVwAnropq4LaUlW { width:3rem;height:3rem;top:284.7715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHLaiyiAboRESnkzFyrTIQkBpXpDIUvU { width:13.5rem;height:5.19921875rem;top:8.25rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLT1SDDF64iCmLPOshBAE4NFarqLhBGD { width:5.5625rem;height:1.29980625rem;top:14.6875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tR0cawZ1KQvb5tSi3AI9a5lyZBt8sFaa { width:1.5625rem;height:1.5625rem;top:295.2715125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKeTOenxCnc4VbaDMl1xRqcT7dPRCSyy { width:3rem;height:3rem;top:294.5840125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0Uvz44LxRQeI3eTZXMIp0KJb69XGH2b { width:13.375rem;height:3.8994125rem;top:14.5rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLfcxT5qKcvbQCc5zbz4ZwcTvd40VV4G { display:flex;width:2rem;height:2rem;top:21.3125rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #gPHMuJpv6Ig0AnCbDpGgSUiepuKeFU15 { width:3rem;height:3rem;top:305.8340125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzBMpZvF1dol9k6X9dNKXnAXnkLlGeNh { width:8.8125rem;height:1.29980625rem;top:21.6875rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmL0R5Sa15PNE5vGxmDO7P5v2qMRDD6p { width:5.625rem;height:1.29980625rem;top:21.6875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fTnWIW9VikTl7WGXhpXPXpvigdGXpCpO { width:5.5625rem;height:1.29980625rem;top:25.4375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QqpqcOJ3scibgMTmvIa5WiSSd81qczx5 { width:1.5625rem;height:1.5625rem;top:316.3340125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxNP1xmTUkT6MFGdmXw10EOe7v0J6klQ { width:3rem;height:3rem;top:315.6465125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqgTri3U5FAS9abGxGFCS4NDoCukTeG1 { width:13.25rem;height:7.7988125rem;top:25.4375rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezCA61V0SaIbTopbDeomM18RMSNDnmTU { width:5.5rem;height:1.29980625rem;top:34.3125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #izgwgwtQVHkLNL68cd0WkJoSGgIdNZGG { width:1.5625rem;height:1.5625rem;top:326.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDuKELkRKUoPBLTQg206gGCpTHNRI1fF { width:3rem;height:3rem;top:325.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7CIeGdcmTJawnTEFwXkdmsyilV2JWac { width:13.4375rem;height:3.8994125rem;top:34.3125rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IyceOEpida1TwtkPEPNxa8CfaygRHbno { width:1.8125rem;height:1.8125rem;top:87.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1QNLcBbOiffhNcnhzQDpvHRv6H1cJK1 { width:3rem;height:3rem;top:335.2715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpiGRSR71c3GJrmzh24qkOtq4PwZosUf { width:5.375rem;height:1.29980625rem;top:40.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ucrPTMpKpWQQsqoM5PukyDaDD35LbkLd { width:13.1875rem;height:2.5996125rem;top:40.625rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPOIslLpK9NEc5nadDImfhxA2npxHePB { display:flex;width:1rem;height:1rem;top:5.912109375rem;left:13.25rem; }
#fPOIslLpK9NEc5nadDImfhxA2npxHePB > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 { display:flex;width:1rem;height:1rem;top:12.26171875rem;left:10.15625rem; }
#b4Lmtt7qyOPZXekHyDfkCDMHzK8SgPs3 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed { display:flex;width:1rem;height:1rem;top:17.2109375rem;left:16.1875rem; }
#bwmmnCIaCsbSwxg1tDRy1NUZFVyG3yed > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT { display:flex;width:1rem;height:1rem;top:32.0478515625rem;left:13.5rem; }
#TeVWnuT0lsVJhOgpuHeo0fT7efPJmiuT > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG { display:flex;width:1rem;height:1rem;top:37.0859375rem;left:15.125rem; }
#efa5iLaXtLNqGAyhO8zUuoI1tBRC7oGG > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM { display:none; }#smuimVWtZHdOlJypv8aNwZZ0oqKb6JTM > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xNZt0kr12ZbaNmfg45BqzC2geTWcKh8U { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv { display:block; }#RI39kLZqvRavqJVNUeWFgnfLUHlJ98Rv > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paE6ZMOTrTqw1TrAcFlg73LBZQO80gHk { width:18.18725rem;height:3.18725625rem;top:3.49853515625rem;left:0.904541015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooLuv6cW7LXovIeNBViD6aqAquXWAA2p { display:block; }
 }@media only screen and (max-width: 763px) { #xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm { display:block; }#xVp5nQaWKfxFHeXcKVDfiwALp2A3LsUm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sB7Flis73MyewcPLM6kirkqNblNoUThS { width:20rem;height:2.0625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLQTVTdQfHcHW3Mpzlvb3f41oKU4oIT8 { width:20rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 { display:block; }#ZJpDyvOwI9dsdemsZFUBZTGtrTLP66a1 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuSNI0JqKATL8VstRBOiPPNJnIi6QQeQ { width:14.375rem;height:5.8125rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIqdsTMGoNiTJuya9Hc51G5ATZzkTVk4 { width:10.125rem;height:5.8125rem;top:10.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS6xvRrgl5tQ1MercL12Iml0iQZm9ITA { width:16.125rem;height:1.5625rem;top:21.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fw36BCG4fNPTSZ1o1RLQb8rxkTdThxhN { width:18.75rem;height:15.625rem;top:1.4990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpSRU6GzTe964OvxMAP6qTmmWBu7n7v { width:18.75rem;height:15.5rem;top:19.686279296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQy1t7D6t736rzsXZwnxp3pCa5cDqBPA { width:18.75rem;height:16.43675rem;top:38rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i { display:block; }#pQ7Jvw7qykrqbLpT7aFNBwr20xai6K0i > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mn9WFMuTradeoZPLmRsh6K52rDpHT0dK { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Qv74a2qmekpDpuuphcVxkgnguF3pfi { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXH8L5wfIk320ARNDT2tDPvdreWDAb5B { display:block; }#PXH8L5wfIk320ARNDT2tDPvdreWDAb5B > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkfZyDzWMzLySGTpkKJ1aX5EmQHqpV5X { width:9.1875rem;height:3.625rem;top:1.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSQOa5Xm9O8LSQkurxcqo1KWDsqikXR { width:12.25rem;height:3.9375rem;top:8rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCymlesonc9kG3Iq6N5o9RzPRq1CIfTd { width:14.187rem;height:5.4370125rem;top:14.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kcUnhlCaqDyIzRU8zesWTAGaWBOgA8 { width:12.4375rem;height:3.1875rem;top:29.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIrG99wmOc7qTrykm4mUpJ98dur5PQox { width:11.4365rem;height:5.061525rem;top:36.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNRTPHNuDm86cnhPogyQA12lT69yTsy { width:11.75rem;height:1.5543643906363rem;top:23.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3uasQ4ffqi4JACDpZTZSoGtuCSJTu0A { width:9.375rem;height:4.811525rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drscxsuQiyP4uWIXJVQWLXIPBATFKACp { width:8.25rem;height:4.2183025742842rem;top:50.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUTXgqbisGIcUF3AWwm4SoWRL0yrCFk { width:10.6875rem;height:4.1009658516094rem;top:63rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PsTF9u1wbHi9werFSu1LxI6yc1ydT0 { width:11.1875rem;height:7.4375rem;top:41.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItW7dh9naWndsdBsbNMwO0iK0CFlke5z { width:8.875rem;height:2.0625rem;top:57.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy { display:block; }#SCPKN7Qg5NWlZD99RsUsVy2ekWWNnaLy > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcuT9P9VBMf9vwVLBPpsEF92Jw3ovhmK { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idzh0I0idG3EAmxZvGU9VCoXsZVKQiNl { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 { display:block; }#o8NnQT8u2px8AMTwaxWHRqnRRwqHEd21 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw7EhL0zTMMRl8vqAseTJTHeRtIL2HlU { width:9.25rem;height:3.5625rem;top:2.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPZhwe3KElAJVevSAE5luh3x9vcTTdq { display:block; }#XkPZhwe3KElAJVevSAE5luh3x9vcTTdq > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moZdDrQgdBhcUESsDR9rtGh0VL84y3R1 { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgipv7vgmtRAAaKX5xywvdF7aa0bTa15 { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5bUzialnnIdIaI6maqVDcNK3vMop8h { display:block; }#Tn5bUzialnnIdIaI6maqVDcNK3vMop8h > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py1wudA5UrQ6Ll2DIiw5OfP65dXnVG6o { width:8.8125rem;height:4.25rem;top:1.74951171875rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpZmgkh7Rf0qRBK3VQgEhh0gb7EcAaF7 { width:12.1875rem;height:3.1875rem;top:9.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2RT5lMTFsv5F5Htq32mxk5T4QVFc74u { width:12.99925rem;height:5.37475625rem;top:16.37353515625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiNz6o3SVqxCpKdKSzfRW2upmHW0cT2 { width:17.8125rem;height:10.0610625rem;top:64.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV8eenrHgTJytNK0ydW9WJH3S1aIU3Ok { width:11.687rem;height:3.62426875rem;top:24.9365234375rem;left:4.390869140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sib8URBy4nauqni4lwiyhTn1WOzQRwMz { width:17.56225rem;height:7.56225rem;top:40.150146484375rem;left:1.529541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vFMla4pU0ATGVJRJbEl2RFocTUOuQP { width:13.4375rem;height:5.625rem;top:32.200927734375rem;left:3.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vS55LAHhzkWauC7gFdk6xf9ofKTxDG { width:13.75rem;height:3.49975625rem;top:58.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4RTmRm6xvHSPVsQyR7bXFt3WTsROX2 { width:12.25rem;height:5.0367640564084rem;top:49.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE { display:block; }#tK49m5v0Tlw9MCl7O4Tt94J58vdMqAOE > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cL2cC1usd6Uz7vfI8XU1VhDViVWbDLKA { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgUDvb4zuxgD3doQyquL5gklKmS3hGT { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb { display:block; }#RaPu31QbAAZwAfzS57g0y0nv6Qf6mGLb > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naXrzkGGHNTal0igFbTD1eTxWVqiKOBO { width:15.5rem;height:4.5625rem;top:7.03125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TpPMzL6v7LI593250QVB2kQAL2d373 { width:9.25rem;height:3.25rem;top:1.71875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 { display:none; }#qzNBIzEUOcvEJ2Tb0FOThPpW75Nu6yP1 > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shlG6tdQDyOfT6477PKrzzhH9fmHzksP { width:20rem;height:5.33300625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK { display:none; }#nnwFDFQ5MGp82FpFcJGLcko4dTL1TtdK > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w4kz1DJHkruRNCQn2pPwwG2bN1HzDQiM { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEik8JJQo51HgKXSw1N7deyK2b6NzwJw { width:20rem;height:0;top:4.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe { display:none; }#qAHIkHZTEF99Em9LsMr2elZRBxNaK0qe > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUhDthmzqcJt8XgHFGk8udThLcu10Elw { width:10.9375rem;height:10.5625rem;top:2.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpeF7pzeSvAwbFEHPCcxC7TPmGxJuiu8 { width:20rem;height:2.2753875rem;top:14.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n { display:none; }#OST1C9T0AVfT5pZwTLXc3wLXhCHBJ56n > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JwPih6iLZbUxKXTkutB9XacQSquPcBbc { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcKuhoVKUpo4kDVFnVrvgGaGriA7NFF { width:20rem;height:0;top:4.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axdddq8Dm9wSelNKBn161S2zJrT075VU { display:none; }#Axdddq8Dm9wSelNKBn161S2zJrT075VU > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OQyg4ywU0zmbCLQOox6Tb2MUgNZQw292 { width:10.875rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB5eyk1P1gVI7PPN9O7TCETcM6AXDr2r { width:10.875rem;height:10.5rem;top:45.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHp4kovuanq2gaiFGyyxblFGVBTn3LC { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrqPZSxHKaZJL4mxAWwKuSV4WgBaQr7T { width:20rem;height:2.2753875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBq52wy7beVRZnHmFIeq45Juh5SpMbuc { width:19.875rem;height:2.5996125rem;top:62.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZS8TK1tKt8xiyzo1OBlRWxmvlENWne { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCvaBlTXpWfS9rb2aefBfvwADWh5CO5D { width:3.125rem;height:0.125rem;top:61.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y30QxFyKbW2vtT7cScTxrFH7NoNGAoTB { width:15.9375rem;height:1.29980625rem;top:64.912109375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrembZOhVERlnuo9aPGNt5xTI1eHtmq3 { width:15.9375rem;height:1.29980625rem;top:42.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBntZE1ub90RTR2hvAeTi5zGLuL65Cs5 { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ5u1Zwh931fRId5CJ9BrxwizITIw8qW { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGD30rCI8CKZWfW8fkJ2TJFpMl07u88F { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTHpnd3szXGEJXR7HqXmw1cZPhu5dEZ { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAD5MfA9XlJTPxOC4FQ1HSRO3tQUcXSI { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gq3o4iu51pUEs1BpllFK5czcHlIhhq7f { width:10.875rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 { display:none; }#nUQq3vSdVCScNgT3aXtEIhMcK3AagN61 > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WbDmxSbLdMWBsMury1LTcAJOwlAStEZo { width:10.875rem;height:10.5rem;top:2.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsZAblAMNfI1WXDB0dkxRBH1xPJhCydL { width:17.375rem;height:2.2753875rem;top:15rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9n5uRVylaG6WEqN0A4TfcRTR5OdTNGW { width:15.375rem;height:1.29980625rem;top:19.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKOgvzoomfG51ahmBlUviHxbceXnm0w { width:3.125rem;height:0.125rem;top:18.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEyX9IUuL8SLac19bXTpsvpKU5b7ZPs { width:15.9375rem;height:1.29980625rem;top:20.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGXAhsvCkn7fefqKVQ4wDMf12EsmfyB { width:10.875rem;height:10.5rem;top:25.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIv73uua42t006BvIN9pcehbDJ8btUJT { width:18.4375rem;height:2.2749rem;top:37.5rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2qx0vx9dy00ddSSJGAqFrMIWnfB9a2U { width:20rem;height:2.2749rem;top:59.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvaQ7iE5SnuIc4bBsy41xBKJ67kbia0W { width:19.875rem;height:1.29980625rem;top:63.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0kHb6MsBOns7nMq97VZloE2qTQET0yy { width:3.125rem;height:0.125rem;top:40.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7u9JvW3UyxTtgcT4Tob8rhiKXfATVsP { width:19.875rem;height:1.29980625rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabpmQk465vylXTbybgg9oTn5RZWuTT1 { width:15.9375rem;height:1.29980625rem;top:64.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGSRRvhT86Qbim58PoFusbrEeAftDM4 { width:15.9375rem;height:1.29980625rem;top:42.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTa94IuuMqf7cnk6Rf3eqPSHpz00hWi { width:10.875rem;height:10.5rem;top:46.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTc2zdmOPsRiVoG7OAMOz2CTBf5DSuSt { width:3.125rem;height:0.125rem;top:62.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xTELB1II3EUN1VFq60vqsfppDslbgq { display:none; }#q6xTELB1II3EUN1VFq60vqsfppDslbgq > .row .container { width:20rem;height:72.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnbU1wc1fN1UfGvvTT31toT4nabMoWza { width:10.875rem;height:10.5rem;top:2.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLLGiXfZCo7kr2QLBnmL0uFXBv4fm5iZ { width:10.875rem;height:10.5rem;top:24rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtII6dPUvZq2wRITGB8dgLgISdbrMwkb { width:17.375rem;height:2.2753875rem;top:36.375rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqFnHD3dNqcG0FsSKrm3nwtZwoJy1mTb { width:20rem;height:2.2753875rem;top:14.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuonqM2n9p8Qh6nMKARX2u2PnEegCsd1 { width:19.875rem;height:1.29980625rem;top:18.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6qPBiZkA9Kwvb7PpAgJldmlbswuaCzF { width:15.375rem;height:3.8994125rem;top:40.9375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGQg4A5OavdGB4KD80OgtqbJtn38xAU { width:3.125rem;height:0.125rem;top:17.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WJ3hOnT1W2qDQr21skRxLQJCfrrT1X { width:3.125rem;height:0.125rem;top:39.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDk1DBtXs8c9n0RPpUcVfyULH3ybQTS { width:15.9375rem;height:1.29980625rem;top:20.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhfBJRuvmmWhNTn4rVL3tDUgztKty6Ro { width:15.9375rem;height:1.29980625rem;top:46.31103515625rem;left:2.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgnN7dw5wOpdfD0TRlsxhTIr7N5D73fr { width:10.875rem;height:10.5rem;top:50.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbQntl0Rr0mW660vpSDgmNHuEvw2NCUS { width:18.4375rem;height:2.2749rem;top:63.25rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jwt6QCTFL4avhcP5TOWhH09H9J1XgRp4 { width:3.125rem;height:0.125rem;top:66.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGUQn2UArO4dT8KJOOgMyTKILWrX5ZP { width:19.875rem;height:1.29980625rem;top:67.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyaO06flOAzBk0NX6F125VhmiyfpdtBa { width:15.9375rem;height:1.29980625rem;top:68.6875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs26QKyzb5dZTesJeZErLphp7ZZTdVDT { display:none; }#xs26QKyzb5dZTesJeZErLphp7ZZTdVDT > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIEilxeKSP0y3No5wvPFwSsUTTS6d4eO { width:10.875rem;height:10.5rem;top:1.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyFNFSTToAGgb4X7MOPwpUeU9k3B192 { width:17.375rem;height:2.2749rem;top:13.5625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDWKUR9Dq6DZ45GxsVyVEqlOmbcHergo { width:15.375rem;height:1.29980625rem;top:18.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPGRl9x7QJTpxmGO4dGX6TFvx4JmdkL { width:3.125rem;height:0.125rem;top:17.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSsegowf2VQSBUNRf2wkfKTClBlgwsK { width:15.9375rem;height:1.29980625rem;top:19.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnuy02VE90bf3U8uW11rLroMmRzng2ps { width:10.875rem;height:10.5rem;top:24.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTnI9c6IQ2EW56uBIvwDaVvL3rs269D { width:20rem;height:2.2753875rem;top:35.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNk27H7n7OBCZ2fClBhTcTzzPrrNRamd { width:15.375rem;height:1.29980625rem;top:40.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhxm6VtKUCBAxH3TBLG6rXCt9Zwhq6o { width:3.125rem;height:0.125rem;top:39.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMz4DT0FcFCIxC2pIa8r7kZqphF73TJ4 { width:15.9375rem;height:1.29980625rem;top:42.625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAN6Q4siaonBOzPhgMZhLXh5n8iVvwGK { width:10.875rem;height:10.5rem;top:46.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7IxQMpTWD6MrRbyhpFhZ7LzeWlkHF3Z { width:20rem;height:2.2749rem;top:58.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oduTmfi7gLZz50sVCthHRnrK3Esy4hcT { width:15.375rem;height:1.29980625rem;top:63rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HALqLTN0u4MXFIo6Gf19KCyTZV81ZMKr { width:3.125rem;height:0.125rem;top:62.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3hIBcMMD8rFiV8lvFW3bS8u1MdayHd { width:15.9375rem;height:2.5996125rem;top:64.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0F73P9g9rt641W7gwOsK7gSfXCTh4cf { display:none; }#h0F73P9g9rt641W7gwOsK7gSfXCTh4cf > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcLVXThKLe21zZGzfdFiO9K4wdD31oky { width:10.875rem;height:10.5rem;top:1.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwD6qiv28tQa66tT918Vp7Shd37TFBxb { width:18.4375rem;height:2.2753875rem;top:14.125rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TezC18L77BfQQE8N7gHm7BpFUFgOW00F { width:3.125rem;height:0.125rem;top:17.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw566TQdv324boxLfCGdnnAnuEtbFBXz { width:15.9375rem;height:1.29980625rem;top:19.5498046875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3UfrSn2pC1AqF0RR2GC1xSQ8Bg1ouhH { width:19.875rem;height:1.29980625rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3acWLR8KrGImUZnDvi1aontw05tnXm5 { width:10.875rem;height:10.5rem;top:23.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7LKhiWuxsMpWqONOkKDNSXFDKAN4JD { width:20rem;height:2.2749rem;top:35.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyCkeEIVeR7UDTPvphr3u99PoTLd5pzK { width:3.125rem;height:0.125rem;top:38.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INEuyaL1MKL6liPGBqhxIIfJlTBduLDF { width:19.875rem;height:1.29980625rem;top:39.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JICVIkzsigkdOQgCPfo2R48iLgkNgDbf { width:15.9375rem;height:1.29980625rem;top:40.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7uO0QU5Oo6gikx3DvgCuFcTowNTDez { width:10.8125rem;height:10.4375rem;top:44.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITyvbipA6dHrJPVzCkOPVipDTXKLGy5a { width:20rem;height:2.2749rem;top:56.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGECbRoAFA8hIlv6vFkBIUkFK96xQWeK { width:3.125rem;height:0.125rem;top:59.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76l3svm8myDMd95Qd8OC2KJXhVeIwCT { width:19.875rem;height:1.29980625rem;top:60.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TFxA7zqIhocaeI4N3ELZmTD9ZiTWhH { width:15.9375rem;height:1.29980625rem;top:61.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa { display:none; }#xTD3xd9cK53kssUI65nRzt6Vi4fuLPJa > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MvtrANNzwv97TQJ0m17udqEhbwDenn69 { width:20rem;height:2.2749rem;top:60.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2X8nL81nHEnEE3qd6nOi07ZT6RNufU { width:19.875rem;height:1.29980625rem;top:64.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwXk1gQtBDqFZDND86JBdc3DTFidqO0b { width:10.875rem;height:10.5rem;top:48.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6bBflKh0dSEdNLi4foKq4aiz8RdLq4x { width:15.9375rem;height:1.29980625rem;top:66.25rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVGcaMHTyGv383wWO6beqrS4zaXuZMiR { width:3.125rem;height:0.125rem;top:63.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9GutT2lqQ5eRAMPIzW7IDr0LpSwCzBc { width:10.8125rem;height:10.4375rem;top:22.7841796875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVMw1MEXDCAST2gNvOk1ELFKSRRSRZoQ { width:20rem;height:2.2749rem;top:35.0341796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRdsWVLecXzs4xrREf429KxVX7TIovXV { width:18.4375rem;height:2.2749rem;top:13.5625rem;left:0.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2EIznp62ga8Au35dQh0OIfshrqqmEu { width:3.125rem;height:0.125rem;top:37.9326171875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSpIARXDAdpPp8TAeoIZluX1TqfUGMd { width:19.87425rem;height:1.29980625rem;top:16.8125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNh9H9WlT82Ziaiga6GX0Sm9cphV570H { width:19.875rem;height:1.29980625rem;top:38.5625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcJ5dcAaJlluAXBzozpJ4uHuJVrK9bX { width:10.874rem;height:10.49925rem;top:2.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRvWF0umJbWGMKxvVF3TmSvElPVBJHAG { width:15.9375rem;height:1.29980625rem;top:18.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boiVHaNzk62iD53CRmWeQcBJyD2IFpzp { width:15.9375rem;height:3.8994125rem;top:40.9375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcDGwvARzzXkgMFGzyeLe8ih19vLXSR7 { width:3.125rem;height:0.124511875rem;top:15.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnd1hylWFfHzZrwNmithENahKaEFBT0I { display:none; }#Gnd1hylWFfHzZrwNmithENahKaEFBT0I > .row .container { width:20rem;height:71.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mu6sgV07xaOWiUcaOuKQ0f2hN4PJUn0K { width:10.875rem;height:10.5rem;top:2.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2vZDT4SNTsNmy6QZLQryyuG6udQfbZ { width:10.875rem;height:10.5rem;top:23.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9E9UW48CfcZbN8BTmeu3Tin15O5Uz9C { width:17.375rem;height:2.2749rem;top:36rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9DrBT9NAhHuR5XJEMHhAuhk3p4GL0Tz { width:20rem;height:2.2749rem;top:14.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO3DTWDIEwDT8QOzDpIktfCJySvk1zqm { width:19.875rem;height:1.29980625rem;top:18.5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8VUSvJuJyIQ0d0lchULXhxnWPp9BQJz { width:15.375rem;height:1.29980625rem;top:40.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VueDmp3fOr8qUTZQ555LKa1k8Wsvyp6u { width:3.125rem;height:0.125rem;top:17.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZhuBNvkPM8miPWUsZDzVdLSd13331Xg { width:3.125rem;height:0.125rem;top:39.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTQNOGOPQ5X6eTNK5AZOp001n7xD9se { width:15.9375rem;height:1.29980625rem;top:19.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a91sVTeOQBeli8Tu0BSXR3E1TJ1cWsUd { width:15.9375rem;height:1.29980625rem;top:42.49951171875rem;left:2.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKmCsWCkE6IO3TP8n4UFCPKhTuhTUgp { width:20rem;height:2.2749rem;top:59.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr4poEQqoc3edXwC5J1kHJ6WNZgS7o2z { width:19.875rem;height:1.29980625rem;top:63.8125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRE8aoAOL2zilwPg0oRpP8Tky1kgVgM { width:10.875rem;height:10.5rem;top:47.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2VXFhB8tsUxNBhRSCpl196NTXx23Dy { width:15.9375rem;height:2.5996125rem;top:65.125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nydeRxgIzATTUhU6eLPN4A346koBsm5e { width:3.125rem;height:0.125rem;top:62.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFcbx85I9OAcBTKm51gw0gnbCovoMmgO { display:none; }#tFcbx85I9OAcBTKm51gw0gnbCovoMmgO > .row .container { width:20rem;height:67.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q25p8HawIR3WgS8qxqMM612THgQs4J3X { width:10.875rem;height:10.5rem;top:0.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWT8I2PR9W7hiGJi8wm5Dx1VRtUdqOmu { width:20rem;height:2.2749rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWtcvxPGSMqTsVbCmsEW8N1uCh5yyTVb { width:19.875rem;height:1.29980625rem;top:17.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwiVtpMPdeCEZAi5oIDI2l9AGEE4xWlF { width:15.9375rem;height:1.29980625rem;top:18.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtpKqX7ElMJJwyz7mbyu1dgLSqMzwKIx { width:3.125rem;height:0.125rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2Xv0X6KJZabmTkDkuUD1Q5Z1ZJ5yLG { width:10.8125rem;height:10.4375rem;top:23.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2BV8TDwlepOsOqVBxTgv8pptTUy7TNR { width:20rem;height:2.2749rem;top:35.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGTXRUSBzmXKeQqgALDWcur4u2Vl1PwO { width:19.8125rem;height:1.29980625rem;top:39.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEuhBZVyCICTItChyKJ6seSLJEm0Lo9 { width:3.125rem;height:0.0625rem;top:38.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiwp6enqBaU9hXSqffA2TrsSK3KEpfx { width:15.9375rem;height:1.29980625rem;top:41.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGqrVCzFeTRF6CNUInZn7MKSwA2wyDv1 { width:10.8125rem;height:10.4375rem;top:45.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ058z2fIL30CUAGwWdGQMhmFTZ1Sl4M { width:20rem;height:2.2749rem;top:57.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmSTtXDRMcga7OUSkGR2mgeZtmrtGbqG { width:19.8125rem;height:1.29980625rem;top:61.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbpQz3uGhP6QyZFkldadMzL2Q7FJ2Tn5 { width:3.125rem;height:0.0625rem;top:60.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3f0QXutFvOpSyGNyglH91gIQErQ5OHF { width:15.9375rem;height:1.29980625rem;top:63.79833984375rem;left:2.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP { display:none; }#tG4iCTHdAaFb0EmHuwb5E3xuq0A1LslP > .row .container { width:20rem;height:73.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QNpz440Wqyt71CQrreqKRMbJlcvVzP65 { width:10.875rem;height:10.5rem;top:24.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQNEqQT0toU4XAGP0AnZPZ5tU7WizgS { width:18.4375rem;height:2.2749rem;top:60.9375rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J04emcXH78RIT0XUT7SZ0XEA3PizKpED { width:17.375rem;height:2.2749rem;top:36.875rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5xgJR1Tf904siRkLGEXZ50c5kvzMOt1 { width:10.875rem;height:10.5rem;top:48.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esduJWihLFCxzGQfyAwuThNyto0PpC9i { width:3.125rem;height:0.125rem;top:40rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ace4NSIzpZsLtBkZqr9u2RTwciBrT73r { width:19.875rem;height:2.5996125rem;top:65.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPQmOTzKu5fceFfXN1871pbncSzdTQB { width:15.375rem;height:1.29980625rem;top:41rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqtvZiG1tG7UFLuxTZ6MiFhP2lLplaIM { width:3.125rem;height:0.125rem;top:64.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDcXL6lSSImocmoTGT534f99O9CJLPd2 { width:15.9375rem;height:1.29980625rem;top:68.22216796875rem;left:2.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg33ZnNs4UBhloBfrCGsHTUEaZSq0eCX { width:15.9375rem;height:2.5996125rem;top:42.3125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuo5hUDzoJkrWVaN6x2pf3D7Ln7VFh4 { width:10.875rem;height:10.5rem;top:1.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLkcuUGAt5wxMMc10tU2BCe8MpFlmKyT { width:20rem;height:2.2753875rem;top:13.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKxkxSE16RIUyTcXNiv9c3qSSPhJ7df { width:19.875rem;height:1.29980625rem;top:17.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRHpUO1MUZJkt4hFgd4607ZyIRLPbsmS { width:15.9375rem;height:1.29980625rem;top:19.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3g6TPO8V8ernKcrREOTelD5DdKBoFu { width:3.125rem;height:0.125rem;top:16.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTaA0B40lNIFe49gkS9IM87lCwJmi5W { display:none; }#TbTaA0B40lNIFe49gkS9IM87lCwJmi5W > .row .container { width:20rem;height:75.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gJXo9ElPzLcwrqtumP2pQaBKltIX8FZJ { width:20rem;height:4.548825rem;top:61rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGAT4zkSfb3b0coWPH7o6VnST6OfLHHx { width:10.875rem;height:10.5rem;top:49.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18fzflNKJhlE8PknKxeFdMWzKH88m63 { width:19.875rem;height:2.5996125rem;top:68.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZozfoUKEr03LIc6nECVN7087HMpHk4 { width:3.125rem;height:0.125rem;top:66.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glzWwDLe0MEC5cdq6gn9wOzWgt1VCztw { width:15.9375rem;height:1.29980625rem;top:71.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeE59T90XTle6Vqrs0EXS5KZLTN5ZtfI { width:19.9995rem;height:4.548825rem;top:37rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D84K0RqcAosG3E5QBqzc7dgvk6NrFvAK { width:19.875rem;height:1.29980625rem;top:43.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGgzG8p6LqWymvr2RgZvoWrWh0TQaJ5 { width:15.9375rem;height:1.29980625rem;top:44.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmKzvxySAiLkX4cp5PEe9dITpMWTrxV { width:10.875rem;height:10.5rem;top:25.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrvWVqg5PL6c2phmR0V9ahXZ3sNmhpqv { width:3.0625rem;height:0.0625rem;top:42.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgsoLUknysk7yz3eIOcGxQR4lBJatRkF { width:10.875rem;height:10.5rem;top:1.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvP9mFwkcOl8OkyZAMNC0yQHWTc8vW5 { width:20rem;height:2.2753875rem;top:13.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPDgiV9C9UA8DGgbqiEKNDgn2QqCt2qa { width:19.875rem;height:1.29980625rem;top:18.0625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s82eFxMbnSuTxOGJV4xTq19pHK4XCfP8 { width:3.125rem;height:0.125rem;top:17.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDM0RpTpyMvIkGdIVSxVykFc4vvqfBnP { width:15.9375rem;height:2.5996125rem;top:19.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 { display:none; }#NauT6RyZW8TDFCCD1DF5U5Bu3lNkuDM9 > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TiF8QE5eUW1TsHle1hxtnkXdxJBE9ovM { width:10.875rem;height:10.5rem;top:27.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEg86ZU4iZC4i8uGEbrB8SfTPKouFvOC { width:19.999rem;height:2.2749rem;top:40.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8L2i6QHRwBLOpr6zTU5p12e0SlN7TTd { width:3.0625rem;height:0.0625rem;top:43.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiaO44FBUJ9sacR4PLT2SuWEqeop5TT9 { width:19.875rem;height:1.29980625rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAy2V0lEXxXiBgNlWwMUg4gMTLyfTEl { width:15.9375rem;height:1.29980625rem;top:45.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9kCsHg7BXemuSBaSGSTdSFhW4k2hx5C { width:20rem;height:4.548825rem;top:14.328125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alJRTBcu2viJ7kcXIdLSM4ZL4kEuz9iv { width:19.875rem;height:2.5996125rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtO6aQex2wrPa0A9UTg2wQhk1buy1L3Z { width:10.875rem;height:10.5rem;top:1.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTTk2gSX6lw2FIA0dhaz2x7ZGe8UyuV { width:15.9375rem;height:1.29980625rem;top:22.6875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2txvSGRXgptncgJAgiPtFNZnccTFSuM { width:3.125rem;height:0.125rem;top:13.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGrkpFPM16nbZZwapvglWbVE6TWORVR { display:none; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { width:20rem;height:4.5615234375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { width:20rem;height:0;top:4.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { display:none; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KZf2h6n780VPelgEVlVtJShodH3W7nLf { height:11.25rem;width:20rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { background-color:#ffffff;background-image:none;display:none; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { width:19.6875rem;height:3.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb { display:none; }#dbsfUF3GVhIqqu0f7Brpz79LJzhvleHb > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yqNk4SEOULQArtZngJ4rOx97moQ4Qw7w { width:20rem;height:5.33300625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNVQmomCqcDbdir5vbob2ht3otOvNOlw { display:none; }#LNVQmomCqcDbdir5vbob2ht3otOvNOlw > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGuekmR8il7RyDT9liGfGhz0WAuaLdrN { width:20rem;height:5.33300625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { display:none; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { width:20rem;height:3rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { background-color:#ffffff;background-image:none;display:none; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { width:19.6875rem;height:3.4375rem;top:2.125rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block; }
 }@media only screen and (max-width: 763px) { #IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 { display:none; }#IiBkQ9Z7GvVBwTLMZkbXK5twEtlzBF44 > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RBaVWf4eLys8uPBqW3oPinNqyckeTzTC { width:20rem;height:5.33300625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { display:none; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { width:20rem;height:18.5625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { width:15.625rem;height:3.4375rem;top:27.4375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block; }
 }@media only screen and (max-width: 763px) { #G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { width:15.625rem;height:3.4375rem;top:32.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block; }
 }@media only screen and (max-width: 763px) { #xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { width:20rem;height:4.78125rem;top:37.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { width:20rem;height:2.0625rem;top:2.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { display:none; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x590c274225d2e9496cad0c2a8dde651 { display:block; }#x590c274225d2e9496cad0c2a8dde651 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1a49b93136dd97816fdfbc0ce407c6b { width:15.5625rem;height:4.5625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1335226369ae16ee7245d0477e4a0f4 { width:20rem;height:27.09375rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2e1f71b47a0932c19448b74bd429ad3 { position:relative;z-index:auto;background-color:#001d37;background-image:none;display:block; }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { background-color: transparent; background-image: none; }#b2e1f71b47a0932c19448b74bd429ad3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container > .video-iframe-container { display: none; }#b2e1f71b47a0932c19448b74bd429ad3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2e1f71b47a0932c19448b74bd429ad3 > .row > .video-iframe-container { display: none; }#b2e1f71b47a0932c19448b74bd429ad3 > .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); }#b2e1f71b47a0932c19448b74bd429ad3 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dec85de977059cc5b0d77774703408ee { width:16.9375rem;height:7.79883125rem;top:1.5625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0096cb8793dfb9ae57f98c4cbf49f02 { width:2rem;height:2rem;top:26.75rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89c237a697273ec35f4d5cef45a7dc6 { width:20rem;height:11.197275rem;top:12.068359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc677ede20fd3df2b378bef9213cc7cf { width:19.9995rem;height:2.798825rem;top:30rem;left:0rem;font-size:0.875rem;display:block; }
 }