.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); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kNb9nnjc/Picture_109_websize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.adaptive-delivery-prevent-bg, #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.lazyload, #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.lazyloading { background-image: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { background-color: transparent; background-image: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container > .video-iframe-container { display: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row > .video-iframe-container { display: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .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); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { border-width: 0; border-radius: 0; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#HNgBwtE0CbNMvfNmOW8ef6ekhU2cGtVz { 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:16.875rem;width:28.875rem;top:5.125rem;left:-2.8786764705883rem;overflow:hidden;display:block; }
#SG8kyfuGXAcTLC55oISDrGFuPkbMr3Ce { z-index:15003;top:3.9359087944031rem;left:44.810478210449rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffce00;border-left:0.0625rem solid #ffce00;border-right:0.0625rem solid #ffce00;border-bottom:0.0625rem solid #ffce00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffce00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.699344875rem;height:3.075088625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IRQ2p7dRHzOg4dK2K4VIHNJcD5zlxdnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kNb9nnjc/Picture_109_websize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO.adaptive-delivery-prevent-bg, #ndflNh3QlbI7aKCvW10TFkGkJzgToLXO.lazyload, #ndflNh3QlbI7aKCvW10TFkGkJzgToLXO.lazyloading { background-image: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { background-color: transparent; background-image: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container > .video-iframe-container { display: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container { display: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .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); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { border-width: 0; border-radius: 0; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#CnqXF6E8b14MTq2flkSZJTZZ2PMAOINI { position:absolute;display:block;z-index:15007;background-color:#ffdf2b;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.24956625rem;width:3.74855625rem;top:22.561487436294rem;left:2.9375rem;display:block; }
#h54eZtsJFhaqULxHuFtgTZL8AOTVRcxW { color:#ffffff;display:block;width:12.4985625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9007527828216rem;left:2.9375rem;height:4.0625rem;display:block; }
#evR38IUeL3m8BK1mAFgaOysTlyi2Zmlb { color:#ffffff;display:block;width:12.4985625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.541812181472rem;left:2.9375rem;height:4.0625rem;display:block; }
#kxp4iAJU5dQuq7mGQlBu2cNlbUbcEHc3 { position:absolute;display:block;z-index:15011;background-color:#ffdf2b;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.24956625rem;width:3.74855625rem;top:15.153356790542rem;left:2.9375rem;display:block; }
#btqSG8KFE7fS96RDlw0nK5rgQTioV9VP { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.874712228775rem;left:2.9375rem;height:4.0625rem;display:block; }
#qrT9Tf116vF6ygIXuzhKzplImaaJTygz { position:absolute;display:block;z-index:15014;background-color:#ffdf2b;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.24956625rem;width:3.749275rem;top:22.560765266419rem;left:56.25rem;display:block; }
#sUoyhe92WQxOGKRX2zSTaoxBdznaCoov { position:absolute;display:block;z-index:15017;background-color:#ffdf2b;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.24956625rem;width:3.749275rem;top:15.214119434357rem;left:56.25rem;display:block; }
#FidTzGNOnzqA3CWkWQHFeMPlIZy6pZaG { position:absolute;display:block;z-index:15020;background-color:#ffdf2b;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.24956625rem;width:3.749275rem;top:31.498845100403rem;left:56.25rem;display:block; }
#B4iS1qFXsFBvUTCVZZzGG0P9bKr8mtqM { position:absolute;display:block;z-index:15023;background-color:#f8bc38;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.24956625rem;width:3.749275rem;top:38.311631202697rem;left:2.9375rem;display:block; }
#dC3ad8PDGVvTCV2J7kxb9wB74XfDhBvl { position:absolute;display:block;z-index:15012;background-color:#ffdf2b;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.24956625rem;width:3.74855625rem;top:7.4993491172787rem;left:2.9375rem;display:block; }
#RnMDR7VpEqRAVJ9srQv3MgqC0u2921FT { color:#ffffff;display:block;width:15.0621875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.87398815155rem;left:44.875rem;height:4.0625rem;text-align:right;text-align-last:right;display:block; }
#ZOKgXM6ydmw6rcDFVEM0pPCMyfnmKOht { color:#ffffff;display:block;width:18.43675rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.540362834931rem;left:41.5625rem;height:4.0625rem;text-align:right;text-align-last:right;display:block; }
#uTHGCRAi92a52X4P5gJGLGky4CRuP9Tm { color:#ffffff;display:block;width:15.0615rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.435910224914rem;left:44.9375rem;height:4.0625rem;text-align:right;text-align-last:right;display:block; }
#aRyNVorEKFalszwTvcghl91G84IB6uiR { color:#ffffff;display:block;width:21.1870625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:33.624133110046rem;left:2.9375rem;height:4.0625rem;display:block; }
#ddP1eGzpACq2sEdl9KJECp9eUGizMvwD { color:#ffffff;display:block;width:15.0611875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.040365219116rem;left:44.938801765442rem;height:4.0625rem;text-align:right;text-align-last:right;display:block; }
#VSTHJdJqEJF7nKLPzEkVlk46kMG3FpfJ { position:absolute;display:block;z-index:15021;background-color:#ffdf2b;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.24934875rem;width:3.7487rem;top:41.936199188233rem;left:56.250653266907rem;display:block; }
#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 { position:relative;display:block; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 { background-color: transparent; background-image: none; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container > .video-iframe-container { display: none; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row > .video-iframe-container { display: none; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .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); }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 { border-width: 0; border-radius: 0; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { color:#383737;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5618491172791rem;left:2.625rem;height:5.11875rem;font-style:normal;display:block; }
#FzM3yQ2NfSvzASdSEhibV005LcDlmMWP { 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:13.4375rem;width:21.5625rem;top:7.0625rem;left:2.625rem;overflow:hidden;display:block; }
#zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3190107345581rem;left:31.937500953674rem;height:16.086425rem;font-style:normal;display:block; }
#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q { position:relative;display:block; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q { background-color: transparent; background-image: none; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container > .video-iframe-container { display: none; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row > .video-iframe-container { display: none; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .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); }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q { border-width: 0; border-radius: 0; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UzgDGAwN8ly4GCboCwh5Lnua3oT0Swot { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8574199676514rem;left:1rem; }
#cmgfgLQz27atw92puKiObICKnT24TgUB { color:#6d6d6d;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5618495941162rem;left:7.25rem;height:2.03125rem;font-style:normal;display:block; }
#mIBOH44bxp9ETqZ7e5ie200goKmKbZsb { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4654951095581rem;left:1.375rem;height:16.08640625rem;font-style:normal;display:block; }
#lBRWLGQHsstME6CidvP1eCFMdenOvypb { position:absolute;display:block;z-index:15015;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:28.4375rem;width:28.4375rem;top:0rem;left:31.749348640442rem;overflow:hidden;display:block; }
#givFWX4wFuCQn0rZ5diOhK5BE6XUzaeO { position:absolute;display:block;z-index:15021;background-color:#ffdf2b;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.248698125rem;width:3.7487rem;top:25.501302719116rem;left:55.000004768372rem;display:block; }
#k5hM1bbUykK32vepbSapzuT9HeGlxQZD { 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; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container { background-color: transparent; background-image: none; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container > .video-iframe-container { display: none; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row > .video-iframe-container { display: none; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .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); }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container { border-width: 0; border-radius: 0; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#yGwrsirouZFpk6RVxqSrFdJucakIEnIF { color:#6d6d6d;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5618515014649rem;left:37rem;height:2.03125rem;font-style:normal;display:block; }
#R3kGksyRAxWX0Nlfk6gUb8eUL0QTGLkD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.9199199676514rem;left:31.5625rem; }
#wNy6iRIyEATG5L53D5MNnOThSnwFTaDQ { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.15234375rem;left:32.312500953674rem;height:11.69921875rem;font-style:normal;display:block; }
#hDFJqTS4Ronv91SaD7mCLwWsgKXlRioo { position:absolute;display:block;z-index:15016;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:28.1875rem;width:28.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TPPswTCmlNJTXyyotKucHiAL87t00ctb { position:absolute;display:block;z-index:15022;background-color:#ffdf2b;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.248698125rem;width:3.7487rem;top:25.813800811767rem;left:1.25rem;display:block; }
#grZkft4oZG9T06SlQmo2yigvBEDk5HZz { position:relative;display:block; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz { background-color: transparent; background-image: none; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container > .video-iframe-container { display: none; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row > .video-iframe-container { display: none; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .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); }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz { border-width: 0; border-radius: 0; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#evH81zMHhZfJtF7EegCWtIro0cnmZBv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8574199676514rem;left:1rem; }
#rmryC65ozzBPdkeQ0daWGeklLgqb3o3u { color:#6d6d6d;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5618495941162rem;left:7.25rem;height:2.03125rem;font-style:normal;display:block; }
#NJyX9qJJB4dO5m6p9LRSiWsfUqXFvLVC { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.27799987793rem;left:1.375rem;height:11.6992125rem;font-style:normal;display:block; }
#eqUUf0WoKMpB9vJXdTROTu6Uly3pZCAA { position:absolute;display:block;z-index:15017;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:28.25rem;width:28.25rem;top:5.2452087402344E-6rem;left:31.749348640442rem;overflow:hidden;display:block; }
#cwlKebxfmt2VC3k7k9W3hmurblHP724G { position:absolute;display:block;z-index:15023;background-color:#ffdf2b;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.248698125rem;width:3.7487rem;top:24.980469226837rem;left:54.376301765442rem;display:block; }
#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI { 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; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container { background-color: transparent; background-image: none; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container > .video-iframe-container { display: none; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row > .video-iframe-container { display: none; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .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); }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container { border-width: 0; border-radius: 0; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#t1niZVbJl97aSTcmvC3DrJIUzyFFXD0P { color:#6d6d6d;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5618515014649rem;left:37rem;height:2.03125rem;font-style:normal;display:block; }
#iI6o0z2kVeAa9xxFErcfPGkNg0L7UyNP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.9199199676514rem;left:31.5625rem; }
#gy3dWUdpWGxhEW6U39qsruKlH89v4PPK { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.33984375rem;left:32.25rem;height:10.2368rem;font-style:normal;display:block; }
#DbmNsoaALaLgTw6lL7KG1nLVTB9qOgFN { position:absolute;display:block;z-index:15018;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:28.25rem;width:28.25rem;top:0.093742370605469rem;left:0rem;overflow:hidden;display:block; }
#NGzBcENrvDCzp9Ckg0w6gplTb0lsU0Og { position:absolute;display:block;z-index:15024;background-color:#ffdf2b;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.248698125rem;width:3.7487rem;top:25.188802719116rem;left:1.25rem;display:block; }
#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r { position:relative;display:block; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r { background-color: transparent; background-image: none; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container > .video-iframe-container { display: none; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row > .video-iframe-container { display: none; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .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); }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r { border-width: 0; border-radius: 0; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TxE3HnBTHdqt7zKT4SA3qnM9kJxKN86J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8574199676514rem;left:1rem; }
#LPHFRKPDy664CONWGD3XxazNTKy9ZzzK { color:#6d6d6d;display:block;width:20.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5618495941162rem;left:7.25rem;height:2.03125rem;font-style:normal;display:block; }
#KL09WeGA8pGLViniTHeMmpVlpym28xNO { color:#363637;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.465494871139rem;left:1.9375rem;height:8.7744125rem;font-style:normal;display:block; }
#zPRFsicQ3XmKGM2zpfB7D7heONwcVfHV { position:absolute;display:block;z-index:15019;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:28.25rem;width:28.25rem;top:5.2452087402344E-6rem;left:31.749348640442rem;overflow:hidden;display:block; }
#Gnt5Iw7rSnWSqTHL6CgDukmn9oUwrErL { position:absolute;display:block;z-index:15025;background-color:#ffdf2b;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.248698125rem;width:3.7487rem;top:25.501302719116rem;left:54.313153266907rem;display:block; }
#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC { position:relative;display:block; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC { background-color: transparent; background-image: none; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container > .video-iframe-container { display: none; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row > .video-iframe-container { display: none; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .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); }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC { border-width: 0; border-radius: 0; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hiBitnHzSlIDiKAec2TNVTUA7ZTMCPLR { color:#000000;display:block;width:59.99925rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9421296827495rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa { 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; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container { background-color: transparent; background-image: none; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container > .video-iframe-container { display: none; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row > .video-iframe-container { display: none; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .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); }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container { border-width: 0; border-radius: 0; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#Tl1wzDpTRaWm4Jv50SHofeIUdFfGfc4E { color:#454545;display:block;width:7.561875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4967451095581rem;left:13.632813453674rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pmFGLOvJrv2iMQ6zASyRQB0DHNWW03bC { color:#000000;display:block;width:12.686875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2838544845581rem;left:8.5488290786744rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tDPrPQS3bT7EGN1BOuBComgyKRuAhuuX { color:#454545;display:block;width:13.7486875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.65234375rem;left:7.4876298904419rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fp6geDiHU10yu7Nsos77pLu9HH1TgUqf { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.171224594116rem;left:5.2356767654419rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pa60yQhJPH7SnlQcai3AzEfepISwEsmw { color:#000000;display:block;width:15.374375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.520183563233rem;left:38.412762641907rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y3niTkIfHXqmDkOaz5GwJeT7VmuII855 { color:#454545;display:block;width:7.999375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.439453125rem;left:45.746747016907rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lu7lM9tPioTgRGweSx3Lk93WAMKxrv05 { color:#000000;display:block;width:14.3736875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6822919845581rem;left:39.332032203674rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DIhbaPCfumVlxsgMfncWo5OP5lM1EDO8 { color:#454545;display:block;width:14.186875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4967451095581rem;left:41.936200141907rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWQC124VSznUsOCRGb83R7dwA3y3VWg1 { 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:25.0621875rem;width:29.1869375rem;top:0rem;left:15.405817031861rem;overflow:hidden;display:block; }
#fGlKT3aqfuen97uMhRcSuqpioG4DPxA1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1862rem;width:2.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:11.452474594116rem;left:5.3424482345581rem; }
#k6KMCKyhJs9n88JSqDInaNb4QKzel33l { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1862rem;width:2.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:4.056640625rem;left:10.779948234558rem; }
#Vf2LgZbrhB5qwly3Nm9dvILhTLKl0oDN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18555rem;width:2.18555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.4967451095581rem;left:38.228516578674rem; }
#FyUtT7FBzh3bP3bAMK9atxoaBZWFfE3e { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37435rem;width:2.37435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:13.145833969116rem;left:43.319661140442rem; }
#Bvk8n9VA9Lw2xGLCQEimkWSCnTsT2FaX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1862rem;width:2.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:21.617839813233rem;left:5.3424482345581rem; }
#o0EAM78Xus3rdE68okH6JcQBhvaBabZV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1862rem;width:2.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:21.617839813233rem;left:39.791668891907rem; }
#EV8hTJsaeluXK7TyixX6CworXPOpdQVd { color:#454545;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.817058563233rem;left:8.5488290786744rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZSyqOTeQTw24FzoAWsqKdOh5SPVBBoi { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.3359375rem;left:8.3294267654419rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJQ5yu7gKbSZEFoMrWS2xFN15A4s83hS { color:#454545;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.057943344116rem;left:43.591145515442rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a9dBWwh6La2RKvdL2C7Q0MblaOzibtP4 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.3359375rem;left:40.820313453674rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph { 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; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container { background-color: transparent; background-image: none; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container > .video-iframe-container { display: none; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row > .video-iframe-container { display: none; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .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); }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container { border-width: 0; border-radius: 0; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#E1uqV3OQtq0gckV21wD063eKSSGognFO { color:#707070;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8747031688688rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCACGvt4JqZ3chyEonXDtbUTMPrMOTuU { color:#000000;display:block;width:59.9985625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9576091766358rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo { position:relative;display:block; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo { background-color: transparent; background-image: none; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container > .video-iframe-container { display: none; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row > .video-iframe-container { display: none; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .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); }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo { border-width: 0; border-radius: 0; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhMHN4LXlnRHUa3VfsUrre7t7AXs7I6r { color:#707070;display:block;width:18.2494375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.638013839722rem;left:0.87456607818606rem;height:11.046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEQ12wX8GyIrz73ncsEgt9wulOz1DEx0 { color:#4c4c4c;display:block;width:17.687375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5595941543581rem;left:1.155237197876rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#queDDz8La8sNBdBC1iPRHC8TAQtMJGRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.19762134552rem;left:8.4367771148681rem; }
#bpW7Mz3acQmwLimgEo2r03mftAgaGusQ { color:#707070;display:block;width:18.061375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.637291908264rem;left:20.967884063721rem;height:9.6660125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3wXSnHNc2K3fdXXaZMuQ7qxEP367X7Q { color:#4c4c4c;display:block;width:14.37425rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5581445693969rem;left:22.811054229736rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rmu53bMtKJDC5frb9OchXELwWEEztXG5 { color:#707070;display:block;width:17.374875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9450006484988rem;left:41.311489105224rem;height:11.04689375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eu6C7DfCndZ3IcRbp22B8kzp1Lhtgsho { color:#4c4c4c;display:block;width:17.9369375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5581607818606rem;left:41.030818939209rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLbwT9S354RRQFptcpNwz5A2iENdodd4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.2583904266358rem;left:48.437503814698rem; }
#PMyG7UJAW3PTUqC6iB7wVW1RQEz4qufQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.1954574584961rem;left:28.436779022217rem; }
#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU { position:relative;display:block; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU { background-color: transparent; background-image: none; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container > .video-iframe-container { display: none; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row > .video-iframe-container { display: none; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .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); }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU { border-width: 0; border-radius: 0; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kqrpVwUbmTTlqBEKHgeneS1chmspqB20 { color:#000000;display:block;width:59.9986875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.787109375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ { position:relative;display:block; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ { background-color: transparent; background-image: none; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container > .video-iframe-container { display: none; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row > .video-iframe-container { display: none; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .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); }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ { border-width: 0; border-radius: 0; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uyhoJc56RbdLTdyiyDVPnZdy2hESRVVK { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.01220703125rem;left:0rem;height:16.570325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUbIykxWfQIP3iPlisnQdluITPQ2NIIs { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lH2Ows04bXk8cgXyam60V13J2oz6ztUD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:10.875rem;top:-0.9375rem;left:24.78125rem;overflow:hidden;display:block; }
#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm { position:relative;display:block; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm { background-color: transparent; background-image: none; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container > .video-iframe-container { display: none; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row > .video-iframe-container { display: none; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .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); }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm { border-width: 0; border-radius: 0; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aHNwn8hffSnsZWst2iAGecV0ZFKMOZfg { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.825000762939rem;left:0rem;height:9.666025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHTw605RUaBff62fWbypGsw9OCea9PoX { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VB2aT1HVzvXJWGwnuPRgPGvV9SRq7CK4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.3092665672302rem;left:24.843750953674rem;overflow:hidden;display:block; }
#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS { position:relative;display:block; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS { background-color: transparent; background-image: none; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container > .video-iframe-container { display: none; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row > .video-iframe-container { display: none; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .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); }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS { border-width: 0; border-radius: 0; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w7b1dcaKuJ6JdZtyTmLnnTfPS5SEIvGM { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.19970703125rem;left:0rem;height:28.998075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGsEITz4hT6zReTMlXMtzAxl4TTh0AS1 { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRWhJw3FHyS7OTtTQOWh0gUMBbTAMDIE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:10.875rem;top:-0.9375rem;left:24.71875rem;overflow:hidden;display:block; }
#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF { position:relative;display:block; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF { background-color: transparent; background-image: none; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container > .video-iframe-container { display: none; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row > .video-iframe-container { display: none; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .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); }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF { border-width: 0; border-radius: 0; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DO4VqwANV19FtVgWAbfX8sMP0S7uMUAP { color:#707070;display:block;width:59.99925rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5126953125rem;left:0rem;height:8.2851625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7BaHDnpMxnWinzBcL7OkptZIUDUgb1l { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8DOHLo0vmm4OIA3DA2XVGepVmqOMll7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.0273447036743rem;left:24.843751907349rem;overflow:hidden;display:block; }
#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm { position:relative;display:block; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm { background-color: transparent; background-image: none; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container > .video-iframe-container { display: none; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row > .video-iframe-container { display: none; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .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); }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm { border-width: 0; border-radius: 0; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ImipAeo9EJ5ByTtb4dQqwTzCxCP4aTWl { color:#707070;display:block;width:59.999rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:15.1894625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUZF8eI7l3RutUcXcthuZE7451QdQqCu { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTTSfRX7CRraEppWfMOa1tv35s55U90c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:10.5rem;top:-0.375rem;left:24.78125rem;overflow:hidden;display:block; }
#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT { position:relative;display:block; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT { background-color: transparent; background-image: none; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container > .video-iframe-container { display: none; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row > .video-iframe-container { display: none; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .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); }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT { border-width: 0; border-radius: 0; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HzRkQfy97nl43L4pEOtc3Usvei1fQPgP { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.137500047684rem;left:0rem;height:8.2851625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQHyKD0zomKUQ3dBdknFBkeV45eUSHP0 { color:#707070;display:block;width:59.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9150390625rem;left:0.0625rem;height:13.8086125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHcczm47ruoe4fybqXUHhcEsmeCdHCdw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.8125rem;top:-0.8125rem;left:24.78125rem;overflow:hidden;display:block; }
#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz { position:relative;display:block; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz { background-color: transparent; background-image: none; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container > .video-iframe-container { display: none; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row > .video-iframe-container { display: none; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .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); }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz { border-width: 0; border-radius: 0; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CcB9KiIB3F5QiU7fBfHCKBQ1xOoKQWfD { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.94970703125rem;left:0rem;height:13.8086rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHtpzlNQzaXIMINewXpl2IeMzikioMgm { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4775390625rem;left:0rem;height:5.52344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DH21OZc4c4OkeTHRhJk2C8caNA2DaJUR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.625rem;top:-1.1875rem;left:24.78125rem;overflow:hidden;display:block; }
#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB { position:relative;display:block; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB { background-color: transparent; background-image: none; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container > .video-iframe-container { display: none; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row > .video-iframe-container { display: none; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .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); }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB { border-width: 0; border-radius: 0; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x78reXStaJDCkz07FxyL1xmTg6PhHNc0 { color:#121011;display:block;width:59.999rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.7001953125rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 { position:relative;display:block; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 { background-color: transparent; background-image: none; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container > .video-iframe-container { display: none; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row > .video-iframe-container { display: none; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .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); }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 { border-width: 0; border-radius: 0; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#coEgGFT6qKNGT37fxr15RkirLmQ9yaMk { color:#707070;display:block;width:59.99925rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.638165712357rem;left:0rem;height:6.9043rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrPZiVp2PT4bPeK78oJTB8fJOR55nVEo { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.915221452713rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AguHG7Mp9vWzRratqtc4TLzsFtWKhORH { color:#707070;display:block;width:59.9991875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.32470703125rem;left:0rem;height:8.2851625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEitMIP7E0fyo5xuZD4fRw5qGHTC0Elw { color:#707070;display:block;width:59.9984375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:39.26220703125rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX8ItSDLEPIlwQ7Tm8JyS8PsQlSsHTkV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.0624980926514rem;left:25.156251907349rem;overflow:hidden;display:block; }
#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG { position:relative;display:block; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG { background-color: transparent; background-image: none; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container > .video-iframe-container { display: none; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row > .video-iframe-container { display: none; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .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); }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG { border-width: 0; border-radius: 0; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iGbrN23AWc9FRT9J9qEL9rNyrZRWAAnu { color:#707070;display:block;width:59.99925rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.638165712357rem;left:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTmBu9z7mLwk7VqJUkqqHvTJhJVSLJ6S { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9150390625rem;left:0rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQPfszoMSDii6PUJUZlTUiHmHElJL8PS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.375rem;top:1.06201171875rem;left:23.931640625rem;overflow:hidden;display:block; }
#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP { position:relative;display:block; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP { background-color: transparent; background-image: none; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container > .video-iframe-container { display: none; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row > .video-iframe-container { display: none; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .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); }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP { border-width: 0; border-radius: 0; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jvyv6OJom41oIkxGe30TFXcRSgKnmuTr { color:#707070;display:block;width:59.99925rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.638165712357rem;left:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG8WwJmvgXLKaQ7vrNoDELld204OOEyZ { color:#707070;display:block;width:59.9985625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9150390625rem;left:0rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzLndZoR50tE4ubHRbsUqPiZNpLTP2QK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:1.56201171875rem;left:25.306640625rem;overflow:hidden;display:block; }
#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 { position:relative;display:block; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 { background-color: transparent; background-image: none; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container > .video-iframe-container { display: none; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row > .video-iframe-container { display: none; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .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); }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 { border-width: 0; border-radius: 0; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fztbTN2PkL89p5m5gvarhevEOt06ZgzR { color:#000000;display:block;width:59.9986875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.787109375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container { background-color: transparent; background-image: none; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container > .video-iframe-container { display: none; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row > .video-iframe-container { display: none; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .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); }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container { border-width: 0; border-radius: 0; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#TrPU3REgWsvq2HhC4rmv6SMi7E93kHkh { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9477558135986rem;left:0rem;display:block; }
#HIQFhkipPFol2A9h456xbZ9alcV1DwkS { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3418531417844rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGGMehDn6AWMk0ifCrtnlHraJumikbcD { color:#333333;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.2724609375rem;left:1.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnGF7legPSGckBuowJitpoCPn8r4hTV5 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:15.56134223938rem;display:block; }
#veTkTZqICLHdU7HGQgqH3fKTvand3QqV { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:15.936777114868rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgfotFq6H30k1GKfgITbXSieEk029ucv { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:30.561344146729rem;display:block; }
#hlS2ZeKW3XVTw0G7nRom0pVSkwmSvxdM { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:30.936779022217rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArANpol2J96sH8ifiAXQ8hq3bIasyz43 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:45.561344146729rem;display:block; }
#dvLbHh9NUIkz9TahpgCKC4OCOvLbv8Hd { color:#000000;display:block;width:13.4996875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:45.748699188233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud31oLzr6F8uMZ8P81M2qexpLxEAR8md { color:#333333;display:block;width:13.3745rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:16.52099609375rem;left:0.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXQ3zgpv75uaEv20X0BPwLc4nrorQppR { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:14997;line-height:1.6;letter-spacing:0;top:11.15185546875rem;left:15.68701171875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cy4z18BzdvwwG9yti83asmBy3aTTM7P2 { color:#333333;display:block;width:13.4996875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11.2001953125rem;left:30.74853515625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F32HJmrNB0MlmVy21u7QR5pAQfIbJuNM { position:absolute;display:block;z-index:15026;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.62255859375rem;left:5.06103515625rem;display:block; }
#EpxTq01oacp1mD7HUZtZBF7tqAZpO2RJ { position:absolute;display:block;z-index:15027;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:20.624279022217rem;display:block; }
#qlC6QVrbb8J2NbfJn6dTOhkbUAL6D7mi { position:absolute;display:block;z-index:15028;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:35.624279022217rem;display:block; }
#KcWLJTZclTwa1pw8yLbsf8daF024A5vo { position:absolute;display:block;z-index:15029;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:50.625003814698rem;display:block; }
#cDXJ1cViR3fqWmWS6T0Tg9ckTGHTpI9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.8518581390381rem;left:26.351997375488rem; }
#LbW8dnSguy87gbo0K85mKtNvy1mPzigE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18605625rem;width:2.18605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:2.3198852539062rem;left:26.820747375488rem; }
#RiMBBzDAb8iLCHA7tT8986P5Cx0NsdPS { color:#333333;display:block;width:13.624rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:14.2470703125rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZounHzxDvAIDObh3CNTTinIovJCM7bB { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:18.351418972016rem;left:15.687211990356rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFm5qSm0Xsdc7o64mgJJRelIfFnonRTT { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:18.351418972016rem;left:30.686489105224rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWb16E5TzIBibTDEig4vddUSKuAqBIst { color:#333333;display:block;width:13.6245rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:20.42333984375rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t9OA2wyR2ssMgplZku7ohq3A5BUAGtTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1235375rem;width:3.1235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.8515625rem;left:41.37353515625rem; }
#xSfaJnJgqmVSHaCSqBAaNbmvdcpiXaNW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1860375rem;width:2.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:2.3203125rem;left:41.87353515625rem; }
#fa0UVpgl3OkoFWZnE1JyGrcuOXMVuSKQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1235375rem;width:3.1235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.8515625rem;left:56.18603515625rem; }
#eAVOywgIdPQTUem4Wlpx229CQsqwJDcl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1860375rem;width:2.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2.3203125rem;left:56.65478515625rem; }
#cmPTJZSCizTPDtKQFm0tqdDIXvNaCS8h { color:#333333;display:block;width:13.6235625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:18.27783203125rem;left:45.68798828125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pd1qbR1bUo3PTecRhPRafxqS1EZ4iSa2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1235375rem;width:3.1235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.8515625rem;left:10.8125rem; }
#BcWgK8fqMBzEwI69OzugaD3pedXtSaT8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1860375rem;width:2.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:2.3203125rem;left:11.25rem; }
#kmlluzDpQWLZTrh3cnONdzUwIISNCPdr { color:#333333;display:block;width:13.4995rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.162109375rem;left:45.6884765625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container { background-color: transparent; background-image: none; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container > .video-iframe-container { display: none; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row > .video-iframe-container { display: none; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .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); }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container { border-width: 0; border-radius: 0; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#uCiffXE8T14OgVV4LbRUi99KASgRf1Fz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9477558135986rem;left:0rem;display:block; }
#Dcpb4NiZE0568HLcPHUE3MN8tnFTqCSO { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3418531417844rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHkcwhw8nwsRWOHxE1EdQTMXmeHEtt0J { color:#333333;display:block;width:11.624rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:12.110122680664rem;left:1.1212377548218rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fh2JTIB3zB2HbJtMeu1eMRT5Rp3z3QU3 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:15.56134223938rem;display:block; }
#EEh2Of5K9bgkmD9ieEhCplHupCJcuTNK { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:15.936777114868rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPAbDsdPzCaWdtbEd0S0Bs5mLnvRdh0c { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:30.561344146729rem;display:block; }
#PB7EeQSHwKtSzB0Mk1G59sISZeWNDwcU { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:30.936779022217rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP19UFgpciMg4QEgh0xKVDR5KIZS6wup { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:45.561344146729rem;display:block; }
#QBHm6BUt6Pq71dk69Gf4CELV27X72wZF { color:#000000;display:block;width:13.4996875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:45.748699188233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Npn0OvgrbhwUVDFiKTuLtkJU7Pi5NleA { color:#333333;display:block;width:13.3734375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.046875rem;left:45.81298828125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ctq4IlXmoZRlfTsPOebD7iCmfQrUb2u3 { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:14997;line-height:1.6;letter-spacing:0;top:12.109399795533rem;left:15.687211990356rem;height:2.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQJLM2e138MXcslCtOg7v4uqb4muGu5H { color:#333333;display:block;width:13.49925rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:12.109375rem;left:30.750001907349rem;height:2.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dU6mHLBwtrBTUuZv31zRxMJnveLz4xfE { position:absolute;display:block;z-index:15026;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.7478141784669rem;left:5.061487197876rem;display:block; }
#OiDHti1y4m7mL97Gs5Oer5Tgq9OEl14k { position:absolute;display:block;z-index:15027;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:20.624279022217rem;display:block; }
#TRoAHGbJ9UI2gFDNK2bG64Rsz5oalu0c { position:absolute;display:block;z-index:15028;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:35.624279022217rem;display:block; }
#aPw8FHK4bvHeDf1rSVamTRqKgRUKoLKS { position:absolute;display:block;z-index:15029;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:50.625003814698rem;display:block; }
#GCk7XRN7qk5BqNVi4bFPkpoXxpKQziWh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.5625rem;left:10.6875rem; }
#cl1CdS5uuUVvOmzrbsIGVhCpg275I3gy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18605625rem;width:2.18605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2rem;left:11.125rem; }
#F1vgB3qeXdRowZaXP5uVG5TntHyfQ7t3 { color:#333333;display:block;width:13.62425rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:18.93505859375rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWwdw2AeNky9Z0P3OomZ1aeLPH5J2NvT { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:17.163629829884rem;left:30.686489105224rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBHCy70iBe1lA8OprhUuaoA8yJ125d3S { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:17.163629829884rem;left:15.687211990356rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nwkxABWKuRyFtmooOhKxAh8RJqxXPClV { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:17.163629829884rem;left:45.686489105224rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CG6pTwbcILbwidOtNgHdQrz5oEQpHPa0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18605625rem;width:2.18605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:2rem;left:26.8125rem; }
#zNqU7snw87wMt6Gi4NSEyNJcR3ZEgsoI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.5625rem;left:26.375rem; }
#lCgdVDtbgwTZZoltZBnmTZi3ODrtWUt4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1235375rem;width:3.1235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.5625rem;left:56.37353515625rem; }
#hPyk5dKr48Q04LDv6NAnc30lhuDZZSAg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1860375rem;width:2.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:2.03125rem;left:56.84228515625rem; }
#txqItQyT6UibhuDqcZ7UCiKRZ2bGZq1X { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18605625rem;width:2.18605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:1.9375rem;left:11.125rem;display:none; }
#UOtuJbFGTS5X9BZ0WLxrh4w2XKkcOqhS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1860375rem;width:2.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:2.03125rem;left:56.84228515625rem;display:none; }
#blofIcWe54JgMuBgFqNiLPvhI88WOzgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container { background-color: transparent; background-image: none; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container > .video-iframe-container { display: none; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row > .video-iframe-container { display: none; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .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); }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container { border-width: 0; border-radius: 0; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#ft7N2CRvfEolTpmRwOqtaGtx5BVdnCq9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:3.07275390625rem;left:0rem;display:block; }
#FF2FWKDLZID3P4STwvwoEJqJQ5zei1be { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3418531417844rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIZO91yirr79lx3xlcERBKB9d9eAAR1R { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:15.56134223938rem;display:block; }
#SOZ46TkBVuiFOuA7BlV1thc5CQumnUa8 { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:15.936777114868rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Va9ENkJSZu8y3pLoActk1DI7z7bxct1V { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:30.561344146729rem;display:block; }
#apCLSQ69s4qxpe53WplJpsuorEfQAJif { color:#000000;display:block;width:13.12425rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:30.936779022217rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6qVeHdJM4M2UASGdJOHEohkopEpUViR { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.4996875rem;top:2.9455852508545rem;left:45.561344146729rem;display:block; }
#MCHWExW18TDIBUTcGMOiu0R7Laz9Tp9c { color:#000000;display:block;width:13.4996875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3404064178469rem;left:45.748699188233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hADQ3MRTSXOLaciS4urCTkBhovNUr7Dq { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.15234375rem;left:45.7490234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Px1Hik5cwLcG8HJoy0Obs2hk6glcvOTq { color:#333333;display:block;width:13.62425rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:14997;line-height:1.6;letter-spacing:0;top:12.063282012939rem;left:15.687501907349rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G98X2EqO5dXgtSoNSJM0qvpbiaqB4ObC { color:#333333;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:12.15234375rem;left:30.6865234375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymk7KEErQDrOAbGEgHUNokP0lyDn22mq { position:absolute;display:block;z-index:15026;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.7478141784669rem;left:5.061487197876rem;display:block; }
#Q8MvEuBskymOK9q7RKieCyx8PJxXmcDx { position:absolute;display:block;z-index:15027;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:20.624279022217rem;display:block; }
#X5ROvMxIJgeWxna1fx4xrTMxgUF906Jl { position:absolute;display:block;z-index:15028;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:35.624279022217rem;display:block; }
#HeBbCIXSbM5GGWUw96g0bOBC50y4F89Z { position:absolute;display:block;z-index:15029;background-color:#ffdf2b;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.248119375rem;width:3.74855625rem;top:8.747091293335rem;left:50.625003814698rem;display:block; }
#gRg1uR7JlWK53wEJBLVuJkLMGafLXe4f { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18605625rem;width:2.18605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:1.9375rem;left:11.125rem; }
#up7nTwdpVq3b6zWc7FDIsXcQaN0arWzv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12355625rem;width:3.12355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.5rem;left:10.6875rem; }
#dPzm3d8C0ilc9TBZObvxd0Sf4cHT7Pc7 { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:19.103009223938rem;left:15.687211990356rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XB82Asv7HK1nEL4TGRhF25KnLNH51l50 { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:19.03955078125rem;left:30.68603515625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ci9Mfd58LgKQaLkokBddUqXhivKMhAaF { color:#333333;display:block;width:13.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:18.97705078125rem;left:45.68603515625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOCOcDqgCgdtELGsr4UqrIeTNbdTr45B { color:#333333;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.27685546875rem;left:1.12548828125rem;height:5.59960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPEVVX4mDs6XTMVsfnOr2vQo1NGxkZUh { color:#333333;display:block;width:13.6235625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:19.10205078125rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 { position:relative;display:block; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 { background-color: transparent; background-image: none; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container > .video-iframe-container { display: none; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row > .video-iframe-container { display: none; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .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); }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 { border-width: 0; border-radius: 0; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PT9MTvOR09ZQgmTe5Nx3PRmgig2Vqdpv { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9121074676514rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c1e06;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; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { background-color: transparent; background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .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); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { border-width: 0; border-radius: 0; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#WoB9oWnpHvsntuA9DtCkumHPshHrmIaA { 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.625rem;width:7.8125rem;top:0rem;left:26.250000953674rem;overflow:hidden;display:block; }
#qeFcmpAH0VycMSOqWTbgmmSoIFMhKZte { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.06191875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.2803821563721rem;left:43.506946563721rem;display:block; }
#UVAQfFGnLbDXythnIyTreHth71SHuxNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hi6opJqSmQTKtkzrmxdWKavmlMOXbi6X { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.2803821563721rem;left:50.569736480713rem;display:block; }
#Ny38cHuXBzhkIV5MPaL3FFFeEPNzIfp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h { display:block; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNgBwtE0CbNMvfNmOW8ef6ekhU2cGtVz { width:18.875rem;height:11rem;top:2.0000000409782rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG8kyfuGXAcTLC55oISDrGFuPkbMr3Ce { top:3.875rem;left:34rem;width:13.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQ2p7dRHzOg4dK2K4VIHNJcD5zlxdnT { display:block; }
 }@media only screen and (max-width: 763px) { #ndflNh3QlbI7aKCvW10TFkGkJzgToLXO { display:block; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqXF6E8b14MTq2flkSZJTZZ2PMAOINI { top:22.499999362976rem;left:1.3750000596046rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h54eZtsJFhaqULxHuFtgTZL8AOTVRcxW { top:2.7499993629754rem;left:1.3750000596046rem;width:12.4375rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evR38IUeL3m8BK1mAFgaOysTlyi2Zmlb { top:10.499999362976rem;left:1.3750000596046rem;width:12.4375rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxp4iAJU5dQuq7mGQlBu2cNlbUbcEHc3 { top:15.187499362976rem;left:1.3750000596046rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btqSG8KFE7fS96RDlw0nK5rgQTioV9VP { top:17.812499362976rem;left:1.3750000596046rem;width:21.125rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrT9Tf116vF6ygIXuzhKzplImaaJTygz { top:22.500000655651rem;left:43.281251251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUoyhe92WQxOGKRX2zSTaoxBdznaCoov { top:15.186849296093rem;left:43.281251251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FidTzGNOnzqA3CWkWQHFeMPlIZy6pZaG { top:30.562500953674rem;left:43.281251251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4iS1qFXsFBvUTCVZZzGG0P9bKr8mtqM { top:38.000000953674rem;left:1.3750000596046rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC3ad8PDGVvTCV2J7kxb9wB74XfDhBvl { top:7.5624993629756rem;left:1.3750000596046rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnMDR7VpEqRAVJ9srQv3MgqC0u2921FT { top:17.811850249767rem;left:33.375001251697rem;width:13.75rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOKgXM6ydmw6rcDFVEM0pPCMyfnmKOht { top:10.499349296093rem;left:33.593751251697rem;width:13.3125rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHGCRAi92a52X4P5gJGLGky4CRuP9Tm { top:26.374999701977rem;left:32.031251251697rem;width:15rem;height:3.57421875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRyNVorEKFalszwTvcghl91G84IB6uiR { top:33.562500953674rem;left:1.3750000596046rem;width:10.0625rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddP1eGzpACq2sEdl9KJECp9eUGizMvwD { top:26.374999701977rem;left:32.031251251697rem;width:15rem;height:3.574225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTHJdJqEJF7nKLPzEkVlk46kMG3FpfJ { top:30.562500953674rem;left:43.281251251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgfXOqZglsrfMvIAnRiwXtF380CnOE55 { display:block; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:21.9375rem;height:3.16845625rem;top:3.3750004768372rem;left:2.0000000596046rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzM3yQ2NfSvzASdSEhibV005LcDlmMWP { width:21.5625rem;height:13.4375rem;top:3.9062504768372rem;left:1.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:22.25rem;height:15.5976375rem;top:2.3125rem;left:24.750001251698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q { display:block; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzgDGAwN8ly4GCboCwh5Lnua3oT0Swot { width:5.4375rem;height:5.4375rem;top:1.1992163658142rem;left:9.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmgfgLQz27atw92puKiObICKnT24TgUB { width:23.5rem;height:1.78746875rem;top:6.6360676288606rem;left:0.18750029802322rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIBOH44bxp9ETqZ7e5ie200goKmKbZsb { width:22.1875rem;height:16.89745rem;top:9.8125rem;left:0.84375005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBRWLGQHsstME6CidvP1eCFMdenOvypb { width:23.125rem;height:23.125rem;top:2.6562526226044rem;left:24.250001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #givFWX4wFuCQn0rZ5diOhK5BE6XUzaeO { top:24.25rem;left:42.437501251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hM1bbUykK32vepbSapzuT9HeGlxQZD { display:block; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwrsirouZFpk6RVxqSrFdJucakIEnIF { width:23.6875rem;height:1.78746875rem;top:7.9993491172787rem;left:24.061848938465rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3kGksyRAxWX0Nlfk6gUb8eUL0QTGLkD { width:5.3125rem;height:5.3125rem;top:1.9362087249756rem;left:33.156251251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNy6iRIyEATG5L53D5MNnOThSnwFTaDQ { width:21.125rem;height:12.998025rem;top:12.187498092651rem;left:25.250001251698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFJqTS4Ronv91SaD7mCLwWsgKXlRioo { width:23.0625rem;height:23.0625rem;top:2.6562526226044rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPswTCmlNJTXyyotKucHiAL87t00ctb { top:24.3125rem;left:18.376302063465rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grZkft4oZG9T06SlQmo2yigvBEDk5HZz { display:block; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evH81zMHhZfJtF7EegCWtIro0cnmZBv1 { width:5.4375rem;height:5.4375rem;top:1.6874952316284rem;left:9.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmryC65ozzBPdkeQ0daWGeklLgqb3o3u { width:23.75rem;height:1.78746875rem;top:8.1249952316281rem;left:0.18750005960464rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJyX9qJJB4dO5m6p9LRSiWsfUqXFvLVC { width:22.375rem;height:11.69825rem;top:13.4921875rem;left:0.75000005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUUf0WoKMpB9vJXdTROTu6Uly3pZCAA { width:23.125rem;height:23.125rem;top:2.6562449932098rem;left:24.250001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlKebxfmt2VC3k7k9W3hmurblHP724G { top:23.875005722046rem;left:42.437501251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaZkCHxto2rS7BBIndMxZpWzvtxAxMI { display:block; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1niZVbJl97aSTcmvC3DrJIUzyFFXD0P { width:23.8125rem;height:1.78746875rem;top:8.0000003278256rem;left:23.936848938465rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iI6o0z2kVeAa9xxFErcfPGkNg0L7UyNP { width:5.3125rem;height:5.3125rem;top:2.0625003278256rem;left:33.156251251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy3dWUdpWGxhEW6U39qsruKlH89v4PPK { width:21.875rem;height:9.0986125rem;top:12.187500327826rem;left:24.749348938465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbmNsoaALaLgTw6lL7KG1nLVTB9qOgFN { width:23.125rem;height:23.125rem;top:2.6555976867676rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGzBcENrvDCzp9Ckg0w6gplTb0lsU0Og { top:23.882161378861rem;left:1.4375000596046rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r { display:block; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxE3HnBTHdqt7zKT4SA3qnM9kJxKN86J { width:5.4375rem;height:5.4375rem;top:1.4375rem;left:9.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHFRKPDy664CONWGD3XxazNTKy9ZzzK { width:23.6875rem;height:1.78746875rem;top:8.1875rem;left:0.062500059604644rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KL09WeGA8pGLViniTHeMmpVlpym28xNO { width:21.25rem;height:9.0986375rem;top:14.3125rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRFsicQ3XmKGM2zpfB7D7heONwcVfHV { width:23.125rem;height:23.125rem;top:2.6562538146973rem;left:24.250001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt5Iw7rSnWSqTHL6CgDukmn9oUwrErL { top:24.500003814698rem;left:42.562501251697rem;width:3.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC { display:block; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiBitnHzSlIDiKAec2TNVTUA7ZTMCPLR { width:47.75rem;height:2.4375rem;top:1.5312503278256rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa { display:block; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl1wzDpTRaWm4Jv50SHofeIUdFfGfc4E { width:8.624875rem;height:1.86865rem;top:6.9162302017213rem;left:1.7462384700775rem;font-size:1.4375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmFGLOvJrv2iMQ6zASyRQB0DHNWW03bC { width:14.749rem;height:1.78746875rem;top:9.7489852905275rem;left:1.7462384700775rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tDPrPQS3bT7EGN1BOuBComgyKRuAhuuX { width:14.5625rem;height:1.78746875rem;top:18.253038335591rem;left:1.7462384700775rem;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fp6geDiHU10yu7Nsos77pLu9HH1TgUqf { width:13.8744375rem;height:5.361325rem;top:20.872397422791rem;left:1.7462384700775rem;font-size:1.375rem;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pa60yQhJPH7SnlQcai3AzEfepISwEsmw { width:14.874875rem;height:3.57421875rem;top:19.978300023824rem;left:31.278213977814rem;font-size:1.375rem;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #y3niTkIfHXqmDkOaz5GwJeT7VmuII855 { width:11.1875rem;height:1.78746875rem;top:18.02300446108rem;left:34.74826669693rem;font-size:1.375rem;text-align:right;text-align-last:right;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7lM9tPioTgRGweSx3Lk93WAMKxrv05 { width:15.31175rem;height:3.57421875rem;top:9.7482614517213rem;left:31.059029102326rem;font-size:1.375rem;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #DIhbaPCfumVlxsgMfncWo5OP5lM1EDO8 { width:12.7495625rem;height:1.78746875rem;top:6.9567422159019rem;left:33.465712070465rem;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LWQC124VSznUsOCRGb83R7dwA3y3VWg1 { width:29.125rem;height:25.009003117833rem;top:0rem;left:9.2808170318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlKT3aqfuen97uMhRcSuqpioG4DPxA1 { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6KMCKyhJs9n88JSqDInaNb4QKzel33l { top:4.000289440155rem;left:4.9348959922791rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2LgZbrhB5qwly3Nm9dvILhTLKl0oDN { top:4.1225408799946rem;left:38.623411655426rem;width:2.12456875rem;height:2.12456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyUtT7FBzh3bP3bAMK9atxoaBZWFfE3e { top:13.125rem;left:37.194661140442rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvk8n9VA9Lw2xGLCQEimkWSCnTsT2FaX { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0EAM78Xus3rdE68okH6JcQBhvaBabZV { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV8hTJsaeluXK7TyixX6CworXPOpdQVd { width:14.5625rem;height:1.78746875rem;top:18.253038335591rem;left:1.7462384700775rem;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wZSyqOTeQTw24FzoAWsqKdOh5SPVBBoi { width:13.8744375rem;height:3.574225rem;top:20.872397422791rem;left:1.7462384700775rem;font-size:1.375rem;font-family:"open sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJQ5yu7gKbSZEFoMrWS2xFN15A4s83hS { width:11.1875rem;height:1.78746875rem;top:18.02300446108rem;left:34.74826669693rem;font-size:1.375rem;text-align:right;text-align-last:right;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a9dBWwh6La2RKvdL2C7Q0MblaOzibtP4 { width:14.874875rem;height:1.7871125rem;top:19.978300023824rem;left:31.278213977814rem;font-size:1.375rem;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TheA3NCnhAd29bmmyCfs30IsKcQ8WBph { display:block; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1uqV3OQtq0gckV21wD063eKSSGognFO { width:47.75rem;height:2.84375rem;top:6.9364757537844rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCACGvt4JqZ3chyEonXDtbUTMPrMOTuU { width:47.7495625rem;height:2.84375rem;top:4.1529102325439rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWr1hkLUmSUppTwXVfed0gPeIq4pGHo { display:block; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container { width:47.75rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhMHN4LXlnRHUa3VfsUrre7t7AXs7I6r { width:14.6875rem;height:13.8086125rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQ12wX8GyIrz73ncsEgt9wulOz1DEx0 { width:16rem;height:1.625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #queDDz8La8sNBdBC1iPRHC8TAQtMJGRP { width:3.0625rem;height:3.0625rem;top:2.1875rem;left:6.3742771148681rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpW7Mz3acQmwLimgEo2r03mftAgaGusQ { width:15rem;height:11.046875rem;top:10.624275207519rem;left:16.311777591706rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3wXSnHNc2K3fdXXaZMuQ7qxEP367X7Q { width:15.8125rem;height:1.625rem;top:6.5rem;left:15.936054229736rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmu53bMtKJDC5frb9OchXELwWEEztXG5 { width:15.1244375rem;height:13.8085625rem;top:11.002604961395rem;left:32.625147342682rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu6C7DfCndZ3IcRbp22B8kzp1Lhtgsho { width:16rem;height:1.625rem;top:6.5rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLbwT9S354RRQFptcpNwz5A2iENdodd4 { width:3.0625rem;height:3.0625rem;top:2.25rem;left:38.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyG7UJAW3PTUqC6iB7wVW1RQEz4qufQ { width:3.0625rem;height:3.0625rem;top:2.1875rem;left:22.249279022217rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU { display:block; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqrpVwUbmTTlqBEKHgeneS1chmspqB20 { width:47.75rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ { display:block; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyhoJc56RbdLTdyiyDVPnZdy2hESRVVK { width:14.6875rem;height:51.091825rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbIykxWfQIP3iPlisnQdluITPQ2NIIs { width:14.6875rem;height:2.76171875rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH2Ows04bXk8cgXyam60V13J2oz6ztUD { width:10.875rem;height:15.5rem;top:-0.9375rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm { display:block; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHNwn8hffSnsZWst2iAGecV0ZFKMOZfg { width:14.6875rem;height:34.521475rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTw605RUaBff62fWbypGsw9OCea9PoX { width:14.6875rem;height:1.3808625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2aT1HVzvXJWGwnuPRgPGvV9SRq7CK4 { width:10.3125rem;height:10.3125rem;top:1.25rem;left:18.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS { display:block; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7b1dcaKuJ6JdZtyTmLnnTfPS5SEIvGM { width:14.6875rem;height:114.61156875rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsEITz4hT6zReTMlXMtzAxl4TTh0AS1 { width:14.6875rem;height:1.3808625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRWhJw3FHyS7OTtTQOWh0gUMBbTAMDIE { width:10.875rem;height:15.5rem;top:-0.9375rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF { display:block; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO4VqwANV19FtVgWAbfX8sMP0S7uMUAP { width:14.6875rem;height:22.0937375rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BaHDnpMxnWinzBcL7OkptZIUDUgb1l { width:14.6875rem;height:1.3808625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8DOHLo0vmm4OIA3DA2XVGepVmqOMll7 { width:10.3125rem;height:10.3125rem;top:2rem;left:18.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm { display:block; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImipAeo9EJ5ByTtb4dQqwTzCxCP4aTWl { width:14.6875rem;height:48.33011875rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZF8eI7l3RutUcXcthuZE7451QdQqCu { width:14.6875rem;height:1.3808625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTSfRX7CRraEppWfMOa1tv35s55U90c { width:10.5rem;height:15.125rem;top:-0.375rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAT4uofwTOgVduN11dzqcO2xT1wRDEcT { display:block; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzRkQfy97nl43L4pEOtc3Usvei1fQPgP { width:14.6875rem;height:27.617225rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQHyKD0zomKUQ3dBdknFBkeV45eUSHP0 { width:14.6875rem;height:16.570325rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcczm47ruoe4fybqXUHhcEsmeCdHCdw { width:10.8125rem;height:15.375rem;top:-0.8125rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz { display:block; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcB9KiIB3F5QiU7fBfHCKBQ1xOoKQWfD { width:14.6875rem;height:45.56835rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHtpzlNQzaXIMINewXpl2IeMzikioMgm { width:14.6875rem;height:8.2851625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH21OZc4c4OkeTHRhJk2C8caNA2DaJUR { width:10.625rem;height:15.375rem;top:-1.1875rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB { display:block; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x78reXStaJDCkz07FxyL1xmTg6PhHNc0 { width:14.6875rem;height:2.76171875rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 { display:block; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coEgGFT6qKNGT37fxr15RkirLmQ9yaMk { width:14.6875rem;height:27.617175rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPZiVp2PT4bPeK78oJTB8fJOR55nVEo { width:14.6875rem;height:1.3808625rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguHG7Mp9vWzRratqtc4TLzsFtWKhORH { width:14.6875rem;height:31.7598rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEitMIP7E0fyo5xuZD4fRw5qGHTC0Elw { width:14.6875rem;height:12.42775rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX8ItSDLEPIlwQ7Tm8JyS8PsQlSsHTkV { width:10.3125rem;height:10.3125rem;top:2rem;left:19.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuosxTay4kHBrsEwPCuDfTRVlomT9IEG { display:block; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGbrN23AWc9FRT9J9qEL9rNyrZRWAAnu { width:14.6875rem;height:19.332rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmBu9z7mLwk7VqJUkqqHvTJhJVSLJ6S { width:14.6875rem;height:2.761725rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQPfszoMSDii6PUJUZlTUiHmHElJL8PS { width:12.375rem;height:10.25rem;top:1rem;left:17.806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP { display:block; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jvyv6OJom41oIkxGe30TFXcRSgKnmuTr { width:14.6875rem;height:19.332rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG8WwJmvgXLKaQ7vrNoDELld204OOEyZ { width:14.6875rem;height:2.761725rem;top:10.624275207519rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLndZoR50tE4ubHRbsUqPiZNpLTP2QK { width:10.4375rem;height:10.4375rem;top:1.5rem;left:19.181640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 { display:block; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fztbTN2PkL89p5m5gvarhevEOt06ZgzR { width:47.75rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJlPQlnNDlizs3VaZnHO98OPOzP77CCo { display:block; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPU3REgWsvq2HhC4rmv6SMi7E93kHkh { width:10.625rem;height:12.8125rem;top:2.9354748725891rem;left:0.46802663803101rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIQFhkipPFol2A9h456xbZ9alcV1DwkS { width:10.75rem;height:1.29980625rem;top:6.3122100830075rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGMehDn6AWMk0ifCrtnlHraJumikbcD { width:11.1875rem;height:5.25rem;top:12.099248409271rem;left:0.18663197755814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGF7legPSGckBuowJitpoCPn8r4hTV5 { width:10.625rem;height:12.8125rem;top:2.9347515106201rem;left:12.405237674713rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTkTZqICLHdU7HGQgqH3fKTvand3QqV { width:10.6875rem;height:1.29980625rem;top:6.3122100830075rem;left:12.562355518341rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgfotFq6H30k1GKfgITbXSieEk029ucv { width:10.625rem;height:12.8125rem;top:2.9347515106201rem;left:24.343172550201rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlS2ZeKW3XVTw0G7nRom0pVSkwmSvxdM { width:10.8745625rem;height:1.29980625rem;top:6.3114876747131rem;left:24.404659748077rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArANpol2J96sH8ifiAXQ8hq3bIasyz43 { width:10.625rem;height:12.8125rem;top:2.9347515106201rem;left:36.280382633209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLbHh9NUIkz9TahpgCKC4OCOvLbv8Hd { width:10.75rem;height:1.29980625rem;top:6.3122100830075rem;left:36.43735742569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud31oLzr6F8uMZ8P81M2qexpLxEAR8md { width:10.6875rem;height:5.25rem;top:12.098524570465rem;left:36.437502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQ3zgpv75uaEv20X0BPwLc4nrorQppR { width:10.499875rem;height:4.19970625rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4z18BzdvwwG9yti83asmBy3aTTM7P2 { width:10.7494375rem;height:4.19970625rem;top:12.098524570465rem;left:24.468317508697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32HJmrNB0MlmVy21u7QR5pAQfIbJuNM { top:8.6241326332094rem;left:39.937067508698rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxTq01oacp1mD7HUZtZBF7tqAZpO2RJ { top:8.6241326332094rem;left:27.99985742569rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlC6QVrbb8J2NbfJn6dTOhkbUAL6D7mi { top:8.6241326332094rem;left:16.061922550201rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcWLJTZclTwa1pw8yLbsf8daF024A5vo { top:8.6241326332094rem;left:3.9677376747131rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDXJ1cViR3fqWmWS6T0Tg9ckTGHTpI9P { width:3.0625rem;height:3.0625rem;top:1.8125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbW8dnSguy87gbo0K85mKtNvy1mPzigE { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiMBBzDAb8iLCHA7tT8986P5Cx0NsdPS { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZounHzxDvAIDObh3CNTTinIovJCM7bB { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFm5qSm0Xsdc7o64mgJJRelIfFnonRTT { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWb16E5TzIBibTDEig4vddUSKuAqBIst { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OA2wyR2ssMgplZku7ohq3A5BUAGtTR { width:3.0625rem;height:3.0625rem;top:1.8125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSfaJnJgqmVSHaCSqBAaNbmvdcpiXaNW { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0UVpgl3OkoFWZnE1JyGrcuOXMVuSKQ { width:3.0625rem;height:3.0625rem;top:1.8125rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVOywgIdPQTUem4Wlpx229CQsqwJDcl { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPTJZSCizTPDtKQFm0tqdDIXvNaCS8h { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1qbR1bUo3PTecRhPRafxqS1EZ4iSa2 { width:3.0625rem;height:3.0625rem;top:1.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcWgK8fqMBzEwI69OzugaD3pedXtSaT8 { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlluzDpQWLZTrh3cnONdzUwIISNCPdr { width:10.7494375rem;height:8.3994rem;top:12.098524570465rem;left:24.468317508697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy { display:block; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container { width:47.75rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCiffXE8T14OgVV4LbRUi99KASgRf1Fz { width:10.625rem;height:12.8125rem;top:1.8120659589768rem;left:0.46802663803101rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcpb4NiZE0568HLcPHUE3MN8tnFTqCSO { width:10.7494375rem;height:1.29980625rem;top:5.075231552124rem;left:0.59389472007751rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkcwhw8nwsRWOHxE1EdQTMXmeHEtt0J { width:10.1875rem;height:6.9995rem;top:10.748699188233rem;left:0.7501447200775rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh2JTIB3zB2HbJtMeu1eMRT5Rp3z3QU3 { width:10.625rem;height:12.8125rem;top:1.7115163803101rem;left:12.405237674713rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh2Of5K9bgkmD9ieEhCplHupCJcuTNK { width:10.1244375rem;height:1.29980625rem;top:5.0745086669922rem;left:12.842882633209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPAbDsdPzCaWdtbEd0S0Bs5mLnvRdh0c { width:10.625rem;height:12.8125rem;top:1.7115163803101rem;left:24.343172550201rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7EeQSHwKtSzB0Mk1G59sISZeWNDwcU { width:10.62425rem;height:1.29980625rem;top:5.0745086669922rem;left:24.530527591706rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP19UFgpciMg4QEgh0xKVDR5KIZS6wup { width:10.625rem;height:12.8125rem;top:1.8098955154419rem;left:36.280382633209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHm6BUt6Pq71dk69Gf4CELV27X72wZF { width:10.6871875rem;height:1.29980625rem;top:5.0730609893799rem;left:36.43735742569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npn0OvgrbhwUVDFiKTuLtkJU7Pi5NleA { width:10.499875rem;height:4.19970625rem;top:10.747250556946rem;left:36.530672550201rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctq4IlXmoZRlfTsPOebD7iCmfQrUb2u3 { width:10.499875rem;height:2.7998rem;top:10.747974395752rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJLM2e138MXcslCtOg7v4uqb4muGu5H { width:10.499875rem;height:2.7998rem;top:10.747974395752rem;left:24.593462467194rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU6mHLBwtrBTUuZv31zRxMJnveLz4xfE { top:7.3726854324344rem;left:39.937067508698rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDHti1y4m7mL97Gs5Oer5Tgq9OEl14k { top:7.3726854324344rem;left:27.99985742569rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoAHGbJ9UI2gFDNK2bG64Rsz5oalu0c { top:7.3726854324344rem;left:16.061922550201rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPw8FHK4bvHeDf1rSVamTRqKgRUKoLKS { top:7.3741312026975rem;left:4.1247110366821rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCk7XRN7qk5BqNVi4bFPkpoXxpKQziWh { width:3.0625rem;height:3.0625rem;top:1.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl1CdS5uuUVvOmzrbsIGVhCpg275I3gy { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1vgB3qeXdRowZaXP5uVG5TntHyfQ7t3 { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWwdw2AeNky9Z0P3OomZ1aeLPH5J2NvT { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBHCy70iBe1lA8OprhUuaoA8yJ125d3S { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwkxABWKuRyFtmooOhKxAh8RJqxXPClV { width:10.499875rem;height:2.79980625rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6pTwbcILbwidOtNgHdQrz5oEQpHPa0 { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqU7snw87wMt6Gi4NSEyNJcR3ZEgsoI { width:3.0625rem;height:3.0625rem;top:1.5625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCgdVDtbgwTZZoltZBnmTZi3ODrtWUt4 { width:3.0625rem;height:3.0625rem;top:1.5625rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPyk5dKr48Q04LDv6NAnc30lhuDZZSAg { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqItQyT6UibhuDqcZ7UCiKRZ2bGZq1X { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOtuJbFGTS5X9BZ0WLxrh4w2XKkcOqhS { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:none; }
 }@media only screen and (max-width: 763px) { #blofIcWe54JgMuBgFqNiLPvhI88WOzgx { display:block; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft7N2CRvfEolTpmRwOqtaGtx5BVdnCq9 { width:10.625rem;height:12.8125rem;top:1.7115292549133rem;left:0.46802663803101rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF2FWKDLZID3P4STwvwoEJqJQ5zei1be { width:10.499875rem;height:1.29980625rem;top:5.0752320289612rem;left:0.71759259700775rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZO91yirr79lx3xlcERBKB9d9eAAR1R { width:10.625rem;height:12.8125rem;top:1.7115292549133rem;left:12.405237674713rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ46TkBVuiFOuA7BlV1thc5CQumnUa8 { width:10.812375rem;height:1.29980625rem;top:5.0752320289612rem;left:12.499277591706rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9ENkJSZu8y3pLoActk1DI7z7bxct1V { width:10.625rem;height:12.8125rem;top:1.7115292549133rem;left:24.343172550201rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCLSQ69s4qxpe53WplJpsuorEfQAJif { width:10.6871875rem;height:1.29980625rem;top:5.0752320289612rem;left:24.498699665069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6qVeHdJM4M2UASGdJOHEohkopEpUViR { width:10.625rem;height:12.8125rem;top:1.7115292549133rem;left:36.280382633209rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHWExW18TDIBUTcGMOiu0R7Laz9Tp9c { width:10.812375rem;height:1.29980625rem;top:5.0752320289612rem;left:36.374422550201rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hADQ3MRTSXOLaciS4urCTkBhovNUr7Dq { width:10.8745625rem;height:1.3999rem;top:11.398293018341rem;left:36.341871738434rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px1Hik5cwLcG8HJoy0Obs2hk6glcvOTq { width:10.499875rem;height:5.5996125rem;top:11.398293018341rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G98X2EqO5dXgtSoNSJM0qvpbiaqB4ObC { width:10.7494375rem;height:1.3999rem;top:11.398293018341rem;left:24.468317508697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymk7KEErQDrOAbGEgHUNokP0lyDn22mq { top:7.435619831085rem;left:39.937067508698rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MvEuBskymOK9q7RKieCyx8PJxXmcDx { top:7.435619831085rem;left:27.99985742569rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ROvMxIJgeWxna1fx4xrTMxgUF906Jl { top:7.5614876747131rem;left:16.061922550201rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBbCIXSbM5GGWUw96g0bOBC50y4F89Z { top:7.5614876747131rem;left:4.1247110366821rem;width:3.68706875rem;height:0.187355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRg1uR7JlWK53wEJBLVuJkLMGafLXe4f { top:15.672743797303rem;left:5.1873555183411rem;width:2.186775rem;height:2.186775rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7nTwdpVq3b6zWc7FDIsXcQaN0arWzv { width:3.0625rem;height:3.0625rem;top:1.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzm3d8C0ilc9TBZObvxd0Sf4cHT7Pc7 { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB82Asv7HK1nEL4TGRhF25KnLNH51l50 { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci9Mfd58LgKQaLkokBddUqXhivKMhAaF { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOCOcDqgCgdtELGsr4UqrIeTNbdTr45B { width:9.4994375rem;height:8.39941875rem;top:10.698786258698rem;left:1.2188947200775rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPEVVX4mDs6XTMVsfnOr2vQo1NGxkZUh { width:10.499875rem;height:1.3999rem;top:12.098524570465rem;left:12.655527591706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 { display:block; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT9MTvOR09ZQgmTe5Nx3PRmgig2Vqdpv { width:47.75rem;height:2.4375rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoB9oWnpHvsntuA9DtCkumHPshHrmIaA { width:7.5rem;height:4.5rem;top:0rem;left:20.125001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFcmpAH0VycMSOqWTbgmmSoIFMhKZte { width:6rem;height:2.1875rem;top:1.25rem;left:37.381946563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVAQfFGnLbDXythnIyTreHth71SHuxNV { display:block; }
 }@media only screen and (max-width: 763px) { #Hi6opJqSmQTKtkzrmxdWKavmlMOXbi6X { width:9.1875rem;height:2.1875rem;top:1.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny38cHuXBzhkIV5MPaL3FFFeEPNzIfp8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h { background-color:transparent;background-image:url("https://images.assets-landingi.com/kNb9nnjc/Picture_109_websize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.adaptive-delivery-prevent-bg, #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.lazyload, #EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h.lazyloading { background-image: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { background-color: transparent; background-image: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container > .video-iframe-container { display: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row > .video-iframe-container { display: none; }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .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); }#EpssPN76W1y16gNg9tcAKKIAZ3BBVg8h > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNgBwtE0CbNMvfNmOW8ef6ekhU2cGtVz { width:20rem;height:11.7568125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG8kyfuGXAcTLC55oISDrGFuPkbMr3Ce { top:14.256375rem;left:3.0625rem;width:13.84475rem;height:3.219725rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQ2p7dRHzOg4dK2K4VIHNJcD5zlxdnT { display:block; }
 }@media only screen and (max-width: 763px) { #ndflNh3QlbI7aKCvW10TFkGkJzgToLXO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { background-color: transparent; background-image: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container > .video-iframe-container { display: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container { display: none; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .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); }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { border-width: 0; border-radius: 0; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndflNh3QlbI7aKCvW10TFkGkJzgToLXO > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqXF6E8b14MTq2flkSZJTZZ2PMAOINI { width:3.75rem;height:0.25rem;top:24.359375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h54eZtsJFhaqULxHuFtgTZL8AOTVRcxW { width:20rem;height:3.574225rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evR38IUeL3m8BK1mAFgaOysTlyi2Zmlb { width:20rem;height:3.574225rem;top:7.51171875rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxp4iAJU5dQuq7mGQlBu2cNlbUbcEHc3 { width:3.75rem;height:0.25rem;top:12.1484375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btqSG8KFE7fS96RDlw0nK5rgQTioV9VP { width:20rem;height:3.574225rem;top:20.16015625rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrT9Tf116vF6ygIXuzhKzplImaaJTygz { width:3.75rem;height:0.25rem;top:31.30859375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUoyhe92WQxOGKRX2zSTaoxBdznaCoov { width:3.75rem;height:0.25rem;top:18.66015625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FidTzGNOnzqA3CWkWQHFeMPlIZy6pZaG { width:3.75rem;height:0.25rem;top:35.658203125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4iS1qFXsFBvUTCVZZzGG0P9bKr8mtqM { width:3.75rem;height:0.25rem;top:48.431155625rem;left:8.125rem;background-color:#ffdf2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dC3ad8PDGVvTCV2J7kxb9wB74XfDhBvl { width:3.6875rem;height:0.1875rem;top:6.07421875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnMDR7VpEqRAVJ9srQv3MgqC0u2921FT { width:20rem;height:3.574225rem;top:25.734375rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOKgXM6ydmw6rcDFVEM0pPCMyfnmKOht { width:20rem;height:3.574225rem;top:13.0859375rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTHGCRAi92a52X4P5gJGLGky4CRuP9Tm { width:20rem;height:1.7871125rem;top:32.80859375rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRyNVorEKFalszwTvcghl91G84IB6uiR { width:20rem;height:3.574225rem;top:43.606936875rem;left:0rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddP1eGzpACq2sEdl9KJECp9eUGizMvwD { width:14.9985625rem;height:3.574225rem;top:37.033203125rem;left:2.5rem;font-size:1.375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSTHJdJqEJF7nKLPzEkVlk46kMG3FpfJ { width:3.6870125rem;height:0.187011875rem;top:42.169925rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgfXOqZglsrfMvIAnRiwXtF380CnOE55 { display:block; }#DgfXOqZglsrfMvIAnRiwXtF380CnOE55 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:10.1875rem;height:2.5996125rem;top:9.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzM3yQ2NfSvzASdSEhibV005LcDlmMWP { width:11.8125rem;height:7.3125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:17.9375rem;height:20.7968375rem;top:14.23046875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q { display:block; }#OsMF4caI5GTNhX59GnfqlO3IyRVpd33Q > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzgDGAwN8ly4GCboCwh5Lnua3oT0Swot { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmgfgLQz27atw92puKiObICKnT24TgUB { width:20rem;height:1.7871125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIBOH44bxp9ETqZ7e5ie200goKmKbZsb { width:17.6875rem;height:20.79688125rem;top:10.9746125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBRWLGQHsstME6CidvP1eCFMdenOvypb { width:20rem;height:20rem;top:33.0214875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #givFWX4wFuCQn0rZ5diOhK5BE6XUzaeO { width:3.6875rem;height:0.1875rem;top:54.615084912109rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hM1bbUykK32vepbSapzuT9HeGlxQZD { display:block; }#k5hM1bbUykK32vepbSapzuT9HeGlxQZD > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGwrsirouZFpk6RVxqSrFdJucakIEnIF { width:20rem;height:1.7871125rem;top:30.905807495118rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3kGksyRAxWX0Nlfk6gUb8eUL0QTGLkD { width:5.3125rem;height:5.3125rem;top:24.343307495118rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNy6iRIyEATG5L53D5MNnOThSnwFTaDQ { width:18.75rem;height:12.998025rem;top:33.942919995117rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFJqTS4Ronv91SaD7mCLwWsgKXlRioo { width:19.9375rem;height:19.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPswTCmlNJTXyyotKucHiAL87t00ctb { width:3.6875rem;height:0.1875rem;top:22.905807495118rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grZkft4oZG9T06SlQmo2yigvBEDk5HZz { display:block; }#grZkft4oZG9T06SlQmo2yigvBEDk5HZz > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evH81zMHhZfJtF7EegCWtIro0cnmZBv1 { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmryC65ozzBPdkeQ0daWGeklLgqb3o3u { width:20rem;height:1.7871125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJyX9qJJB4dO5m6p9LRSiWsfUqXFvLVC { width:18.25rem;height:14.29785625rem;top:10.9746125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUUf0WoKMpB9vJXdTROTu6Uly3pZCAA { width:20rem;height:20rem;top:26.5224875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlKebxfmt2VC3k7k9W3hmurblHP724G { width:3.6875rem;height:0.1875rem;top:47.741382458496rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaZkCHxto2rS7BBIndMxZpWzvtxAxMI { display:block; }#buaZkCHxto2rS7BBIndMxZpWzvtxAxMI > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1niZVbJl97aSTcmvC3DrJIUzyFFXD0P { width:20rem;height:1.7871125rem;top:30.475639499512rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6o0z2kVeAa9xxFErcfPGkNg0L7UyNP { width:5.3125rem;height:5.3125rem;top:23.913139499512rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy3dWUdpWGxhEW6U39qsruKlH89v4PPK { width:18.6875rem;height:10.398425rem;top:33.512751999512rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbmNsoaALaLgTw6lL7KG1nLVTB9qOgFN { width:19.999rem;height:19.999rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGzBcENrvDCzp9Ckg0w6gplTb0lsU0Og { width:3.6870125rem;height:0.187011875rem;top:22.476127624512rem;left:1.0626447200775rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r { display:block; }#I7z6CCkw7eTGJhVQrXyWXNmgkbE2ks0r > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxE3HnBTHdqt7zKT4SA3qnM9kJxKN86J { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHFRKPDy664CONWGD3XxazNTKy9ZzzK { width:20rem;height:1.7871125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL09WeGA8pGLViniTHeMmpVlpym28xNO { width:18.25rem;height:9.0986375rem;top:10.9746125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRFsicQ3XmKGM2zpfB7D7heONwcVfHV { width:20rem;height:20rem;top:21.3232375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnt5Iw7rSnWSqTHL6CgDukmn9oUwrErL { width:3.6875rem;height:0.1875rem;top:43.166411480713rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC { display:block; }#wFvSlBIfwFTvhl3981Rl9sViM2M8ZXlC > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiBitnHzSlIDiKAec2TNVTUA7ZTMCPLR { width:19.9985625rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa { display:block; }#R3c4JbFwwrdizFvNQ2cuwh7n63rZ5sTa > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl1wzDpTRaWm4Jv50SHofeIUdFfGfc4E { width:8.124rem;height:1.86865rem;top:4.6860375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmFGLOvJrv2iMQ6zASyRQB0DHNWW03bC { width:14.1860625rem;height:1.7871125rem;top:7.46630859375rem;left:2.90673828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDPrPQS3bT7EGN1BOuBComgyKRuAhuuX { width:13.4360625rem;height:1.7871125rem;top:53.08203125rem;left:3.28173828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fp6geDiHU10yu7Nsos77pLu9HH1TgUqf { width:16.9985625rem;height:3.57421875rem;top:44.4736328125rem;left:1.50048828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #pa60yQhJPH7SnlQcai3AzEfepISwEsmw { width:14.0610625rem;height:3.57421875rem;top:26.4990234375rem;left:2.96923828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #y3niTkIfHXqmDkOaz5GwJeT7VmuII855 { width:9.7485625rem;height:1.7871125rem;top:23.8369140625rem;left:5.12548828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7lM9tPioTgRGweSx3Lk93WAMKxrv05 { width:15.5610625rem;height:3.57421875rem;top:15.64794921875rem;left:2.21923828125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhbaPCfumVlxsgMfncWo5OP5lM1EDO8 { width:12.2485625rem;height:1.7871125rem;top:13.3603515625rem;left:3.87548828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LWQC124VSznUsOCRGb83R7dwA3y3VWg1 { width:19.9985625rem;height:17.1860625rem;top:58.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlKT3aqfuen97uMhRcSuqpioG4DPxA1 { width:2.1860375rem;height:2.1860375rem;top:10.40478515625rem;left:8.90673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6KMCKyhJs9n88JSqDInaNb4QKzel33l { width:2.1860375rem;height:2.1860375rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2LgZbrhB5qwly3Nm9dvILhTLKl0oDN { width:2.1860375rem;height:2.1860375rem;top:49.80712890625rem;left:8.90673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyUtT7FBzh3bP3bAMK9atxoaBZWFfE3e { width:2.3745125rem;height:2.3745125rem;top:39.68212890625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvk8n9VA9Lw2xGLCQEimkWSCnTsT2FaX { width:2.1245125rem;height:2.1245125rem;top:20.263671875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0EAM78Xus3rdE68okH6JcQBhvaBabZV { width:2.1245125rem;height:2.1245125rem;top:31.26318359375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV8hTJsaeluXK7TyixX6CworXPOpdQVd { width:9.4985625rem;height:1.7871125rem;top:41.994140625rem;left:5.25048828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wZSyqOTeQTw24FzoAWsqKdOh5SPVBBoi { width:15.1860625rem;height:3.574225rem;top:55.6103515625rem;left:2.40673828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #dJQ5yu7gKbSZEFoMrWS2xFN15A4s83hS { width:10.4360625rem;height:1.7871125rem;top:34.6240234375rem;left:4.78173828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a9dBWwh6La2RKvdL2C7Q0MblaOzibtP4 { width:13.2485625rem;height:1.7871125rem;top:37.3251953125rem;left:3.37548828125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TheA3NCnhAd29bmmyCfs30IsKcQ8WBph { display:block; }#TheA3NCnhAd29bmmyCfs30IsKcQ8WBph > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1uqV3OQtq0gckV21wD063eKSSGognFO { width:19.9985625rem;height:1.7871125rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QCACGvt4JqZ3chyEonXDtbUTMPrMOTuU { width:19.9985625rem;height:1.7871125rem;top:1.89990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #alWr1hkLUmSUppTwXVfed0gPeIq4pGHo { display:block; }#alWr1hkLUmSUppTwXVfed0gPeIq4pGHo > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhMHN4LXlnRHUa3VfsUrre7t7AXs7I6r { width:18.187rem;height:11.046875rem;top:8.28125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQ12wX8GyIrz73ncsEgt9wulOz1DEx0 { width:19.9360625rem;height:2.03125rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #queDDz8La8sNBdBC1iPRHC8TAQtMJGRP { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpW7Mz3acQmwLimgEo2r03mftAgaGusQ { width:18.4995rem;height:9.6660125rem;top:27.828125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3wXSnHNc2K3fdXXaZMuQ7qxEP367X7Q { width:19.9360625rem;height:2.03125rem;top:24.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmu53bMtKJDC5frb9OchXELwWEEztXG5 { width:18.6245rem;height:11.04689375rem;top:45.7431640625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu6C7DfCndZ3IcRbp22B8kzp1Lhtgsho { width:19.9360625rem;height:2.03125rem;top:42.984375rem;left:0.0634765625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLbwT9S354RRQFptcpNwz5A2iENdodd4 { width:2.5rem;height:2.5rem;top:39.6806640625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMyG7UJAW3PTUqC6iB7wVW1RQEz4qufQ { width:2.5rem;height:2.5rem;top:20.578125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU { display:block; }#CR89e9fnEeJrmNTZT7r6GIv6rF12hLqU > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqrpVwUbmTTlqBEKHgeneS1chmspqB20 { width:19.9985625rem;height:1.7871125rem;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) { #ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ { display:block; }#ATz6avJiCZzIUJs7y85PniUzKQF7cbIZ > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyhoJc56RbdLTdyiyDVPnZdy2hESRVVK { width:19.9985625rem;height:38.6641rem;top:16.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbIykxWfQIP3iPlisnQdluITPQ2NIIs { width:19.9985625rem;height:2.76171875rem;top:13.17578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH2Ows04bXk8cgXyam60V13J2oz6ztUD { width:8.875rem;height:12.625rem;top:0.55078125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm { display:block; }#PaOuRpkOn6wDG6veJEeP57Dl9vtc5wIm > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHNwn8hffSnsZWst2iAGecV0ZFKMOZfg { width:19.9985625rem;height:26.2363rem;top:15.44287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTw605RUaBff62fWbypGsw9OCea9PoX { width:19.9985625rem;height:1.3808625rem;top:11.1787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2aT1HVzvXJWGwnuPRgPGvV9SRq7CK4 { width:10.25rem;height:10.25rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS { display:block; }#cKZwoCD2mVTRHI8g1GLADN3qMixmOmHS > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7b1dcaKuJ6JdZtyTmLnnTfPS5SEIvGM { width:19.9985625rem;height:81.4707125rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGsEITz4hT6zReTMlXMtzAxl4TTh0AS1 { width:19.9985625rem;height:1.3808625rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRWhJw3FHyS7OTtTQOWh0gUMBbTAMDIE { width:10.125rem;height:14.4375rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF { display:block; }#anLS1BlaqUN7vyXmT2T9UdtQO7FqdBmF > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO4VqwANV19FtVgWAbfX8sMP0S7uMUAP { width:19.9985625rem;height:16.57031875rem;top:16.67333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BaHDnpMxnWinzBcL7OkptZIUDUgb1l { width:19.9985625rem;height:1.3808625rem;top:12.701171875rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8DOHLo0vmm4OIA3DA2XVGepVmqOMll7 { width:10.3125rem;height:10.3125rem;top:1.33203125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm { display:block; }#WeiXQV9kyA7hXS1kw3BcpWUf9VxIHpCm > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImipAeo9EJ5ByTtb4dQqwTzCxCP4aTWl { width:19.9985625rem;height:34.5215125rem;top:17.47802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZF8eI7l3RutUcXcthuZE7451QdQqCu { width:19.9985625rem;height:1.3808625rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTSfRX7CRraEppWfMOa1tv35s55U90c { width:9rem;height:12.8125rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAT4uofwTOgVduN11dzqcO2xT1wRDEcT { display:block; }#PAT4uofwTOgVduN11dzqcO2xT1wRDEcT > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzRkQfy97nl43L4pEOtc3Usvei1fQPgP { width:19.9985625rem;height:20.7129125rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQHyKD0zomKUQ3dBdknFBkeV45eUSHP0 { width:19.9985625rem;height:15.18946875rem;top:13.96240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcczm47ruoe4fybqXUHhcEsmeCdHCdw { width:9.3125rem;height:13.3125rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz { display:block; }#wdPWAJdZbhVElnBNmzpCPnxaNMMurDKz > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcB9KiIB3F5QiU7fBfHCKBQ1xOoKQWfD { width:19.9985625rem;height:33.14068125rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHtpzlNQzaXIMINewXpl2IeMzikioMgm { width:19.9985625rem;height:6.9043rem;top:13.50390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH21OZc4c4OkeTHRhJk2C8caNA2DaJUR { width:10rem;height:14.25rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB { display:block; }#blmwTEF6QP9Xu1fkmda5EMc76vWNF4tB > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x78reXStaJDCkz07FxyL1xmTg6PhHNc0 { width:19.9985625rem;height:2.76171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 { display:block; }#P6wU8cF5L94spBz7DfWccMKQaJ28bpM6 > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coEgGFT6qKNGT37fxr15RkirLmQ9yaMk { width:19.9985625rem;height:19.3320625rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrPZiVp2PT4bPeK78oJTB8fJOR55nVEo { width:19.9985625rem;height:1.3808625rem;top:10.95654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguHG7Mp9vWzRratqtc4TLzsFtWKhORH { width:20rem;height:22.09375rem;top:34.3935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEitMIP7E0fyo5xuZD4fRw5qGHTC0Elw { width:20rem;height:9.666rem;top:57.99365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX8ItSDLEPIlwQ7Tm8JyS8PsQlSsHTkV { width:10.3125rem;height:10.3125rem;top:0rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuosxTay4kHBrsEwPCuDfTRVlomT9IEG { display:block; }#TuosxTay4kHBrsEwPCuDfTRVlomT9IEG > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGbrN23AWc9FRT9J9qEL9rNyrZRWAAnu { width:19.9985625rem;height:15.1894375rem;top:15.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmBu9z7mLwk7VqJUkqqHvTJhJVSLJ6S { width:19.9985625rem;height:2.761725rem;top:11.6884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQPfszoMSDii6PUJUZlTUiHmHElJL8PS { width:11.75rem;height:9.8125rem;top:1.9384765625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP { display:block; }#IBtsWi1S4p3qpDba69mXcy4UeyKpTIGP > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jvyv6OJom41oIkxGe30TFXcRSgKnmuTr { width:19.9985625rem;height:13.808625rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG8WwJmvgXLKaQ7vrNoDELld204OOEyZ { width:19.9985625rem;height:2.761725rem;top:11.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLndZoR50tE4ubHRbsUqPiZNpLTP2QK { width:10.125rem;height:10.125rem;top:0.6953125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 { display:block; }#nBCLkxvtQFsM7FKdqTyl8elJAFR1H846 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fztbTN2PkL89p5m5gvarhevEOt06ZgzR { width:19.999rem;height:1.7871125rem;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) { #tJlPQlnNDlizs3VaZnHO98OPOzP77CCo { display:block; }#tJlPQlnNDlizs3VaZnHO98OPOzP77CCo > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPU3REgWsvq2HhC4rmv6SMi7E93kHkh { width:13.75rem;height:17.5rem;top:6.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIQFhkipPFol2A9h456xbZ9alcV1DwkS { width:13.1235625rem;height:1.29980625rem;top:7.9384765625rem;left:3.43798828125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGGMehDn6AWMk0ifCrtnlHraJumikbcD { width:13.1235625rem;height:3.9375rem;top:10.96875rem;left:3.43798828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnGF7legPSGckBuowJitpoCPn8r4hTV5 { width:13.75rem;height:17.5rem;top:25.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTkTZqICLHdU7HGQgqH3fKTvand3QqV { width:13.124rem;height:1.29980625rem;top:28.939235687256rem;left:3.0944738388063rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgfotFq6H30k1GKfgITbXSieEk029ucv { width:13.75rem;height:17.5rem;top:49rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlS2ZeKW3XVTw0G7nRom0pVSkwmSvxdM { width:13.124rem;height:1.29980625rem;top:52.37646484375rem;left:3.18603515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArANpol2J96sH8ifiAXQ8hq3bIasyz43 { width:13.75rem;height:17.5rem;top:72.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLbHh9NUIkz9TahpgCKC4OCOvLbv8Hd { width:13.124rem;height:1.29980625rem;top:75.81396484375rem;left:3.5322265625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud31oLzr6F8uMZ8P81M2qexpLxEAR8md { width:11.624rem;height:5.25rem;top:17.12451171875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQ3zgpv75uaEv20X0BPwLc4nrorQppR { width:11.624rem;height:4.19970625rem;top:32.78857421875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4z18BzdvwwG9yti83asmBy3aTTM7P2 { width:11.6245rem;height:4.19970625rem;top:57.35107421875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32HJmrNB0MlmVy21u7QR5pAQfIbJuNM { width:3.6870125rem;height:0.187011875rem;top:78.12646484375rem;left:8.0322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxTq01oacp1mD7HUZtZBF7tqAZpO2RJ { width:3.6870125rem;height:0.187011875rem;top:54.68896484375rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlC6QVrbb8J2NbfJn6dTOhkbUAL6D7mi { width:3.6875rem;height:0.125rem;top:31.00146484375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcWLJTZclTwa1pw8yLbsf8daF024A5vo { width:3.6870125rem;height:0.187011875rem;top:10.1259765625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDXJ1cViR3fqWmWS6T0Tg9ckTGHTpI9P { display:flex;width:3.0625rem;height:3.0625rem;top:4.9384765625rem;left:14.81103515625rem; }
 }@media only screen and (max-width: 763px) { #LbW8dnSguy87gbo0K85mKtNvy1mPzigE { width:2.2495125rem;height:2.2495125rem;top:48.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiMBBzDAb8iLCHA7tT8986P5Cx0NsdPS { width:13.9375rem;height:1.3999rem;top:86.37646484375rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZounHzxDvAIDObh3CNTTinIovJCM7bB { width:13.9375rem;height:1.3999rem;top:41.03857421875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFm5qSm0Xsdc7o64mgJJRelIfFnonRTT { width:13.9375rem;height:1.3999rem;top:63.0625rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWb16E5TzIBibTDEig4vddUSKuAqBIst { width:13.9375rem;height:1.3999rem;top:22.56201171875rem;left:3.25048828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9OA2wyR2ssMgplZku7ohq3A5BUAGtTR { display:flex;width:3.0625rem;height:3.0625rem;top:48.0625rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #xSfaJnJgqmVSHaCSqBAaNbmvdcpiXaNW { width:2.125rem;height:2.125rem;top:48.4375rem;left:14.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0UVpgl3OkoFWZnE1JyGrcuOXMVuSKQ { display:flex;width:3.0625rem;height:3.0625rem;top:24.3125rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #eAVOywgIdPQTUem4Wlpx229CQsqwJDcl { width:2.125rem;height:2.125rem;top:5.2822265625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPTJZSCizTPDtKQFm0tqdDIXvNaCS8h { width:13.9375rem;height:1.3999rem;top:14.90625rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1qbR1bUo3PTecRhPRafxqS1EZ4iSa2 { display:flex;width:3.0625rem;height:3.0625rem;top:24.3125rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #BcWgK8fqMBzEwI69OzugaD3pedXtSaT8 { width:2.125rem;height:2.125rem;top:24.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlluzDpQWLZTrh3cnONdzUwIISNCPdr { width:13.4375rem;height:5.59960625rem;top:79.96484375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy { display:block; }#ZbW12SwC5IeEfg6xrLf6ueKWge4WBumy > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCiffXE8T14OgVV4LbRUi99KASgRf1Fz { width:13.5615rem;height:17.5rem;top:1.25rem;left:3rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Dcpb4NiZE0568HLcPHUE3MN8tnFTqCSO { width:13.124rem;height:1.29980625rem;top:4.5131607055664rem;left:3.1258680820465rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkcwhw8nwsRWOHxE1EdQTMXmeHEtt0J { width:13.1235625rem;height:5.5996125rem;top:8.93701171875rem;left:3.43798828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh2JTIB3zB2HbJtMeu1eMRT5Rp3z3QU3 { width:13.75rem;height:17.5rem;top:22.6240234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh2Of5K9bgkmD9ieEhCplHupCJcuTNK { width:13.124rem;height:1.29980625rem;top:25.98681640625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPAbDsdPzCaWdtbEd0S0Bs5mLnvRdh0c { width:13.75rem;height:17.5rem;top:42.4990234375rem;left:3rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #PB7EeQSHwKtSzB0Mk1G59sISZeWNDwcU { width:13.1235625rem;height:1.29980625rem;top:43.92431640625rem;left:3.56298828125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP19UFgpciMg4QEgh0xKVDR5KIZS6wup { width:13.75rem;height:17.5rem;top:61.6240234375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHm6BUt6Pq71dk69Gf4CELV27X72wZF { width:13.1235625rem;height:1.29980625rem;top:64.88671875rem;left:3.0947265625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npn0OvgrbhwUVDFiKTuLtkJU7Pi5NleA { width:11.6235625rem;height:4.19970625rem;top:69.99853515625rem;left:3.9384765625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctq4IlXmoZRlfTsPOebD7iCmfQrUb2u3 { width:11.624rem;height:2.7998rem;top:29.28466796875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJLM2e138MXcslCtOg7v4uqb4muGu5H { width:11.624rem;height:2.7998rem;top:50.03662109375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU6mHLBwtrBTUuZv31zRxMJnveLz4xfE { width:3.6870125rem;height:0.187011875rem;top:67.1875rem;left:7.9072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDHti1y4m7mL97Gs5Oer5Tgq9OEl14k { width:3.6870125rem;height:0.187011875rem;top:46.28515625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoAHGbJ9UI2gFDNK2bG64Rsz5oalu0c { width:3.6870125rem;height:0.187011875rem;top:28.28515625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPw8FHK4bvHeDf1rSVamTRqKgRUKoLKS { width:3.6870125rem;height:0.187011875rem;top:6.81201171875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCk7XRN7qk5BqNVi4bFPkpoXxpKQziWh { display:flex;width:3.061525rem;height:3.061525rem;top:0rem;left:13.9365234375rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #cl1CdS5uuUVvOmzrbsIGVhCpg275I3gy { width:2.25rem;height:2.25rem;top:1.25rem;left:14.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1vgB3qeXdRowZaXP5uVG5TntHyfQ7t3 { width:13.5610625rem;height:1.3999rem;top:16.1240234375rem;left:3.21923828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWwdw2AeNky9Z0P3OomZ1aeLPH5J2NvT { width:13.875rem;height:1.3999rem;top:55.44970703125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBHCy70iBe1lA8OprhUuaoA8yJ125d3S { width:13.5610625rem;height:1.3999rem;top:35.83447265625rem;left:3.21923828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwkxABWKuRyFtmooOhKxAh8RJqxXPClV { width:13.9360625rem;height:1.3999rem;top:75.0810546875rem;left:3.03173828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6pTwbcILbwidOtNgHdQrz5oEQpHPa0 { width:1.9375rem;height:1.9375rem;top:0.43701171875rem;left:14.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqU7snw87wMt6Gi4NSEyNJcR3ZEgsoI { display:flex;width:3.0625rem;height:3.0625rem;top:21.79248046875rem;left:14.62451171875rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #lCgdVDtbgwTZZoltZBnmTZi3ODrtWUt4 { display:flex;width:3.0625rem;height:3.0625rem;top:60.6552734375rem;left:13.93603515625rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #hPyk5dKr48Q04LDv6NAnc30lhuDZZSAg { width:2.125rem;height:2.125rem;top:22.07373046875rem;left:15.12353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txqItQyT6UibhuDqcZ7UCiKRZ2bGZq1X { width:2.1245125rem;height:2.1245125rem;top:63.6552734375rem;left:14.87353515625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UOtuJbFGTS5X9BZ0WLxrh4w2XKkcOqhS { width:2.125rem;height:2.125rem;top:61.1240234375rem;left:14.43603515625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #blofIcWe54JgMuBgFqNiLPvhI88WOzgx { display:block; }#blofIcWe54JgMuBgFqNiLPvhI88WOzgx > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft7N2CRvfEolTpmRwOqtaGtx5BVdnCq9 { width:13.5615rem;height:17.5rem;top:3.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF2FWKDLZID3P4STwvwoEJqJQ5zei1be { width:13.124rem;height:1.29980625rem;top:5.05078125rem;left:3.24853515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZO91yirr79lx3xlcERBKB9d9eAAR1R { width:13.75rem;height:17.5rem;top:23.8115234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ46TkBVuiFOuA7BlV1thc5CQumnUa8 { width:13.124rem;height:1.29980625rem;top:26.2373046875rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va9ENkJSZu8y3pLoActk1DI7z7bxct1V { width:13.749rem;height:17.5rem;top:43.1240234375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCLSQ69s4qxpe53WplJpsuorEfQAJif { width:13.124rem;height:1.29980625rem;top:46.4873046875rem;left:3.5302734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6qVeHdJM4M2UASGdJOHEohkopEpUViR { width:13.749rem;height:17.5rem;top:62.8115234375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHWExW18TDIBUTcGMOiu0R7Laz9Tp9c { width:13.1235625rem;height:1.29980625rem;top:66.1748046875rem;left:3.3447265625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hADQ3MRTSXOLaciS4urCTkBhovNUr7Dq { width:11.6235625rem;height:1.3999rem;top:71.048828125rem;left:4.18798828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px1Hik5cwLcG8HJoy0Obs2hk6glcvOTq { width:11.6235625rem;height:5.5996125rem;top:30.49755859375rem;left:4.18798828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G98X2EqO5dXgtSoNSJM0qvpbiaqB4ObC { width:11.624rem;height:1.3999rem;top:52.62255859375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymk7KEErQDrOAbGEgHUNokP0lyDn22mq { width:3.6870125rem;height:0.187011875rem;top:68.53515625rem;left:7.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8MvEuBskymOK9q7RKieCyx8PJxXmcDx { width:3.5625rem;height:0.125rem;top:48.91015625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ROvMxIJgeWxna1fx4xrTMxgUF906Jl { width:3.6870125rem;height:0.187011875rem;top:28.2861328125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBbCIXSbM5GGWUw96g0bOBC50y4F89Z { width:3.6870125rem;height:0.187011875rem;top:7.287109375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRg1uR7JlWK53wEJBLVuJkLMGafLXe4f { width:2.1245125rem;height:2.1245125rem;top:2.625rem;left:14.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7nTwdpVq3b6zWc7FDIsXcQaN0arWzv { display:flex;width:3.0620125rem;height:3.0620125rem;top:2.3125rem;left:13.93603515625rem; }
 }@media only screen and (max-width: 763px) { #dPzm3d8C0ilc9TBZObvxd0Sf4cHT7Pc7 { width:13.9360625rem;height:1.3999rem;top:38.40966796875rem;left:3.03173828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB82Asv7HK1nEL4TGRhF25KnLNH51l50 { width:13.5610625rem;height:1.3999rem;top:74.2490234375rem;left:3.21923828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci9Mfd58LgKQaLkokBddUqXhivKMhAaF { width:13.5610625rem;height:1.3999rem;top:55.5732421875rem;left:3.21923828125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOCOcDqgCgdtELGsr4UqrIeTNbdTr45B { width:11.5625rem;height:4.19970625rem;top:8.98681640625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPEVVX4mDs6XTMVsfnOr2vQo1NGxkZUh { width:13.5625rem;height:1.3999rem;top:14.43603515625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 { display:block; }#raAQ5aaoQAmD33hNSlVR4xFQQ6WGgdh6 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT9MTvOR09ZQgmTe5Nx3PRmgig2Vqdpv { width:19.999rem;height:3.0869125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoB9oWnpHvsntuA9DtCkumHPshHrmIaA { width:5.6875rem;height:3.5rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFcmpAH0VycMSOqWTbgmmSoIFMhKZte { width:6rem;height:2.1875rem;top:6rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVAQfFGnLbDXythnIyTreHth71SHuxNV { display:block; }
 }@media only screen and (max-width: 763px) { #Hi6opJqSmQTKtkzrmxdWKavmlMOXbi6X { width:9.1875rem;height:2.1875rem;top:9.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny38cHuXBzhkIV5MPaL3FFFeEPNzIfp8 { display:block; }
 }