.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { background-color: transparent; background-image: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container > .video-iframe-container { display: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container { display: none; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .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); }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { border-width: 0; border-radius: 0; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsGwqBhy6goAJiulH497oz7Wgys1Didb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { background-color: transparent; background-image: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container > .video-iframe-container { display: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container { display: none; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .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); }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { border-width: 0; border-radius: 0; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#J54AatEDrSoFNAGKAuHGprHCHUefORs9 { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.75rem;width:18.4375rem;top:17.935546875rem;left:34.28125rem;overflow:hidden;display:block; }
#uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0.8125rem;height:4.8984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.146484375rem;left:0.8125rem;display:block; }
#d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQiCmNxlBAERB9PB1CluJNsMXspCw0es { position:absolute;display:block;z-index:15010;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.25rem;left:0.8125rem;display:block; }
#ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:18.375rem;top:8.3359375rem;left:27rem;overflow:hidden;display:block; }
#V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:15rem;width:19.5625rem;top:6.4375rem;left:39.4619140625rem;overflow:hidden;display:block; }
#ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { color:rgba(30,30,30,0.7);display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.953125rem;left:0.8125rem;height:17.59570625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75390625rem;left:28.0869140625rem;height:4.1425875rem;display:block; }
#eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.75390625rem;left:40.5556640625rem;height:4.1425875rem;display:block; }
#fG7A2gWsXR4vN0qEz8pMayyx7te0hnQR { display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:0.4140625rem;left:0.8125rem;height:4.7246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:none; }
#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container { background-color: transparent; background-image: none; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container > .video-iframe-container { display: none; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row > .video-iframe-container { display: none; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .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); }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container { border-width: 0; border-radius: 0; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#HrcPx5J6FdZAh2rmIc1bQkJdgLta8Tx3 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:33.0625rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-form-header {  }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#000000;width:30.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#a3c4f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#f2f9ff;width:30.9375rem;height:4.0625rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y [class*="-text"]:-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y [class*="-text"]::-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:29.6875rem;overflow:hidden;font-style:normal; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-container:first-of-type{padding-top:0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-container:last-of-type{padding-bottom:0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.65625rem;top:4.875rem;z-index:15010;position:absolute; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.9375rem;display:block;vertical-align:top; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y {display:block;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.65625rem;top:4.875rem;z-index:15010;position:absolute; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #CHNivTvoq953zP0JIIoTXKKchupHBKw9 { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #yFSxKS3NkE4i3PEmzOBcM9fW9M8hTdNv { position:relative;display:block; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #vcLr4DV8FDSoclflUcnxpGvV3k3ZTeum { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #m5ZwPQbTnMAoX2Ozrv5RQa8IN9IvSX0x { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TElkSAsR7tJ7hd0WJ2ltdZ0H6NMJUOlH { position:relative;display:block; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #QI5DMvO5ufu7nnBw52Babg5XPEw3OROU { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #H83cnHCMU8CVmI1dsslvcnEyWv5tIIXQ { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #O4spNvafxsLT7glFs0vG4yUGpc9bbO7C { position:relative;display:block; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #czNwWASImhUK4OfhvrPmHzcesCPDpZcd { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #ev807ZT3NgXCTOvgbWJHV5bmaFadvvUT { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TEGoioP3TrZNVFRLlidNkKtuFwyeQ2JC { position:relative;display:block; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #MysNyw4ScoFuMrVzrP21HRLT4Ah1RdHQ { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #F0IvNbgM3Un7cmywDNDVcluDqvphIkBK { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #xAFaIRhZHIK4wDA0PN3qb9u5OHTWQGiT { position:relative;z-index:2; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #RQwXQTiuTIXmQCwElgiZnhhmoThgCiSu { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #u5r7ttE5ouMD98zmpiKLHJMs3AcWsJ8r { position:relative; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #d1hHN7oDloIxrqDKwaDa53yNfEyhRPBM { position:relative; }
#v67Rv73TZ7haExP4o3AAf8o90nIVT6ER { position:absolute;display:block;z-index:15009;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:3.943359375rem;left:26.8125rem;display:block; }
#ToXwG57WAXa3kTZUeCK8ZskxHF6vM7Q0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.5rem;width:23.8125rem;top:0.5625rem;left:0.6259765625rem;overflow:hidden;display:block; }
#Cc1ag4CM8Gz656EcOxfytyyvVdqznWfg { color:#1e1e1e;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:0.5625rem;left:26.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tk5CTE78cqkaVxbApdITznbnv1akseDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { background-color: transparent; background-image: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container > .video-iframe-container { display: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container { display: none; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .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); }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { border-width: 0; border-radius: 0; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { color:rgba(0,0,0,0.7);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { background-color: transparent; background-image: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container > .video-iframe-container { display: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row > .video-iframe-container { display: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .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); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { border-width: 0; border-radius: 0; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#q0s50LJ3AuJs2RfIdHyQblSJlTfDg4oZ { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.34375rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSpMgpVbIwGLUXwHu88AHENbERpuxe43 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:0.625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#pUDoHMA4Ji6lOUCE5z9OI0GQKEowk4AN { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:20rem;display:block; }
#FOwcLqbHiTn8ONyTOoZX7FmvDtTNVlGg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:25.5234375rem;left:20.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#dvEtwBvotQp8rsPgiwVXG5MNyUlPPBux { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.15625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nmg0VGgLNpy71s8pn01HqS0E45tscyKx { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:40.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#isbIoyA4hoz9y4o93ixvnZTx2xcrlUbK { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.59375rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUqqs2ykdWk0UxpPBr2TtSuHU5hghoFF { color:#42464d;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:0.3125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bhPQJDTNBTO4tEmbdf1SJ1BhbM1MWtQ5 { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Tt463rovLK3vXaU5B3FxOcUZ8bCc2CtT { color:#42464d;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:23.16796875rem;left:40rem;height:2.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EyVnN4VXx9TSVaTTGpM0o3xq9Nw0NkAF { 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:13.375rem;width:19.5625rem;top:6.90625rem;left:20rem;overflow:hidden;display:block; }
#qRICPF7Rk2GoxQPxHTqTvi8dm0czNZPc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:6.90625rem;left:0.21875rem;overflow:hidden;display:block; }
#KLRFB2ze8kE6NXuDWXM6S43WZDPtpMM4 { position:absolute;display:block;z-index:15021;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.375rem;width:19.5625rem;top:6.90625rem;left:40.21875rem;overflow:hidden;display:block; }
#y6FCGJFlueeegZI7vD8N9eMrLUDPr6xs { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnoAMAEEyz0KptzhgOzRyeodlmIGwrL1 { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.03125rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rtnf1RcsLFgz80Tgp5ZtXIGADRha4t6o { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.8125rem;left:0.21875rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSB0r8aoS8wKBIWk4eR3Qn4byTNZsnCn { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:51.994140625rem;left:20rem;height:1.9931625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcoR2tgJ9J3wqJXSrLtEtbamRSt7nzD0 { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:.7;letter-spacing:0;top:51.7216796875rem;left:40rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwOuM7vhrQdKCIEc4GoPGEHmaywBBo1K { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.96875rem;left:0rem;display:block; }
#anP5KJoTQn2nz9MaG7NJZZ6qalS2Dc9P { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:40.25rem;display:block; }
#dBQKzV6mkp7smmpFdgiyKaiuK0vmmiT7 { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:0rem;display:block; }
#B528URH29rEPdBpBzBOeJ0ZRyu5ucJf1 { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:37.90234375rem;left:20rem;display:block; }
#pgDivHf8K7wo8hJJKtmqJGsuxUl2kw2t { position:absolute;display:block;z-index:15004;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:40rem;display:block; }
#e1tsLoNisCi8CvtCwI8X6tyS0TXrSrSq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.75rem;top:38.021484375rem;left:0rem;overflow:hidden;display:block; }
#iH6AaviK1uThveoadBaazsXguxxycaAQ { position:absolute;display:block;z-index:15027;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.375rem;width:19.875rem;top:38.021484375rem;left:20rem;overflow:hidden;display:block; }
#G4ayIzpf3MldglnEmRy9k3nVVn6Wrvtz { position:absolute;display:block;z-index:15028;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.375rem;width:19.75rem;top:38.021484375rem;left:40rem;overflow:hidden;display:block; }
#dxIOmOc7xG8pUQlg0DT4KigWHfE8yTwq { color:#42464d;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.16796875rem;left:0rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PWQClVuqDbKBrIoEOplr8VwuNL00rh2w { color:#42464d;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.8173828125rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Pr15SxzxuPDd9fnAsGTH188JmSt5hsyW { color:#42464d;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:54.9052734375rem;left:40rem;height:1.798825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WaviaLetGSnkZL5CFo9zNoCkVSHhs7JW { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:57.5048828125rem;left:0.625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#ReTNVkhwccI0roVSLQFhJ7nTqKesweiM { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:57.5673828125rem;left:20.4375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#xaIBLnkQQs4oFVnppsPbnk6eFRn56d3e { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:57.5048828125rem;left:40.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wceUaMm8X24QzqnVhSvkevbIvDh5yDae { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:64.1611328125rem;left:3.8125rem;display:block; }
#C72a9TLJhKcqJCmQASJCkgk1ghLvBOEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rL4hORv1VqWCZI5eAPRrvp3fVQf7n8ge { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.9375rem;left:3.15625rem;display:block; }
#rBbWJTxu2JfNM9L7pBMcb4VO61fI2X8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upqDqarFzEMOxlN2fZVA8bU0GIKwMQqf { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.9375rem;left:23.53125rem;display:block; }
#bys0tEtl4JPm4l2otZAPrnprA8u1pLUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRxKq9wA8H4D8xPpmKgTW329u2msUoFl { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.9375rem;left:43.625rem;display:block; }
#moueZp4e3iNLLdc4GbFPKaHlokUnJwik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV9WlKfrXDHfQ7BFUfEL3ci7F6NzXb05 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:64.1611328125rem;left:23.8125rem;display:block; }
#dv2QnHoAg2zU5ODqu76yQ9WundKkk8sv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgrpVNkksiyu913TKCFTDH0R2mlDxQ79 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:64.1611328125rem;left:43.8125rem;display:block; }
#yMX9rnweP59JyOoPy5AmvxxTQi6viXZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { 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; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { background-color: transparent; background-image: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container > .video-iframe-container { display: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container { display: none; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .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); }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { border-width: 0; border-radius: 0; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { position:relative;display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { background-color: transparent; background-image: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container > .video-iframe-container { display: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row > .video-iframe-container { display: none; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .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); }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { border-width: 0; border-radius: 0; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .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; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.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; }#w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gl85ifXog84GNifQDIhCiQ88qVMOAwmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container { background-color: transparent; background-image: none; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container > .video-iframe-container { display: none; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row > .video-iframe-container { display: none; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .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); }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container { border-width: 0; border-radius: 0; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#oJVCc3M00cMq10WqVtsB14K41i2ZvmTU { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#CAFHmvK3BW4fSF23Ori4P5HwcfNftycG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:8.3125rem;left:2.75rem;overflow:hidden;display:block; }
#O8aFhFfFPOBBOCgnEZ6rRwkpek8LFgLo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:23.25rem;left:2.8125rem;overflow:hidden;display:block; }
#wxyDvsEkm3t6codNw7zE7H3GAR8rtIZV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:37.96875rem;left:2.75rem;overflow:hidden;display:block; }
#iPoXQTJvNLsCkEPeu6oRsCPbJ7FhAybP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:52.5625rem;left:2.75rem;overflow:hidden;display:block; }
#WVVrJpSIfXAeRlszFIhuRN6pNED388J9 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.59375rem;left:23rem;display:block; }
#gI0fei5XcCaFOzikJeWrJhQV9Fe8I9rX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOKZJma8rxyODZWoE682wvVO2PEMGtzF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:23rem;height:4.62890625rem;display:block; }
#f4HHVpV6GFLZw7gUo8NJPC2QELi31T5Z { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#M0nEBMCEBTIscEw5vONih50ua4ZIIB6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2hfGsfJu7CQZzrTqLFGZF3udCNPBlqQ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:37.125rem;height:4.62890625rem;display:block; }
#B5Z4Jw4Ey5ZsZ5iAZk3utmpnJus9sn11 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObVvEEqgmJoRT2yJuAxmwikDuW9QnrWx { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.98046875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ftaoe9in7fFFaMGdwXEyLVwRsfZPT4Do { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#lSzGzEPTJ5gfdGdI2mAdBHQGeu4hedSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5HFsCERCzT3Qme9pBHNBA7HdgEtVsuT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.96875rem;left:23rem;display:block; }
#ehPEFvyuU4U1864d1i5yZtcLofK3JmiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3Zw2d0cJQoUfxuSF58PK9UqrvlMquas { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:23rem;display:block; }
#aXtWdtrISPhB9J52STAlTJlnHud3MdO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIQIXmrJFynlEAFTvdX8R9b5EtfRRZo2 { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#XovJ9COT9hlltBaCJ7Qy1irqHGbzvGv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ls9Eu5MxiPqaFMm9swhr11LUa2Nhqcau { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.90625rem;left:37.125rem;display:block; }
#VpATKey7kB8buN6ZRNN3GBnOzHZthW0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdtsGHQpABA8yFdoxFQW2eegCDLGwc3N { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.125rem;display:block; }
#apaPLvNPrR8oiTNrbKU2aql1OlnOIsT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIFwSMLWn9adbqACTguWeakJ5Oh5OgwH { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.65625rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#hG46tLK3UGLPZTQXlTMBZEo5QMNskaaQ { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:37.96875rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#HSW3pf8nR3rKMKOlwcZKsrPT4F7n2iGz { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:53.25rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#WRIFC4AEho4JZ4SIa9naE57gzi6l0lyV { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23rem;height:4.62890625rem;display:block; }
#dQmWKhdTHCL5rpLlaGFKxkQrsKr4nVow { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23rem;height:4.62890625rem;display:block; }
#FHgpubuooIO5wkspw0JoToK9CPSiUS87 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58rem;left:23rem;height:4.62890625rem;display:block; }
#q9d3ePLGeAfqC1tRdJtwXgcfvFd2h4Hw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.1875rem;height:4.62890625rem;display:block; }
#iTmneQ0W7WOWCv005RC5kOtecz7EM1Mh { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5625rem;left:35.375rem;height:4.62890625rem;display:block; }
#Ug5MiBeW4a9OXcpzQpBEqE1ctLHGtwU3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58rem;left:37.125rem;height:4.62890625rem;display:block; }
#yNDInGocicVodIb4el7eVDI0qfogTlrt { 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; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { background-color: transparent; background-image: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container > .video-iframe-container { display: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row > .video-iframe-container { display: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .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); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { border-width: 0; border-radius: 0; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#noXBVgc6fvol5CR4qydm5ZRBizLPtZ8P { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#HhykP7Soy9ZRvbhN4pNVlCh2eTJrWTTc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZJ0VUcHl4B8G856E6mkwJX4BgM9iarr { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#BPcl69HmTZKOJZAiFBFs3dHT5tMelmAM { 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:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#m18VBfFh7tZ87hFQXfQ4i4cWeGTLln8Z { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#qgOfhTD0KpIO2amHEQigVCrmOLmDClNk { position:absolute;display:block;z-index:15021;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.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#AfsRtmypfWO15QRBwC8SiGVmFnFOeUJx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#J7Fq23nK50I7Dn0FC7VFB03FgAJu2OJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QzuITkmy7yA5tT9TglB9Qb44OpJP3wDf { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#qST7gypmqcRmAsJTePe4kzVNW6VLDof4 { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#NQfMiod676OmpeJKnmqOn2Zfu5LvWrg3 { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#qgzNy4pubh7GnhfEXKnJLPyU0q5PwZvR { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#lsZc0ZCusZNJH0PwTFL3mZmSb429lFdW { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTw7oLyql7icxLkzIimagpXMoAaIM4Wm { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kfc2pqWMnlezXxpkmOqw4XB1ze3MN1G2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#es4NPoc4sAy55vyxN8h1PWvaQlw9oP7z { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#SM0mmT7zLr6A45nOXxO8519wX0KyVDOr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#hnpJrcvF2KkElAukPP1P354ELosXQAzc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTBBWBsMwQwGKaEMcV7dLoiFsWKeWFnr { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgBGEEC35eCeA2Ln18iV66ie54b9CPDp { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey984gZrBMDX0dJRGOqW57G9IMZwc3lC { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXhv3id1nq7eUV71Jp2LWyNvmuvJ8yBc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMep43X5FzENoZoodOrdFC8NdIDTwVoH { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZOqZm35LIsyq6F09d113JioMtUzqFyn { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#Ox5R6BwQkDdXbhxmSPdkTFRVcvupqG0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQtlqSRI66nSg6LKzvMLxlG0U8Rx9ip7 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JITBOBOGrVFA1sclny57ps2DFLy6KeoL { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEpzpi4t93qTAeUkKA4HJ1m1f5nQrLgN { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8J1lAVlPWQL4X0udMPSmaWBbsJyVReM { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WuPgL8b1mLQLGBTbD9gBuvJFwxRLFepn { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7uxDniBHsusaFdcx770p4TsicP7Kk3k { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#Sr7E6y4ZENdeXNo3ugXkldG5e2Xr8vfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loaQTLhD2XZcrP4WDRyS0l9MVgx1CnI7 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#OFDBH5vIN9T0pGpCgi6hO9JxMcKpRvyy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLOSUAbXnrWRxmZTI7nZhlwsNA91byzc { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#hx6Lth5oNdMZsypRVU5t52BmogGTMs4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiNH4U9E7sFac2rlgABsygZ3xSWOqugo { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#rod4V2Ezz93XndoNkuaXSxJiq8DD5gD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACyi1ZudphQm5ADbx76epXwaCXfTDupJ { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:20rem;display:block; }
#Jvu4kGclTB2sB7KABzJKah9ksre35mfT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.625rem;top:76.625rem;left:20.125rem;overflow:hidden;display:block; }
#nIagpr3ZrVXy7Zb6BSGN1ltghrV8oVzh { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:90.875rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pp37CKSxC0PcmsqJBNepy2nk1Dc66osZ { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:20.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMdCB9ITv9Fve5nkh4JdScrtZyBmCgrs { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.75rem;left:24.34375rem;display:block; }
#lLoAaC7WmiH2cLNbh5h39Eg7VqaxpGlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2l9o3qoD6LFynkTAnJGp54x5POzUr0V { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:0rem;display:block; }
#UTLskxUVfrZE3mm80iEWXuWHzUx2v3OO { 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.25rem;width:19.8125rem;top:76.625rem;left:-0.03125rem;overflow:hidden;display:block; }
#oee7PAm2oPpsoTcW96HdAqynPPbgRvUK { color:#000000;display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:90.875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzfkHfLpTWonfJoVdSI6KIdyP9dBxPER { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:0.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOzRObKlHlT8zGlCeMxTlTafW3IME069 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:4.34375rem;display:block; }
#PwV4fqvzreEUNeub0BNHwf9060LIr7Qr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { background-color: transparent; background-image: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container > .video-iframe-container { display: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row > .video-iframe-container { display: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .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); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { border-width: 0; border-radius: 0; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#VKEurcUBSFilCgo0ciI4URNcGv29XKcb { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyrxiNCdKPTzKI6mXICxuTxCd7u0gx0t { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#ORVKn8KfBKEhRM1G7sGIM7mBSb2x4Jmi { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#tTaA8l0aLJrQ62WtUSDDVE8AvosE4lJA { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#XvCkIW808oyqSJ5THzlZ3BoWPign3twa { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#sGTyAD3MTz0PpI34ZTsyHerpgQ4cKn9R { 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:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block; }
 }@media only screen and (max-width: 763px) { #X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block; }
 }@media only screen and (max-width: 763px) { #qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block; }
 }@media only screen and (max-width: 763px) { #sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block; }
 }@media only screen and (max-width: 763px) { #AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block; }
 }@media only screen and (max-width: 763px) { #TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block; }
 }@media only screen and (max-width: 763px) { #DsGwqBhy6goAJiulH497oz7Wgys1Didb { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { display:block; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:18.4375rem;height:13.75rem;top:17.875rem;left:28.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block; }
 }@media only screen and (max-width: 763px) { #nQiCmNxlBAERB9PB1CluJNsMXspCw0es { top:10.25rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:18.375rem;height:14.6875rem;top:8.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { width:19.5625rem;height:15rem;top:6.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { width:26.1875rem;height:20.75rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { top:32.75rem;left:21.9619140625rem;width:11.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { top:32.75rem;left:30.375rem;width:17.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG7A2gWsXR4vN0qEz8pMayyx7te0hnQR { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 { display:block; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrcPx5J6FdZAh2rmIc1bQkJdgLta8Tx3 { width:22.5rem;height:;top:2.625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-regular-label { display:block;width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-textarea { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-button { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-checkbox-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y  { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .radio-container { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y {display:block;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #CHNivTvoq953zP0JIIoTXKKchupHBKw9 {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #yFSxKS3NkE4i3PEmzOBcM9fW9M8hTdNv { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #vcLr4DV8FDSoclflUcnxpGvV3k3ZTeum {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #m5ZwPQbTnMAoX2Ozrv5RQa8IN9IvSX0x {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TElkSAsR7tJ7hd0WJ2ltdZ0H6NMJUOlH { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #QI5DMvO5ufu7nnBw52Babg5XPEw3OROU {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #H83cnHCMU8CVmI1dsslvcnEyWv5tIIXQ {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #O4spNvafxsLT7glFs0vG4yUGpc9bbO7C { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #czNwWASImhUK4OfhvrPmHzcesCPDpZcd {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #ev807ZT3NgXCTOvgbWJHV5bmaFadvvUT {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TEGoioP3TrZNVFRLlidNkKtuFwyeQ2JC {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #MysNyw4ScoFuMrVzrP21HRLT4Ah1RdHQ {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #F0IvNbgM3Un7cmywDNDVcluDqvphIkBK {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #xAFaIRhZHIK4wDA0PN3qb9u5OHTWQGiT { z-index:2; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #RQwXQTiuTIXmQCwElgiZnhhmoThgCiSu {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #u5r7ttE5ouMD98zmpiKLHJMs3AcWsJ8r {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #d1hHN7oDloIxrqDKwaDa53yNfEyhRPBM {  }
 }@media only screen and (max-width: 763px) { #v67Rv73TZ7haExP4o3AAf8o90nIVT6ER { top:3.9375rem;left:20.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToXwG57WAXa3kTZUeCK8ZskxHF6vM7Q0 { top:0.5625rem;left:0rem;width:23.8125rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1ag4CM8Gz656EcOxfytyyvVdqznWfg { width:31.125rem;height:2.625rem;top:0.5625rem;left:16.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5CTE78cqkaVxbApdITznbnv1akseDz { display:block; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block; }
 }@media only screen and (max-width: 763px) { #SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet { display:block; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0s50LJ3AuJs2RfIdHyQblSJlTfDg4oZ { width:19.5rem;height:2.375rem;top:20.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSpMgpVbIwGLUXwHu88AHENbERpuxe43 { width:18.75rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDoHMA4Ji6lOUCE5z9OI0GQKEowk4AN { width:19.75rem;height:29.9375rem;top:6.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwcLqbHiTn8ONyTOoZX7FmvDtTNVlGg { width:18.75rem;height:6.375rem;top:25.5rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvEtwBvotQp8rsPgiwVXG5MNyUlPPBux { width:19.5625rem;height:2.375rem;top:20.8125rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmg0VGgLNpy71s8pn01HqS0E45tscyKx { width:18.75rem;height:6.375rem;top:25.6875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isbIoyA4hoz9y4o93ixvnZTx2xcrlUbK { width:19.4375rem;height:4.6875rem;top:20.8125rem;left:28.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUqqs2ykdWk0UxpPBr2TtSuHU5hghoFF { width:19.375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhPQJDTNBTO4tEmbdf1SJ1BhbM1MWtQ5 { width:19.4375rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt463rovLK3vXaU5B3FxOcUZ8bCc2CtT { width:19.625rem;height:2.1875rem;top:23.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyVnN4VXx9TSVaTTGpM0o3xq9Nw0NkAF { width:19.5625rem;height:13.375rem;top:6.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRICPF7Rk2GoxQPxHTqTvi8dm0czNZPc { width:19.5625rem;height:13.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLRFB2ze8kE6NXuDWXM6S43WZDPtpMM4 { width:19.5625rem;height:13.375rem;top:6.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6FCGJFlueeegZI7vD8N9eMrLUDPr6xs { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnoAMAEEyz0KptzhgOzRyeodlmIGwrL1 { width:47.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtnf1RcsLFgz80Tgp5ZtXIGADRha4t6o { width:19.5625rem;height:2.3125rem;top:51.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSB0r8aoS8wKBIWk4eR3Qn4byTNZsnCn { width:19.5625rem;height:1.9375rem;top:51.9375rem;left:12.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcoR2tgJ9J3wqJXSrLtEtbamRSt7nzD0 { width:19.5rem;height:2.5rem;top:51.6875rem;left:28.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOuM7vhrQdKCIEc4GoPGEHmaywBBo1K { width:19.75rem;height:29.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anP5KJoTQn2nz9MaG7NJZZ6qalS2Dc9P { width:19.75rem;height:29.9375rem;top:6.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQKzV6mkp7smmpFdgiyKaiuK0vmmiT7 { width:19.75rem;height:29.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B528URH29rEPdBpBzBOeJ0ZRyu5ucJf1 { width:19.75rem;height:29.9375rem;top:37.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDivHf8K7wo8hJJKtmqJGsuxUl2kw2t { width:19.75rem;height:29.9375rem;top:38rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1tsLoNisCi8CvtCwI8X6tyS0TXrSrSq { width:19.75rem;height:13.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6AaviK1uThveoadBaazsXguxxycaAQ { width:19.875rem;height:13.375rem;top:38rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ayIzpf3MldglnEmRy9k3nVVn6Wrvtz { width:19.75rem;height:13.375rem;top:38rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxIOmOc7xG8pUQlg0DT4KigWHfE8yTwq { width:19.75rem;height:2.5625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWQClVuqDbKBrIoEOplr8VwuNL00rh2w { width:19.8125rem;height:1.25rem;top:54.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr15SxzxuPDd9fnAsGTH188JmSt5hsyW { width:20rem;height:1.75rem;top:54.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaviaLetGSnkZL5CFo9zNoCkVSHhs7JW { width:18.75rem;height:5.625rem;top:57.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTNVkhwccI0roVSLQFhJ7nTqKesweiM { width:18.3125rem;height:5.625rem;top:57.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaIBLnkQQs4oFVnppsPbnk6eFRn56d3e { width:18.75rem;height:6.0625rem;top:57.5rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wceUaMm8X24QzqnVhSvkevbIvDh5yDae { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72a9TLJhKcqJCmQASJCkgk1ghLvBOEe { display:block; }
 }@media only screen and (max-width: 763px) { #rL4hORv1VqWCZI5eAPRrvp3fVQf7n8ge { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBbWJTxu2JfNM9L7pBMcb4VO61fI2X8R { display:block; }
 }@media only screen and (max-width: 763px) { #upqDqarFzEMOxlN2fZVA8bU0GIKwMQqf { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bys0tEtl4JPm4l2otZAPrnprA8u1pLUT { display:block; }
 }@media only screen and (max-width: 763px) { #wRxKq9wA8H4D8xPpmKgTW329u2msUoFl { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moueZp4e3iNLLdc4GbFPKaHlokUnJwik { display:block; }
 }@media only screen and (max-width: 763px) { #aV9WlKfrXDHfQ7BFUfEL3ci7F6NzXb05 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv2QnHoAg2zU5ODqu76yQ9WundKkk8sv { display:block; }
 }@media only screen and (max-width: 763px) { #pgrpVNkksiyu913TKCFTDH0R2mlDxQ79 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMX9rnweP59JyOoPy5AmvxxTQi6viXZe { display:block; }
 }@media only screen and (max-width: 763px) { #M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { display:block; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block; }
 }@media only screen and (max-width: 763px) { #gl85ifXog84GNifQDIhCiQ88qVMOAwmt { display:block; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJVCc3M00cMq10WqVtsB14K41i2ZvmTU { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFHmvK3BW4fSF23Ori4P5HwcfNftycG { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8aFhFfFPOBBOCgnEZ6rRwkpek8LFgLo { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxyDvsEkm3t6codNw7zE7H3GAR8rtIZV { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPoXQTJvNLsCkEPeu6oRsCPbJ7FhAybP { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVVrJpSIfXAeRlszFIhuRN6pNED388J9 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI0fei5XcCaFOzikJeWrJhQV9Fe8I9rX { display:block; }
 }@media only screen and (max-width: 763px) { #zOKZJma8rxyODZWoE682wvVO2PEMGtzF { top:12.75rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4HHVpV6GFLZw7gUo8NJPC2QELi31T5Z { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nEBMCEBTIscEw5vONih50ua4ZIIB6f { display:block; }
 }@media only screen and (max-width: 763px) { #d2hfGsfJu7CQZzrTqLFGZF3udCNPBlqQ { top:12.75rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Z4Jw4Ey5ZsZ5iAZk3utmpnJus9sn11 { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObVvEEqgmJoRT2yJuAxmwikDuW9QnrWx { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftaoe9in7fFFaMGdwXEyLVwRsfZPT4Do { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzGzEPTJ5gfdGdI2mAdBHQGeu4hedSt { display:block; }
 }@media only screen and (max-width: 763px) { #D5HFsCERCzT3Qme9pBHNBA7HdgEtVsuT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehPEFvyuU4U1864d1i5yZtcLofK3JmiM { display:block; }
 }@media only screen and (max-width: 763px) { #C3Zw2d0cJQoUfxuSF58PK9UqrvlMquas { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXtWdtrISPhB9J52STAlTJlnHud3MdO9 { display:block; }
 }@media only screen and (max-width: 763px) { #tIQIXmrJFynlEAFTvdX8R9b5EtfRRZo2 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XovJ9COT9hlltBaCJ7Qy1irqHGbzvGv5 { display:block; }
 }@media only screen and (max-width: 763px) { #ls9Eu5MxiPqaFMm9swhr11LUa2Nhqcau { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpATKey7kB8buN6ZRNN3GBnOzHZthW0b { display:block; }
 }@media only screen and (max-width: 763px) { #GdtsGHQpABA8yFdoxFQW2eegCDLGwc3N { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaPLvNPrR8oiTNrbKU2aql1OlnOIsT5 { display:block; }
 }@media only screen and (max-width: 763px) { #GIFwSMLWn9adbqACTguWeakJ5Oh5OgwH { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG46tLK3UGLPZTQXlTMBZEo5QMNskaaQ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSW3pf8nR3rKMKOlwcZKsrPT4F7n2iGz { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRIFC4AEho4JZ4SIa9naE57gzi6l0lyV { top:28.0625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQmWKhdTHCL5rpLlaGFKxkQrsKr4nVow { top:43.5625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHgpubuooIO5wkspw0JoToK9CPSiUS87 { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9d3ePLGeAfqC1tRdJtwXgcfvFd2h4Hw { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmneQ0W7WOWCv005RC5kOtecz7EM1Mh { top:43.5625rem;left:29.25rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5MiBeW4a9OXcpzQpBEqE1ctLHGtwU3 { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNDInGocicVodIb4el7eVDI0qfogTlrt { display:block; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noXBVgc6fvol5CR4qydm5ZRBizLPtZ8P { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhykP7Soy9ZRvbhN4pNVlCh2eTJrWTTc { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJ0VUcHl4B8G856E6mkwJX4BgM9iarr { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcl69HmTZKOJZAiFBFs3dHT5tMelmAM { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18VBfFh7tZ87hFQXfQ4i4cWeGTLln8Z { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgOfhTD0KpIO2amHEQigVCrmOLmDClNk { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsRtmypfWO15QRBwC8SiGVmFnFOeUJx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Fq23nK50I7Dn0FC7VFB03FgAJu2OJO { display:block; }
 }@media only screen and (max-width: 763px) { #QzuITkmy7yA5tT9TglB9Qb44OpJP3wDf { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qST7gypmqcRmAsJTePe4kzVNW6VLDof4 { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfMiod676OmpeJKnmqOn2Zfu5LvWrg3 { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgzNy4pubh7GnhfEXKnJLPyU0q5PwZvR { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZc0ZCusZNJH0PwTFL3mZmSb429lFdW { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTw7oLyql7icxLkzIimagpXMoAaIM4Wm { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfc2pqWMnlezXxpkmOqw4XB1ze3MN1G2 { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es4NPoc4sAy55vyxN8h1PWvaQlw9oP7z { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0mmT7zLr6A45nOXxO8519wX0KyVDOr { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpJrcvF2KkElAukPP1P354ELosXQAzc { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBBWBsMwQwGKaEMcV7dLoiFsWKeWFnr { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgBGEEC35eCeA2Ln18iV66ie54b9CPDp { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey984gZrBMDX0dJRGOqW57G9IMZwc3lC { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhv3id1nq7eUV71Jp2LWyNvmuvJ8yBc { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMep43X5FzENoZoodOrdFC8NdIDTwVoH { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZOqZm35LIsyq6F09d113JioMtUzqFyn { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5R6BwQkDdXbhxmSPdkTFRVcvupqG0Q { display:block; }
 }@media only screen and (max-width: 763px) { #AQtlqSRI66nSg6LKzvMLxlG0U8Rx9ip7 { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITBOBOGrVFA1sclny57ps2DFLy6KeoL { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEpzpi4t93qTAeUkKA4HJ1m1f5nQrLgN { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8J1lAVlPWQL4X0udMPSmaWBbsJyVReM { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuPgL8b1mLQLGBTbD9gBuvJFwxRLFepn { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7uxDniBHsusaFdcx770p4TsicP7Kk3k { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7E6y4ZENdeXNo3ugXkldG5e2Xr8vfA { display:block; }
 }@media only screen and (max-width: 763px) { #loaQTLhD2XZcrP4WDRyS0l9MVgx1CnI7 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDBH5vIN9T0pGpCgi6hO9JxMcKpRvyy { display:block; }
 }@media only screen and (max-width: 763px) { #yLOSUAbXnrWRxmZTI7nZhlwsNA91byzc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx6Lth5oNdMZsypRVU5t52BmogGTMs4l { display:block; }
 }@media only screen and (max-width: 763px) { #aiNH4U9E7sFac2rlgABsygZ3xSWOqugo { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rod4V2Ezz93XndoNkuaXSxJiq8DD5gD1 { display:block; }
 }@media only screen and (max-width: 763px) { #ACyi1ZudphQm5ADbx76epXwaCXfTDupJ { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvu4kGclTB2sB7KABzJKah9ksre35mfT { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIagpr3ZrVXy7Zb6BSGN1ltghrV8oVzh { width:19.875rem;height:3.75rem;top:90.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp37CKSxC0PcmsqJBNepy2nk1Dc66osZ { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMdCB9ITv9Fve5nkh4JdScrtZyBmCgrs { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLoAaC7WmiH2cLNbh5h39Eg7VqaxpGlJ { display:block; }
 }@media only screen and (max-width: 763px) { #m2l9o3qoD6LFynkTAnJGp54x5POzUr0V { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLskxUVfrZE3mm80iEWXuWHzUx2v3OO { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oee7PAm2oPpsoTcW96HdAqynPPbgRvUK { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzfkHfLpTWonfJoVdSI6KIdyP9dBxPER { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOzRObKlHlT8zGlCeMxTlTafW3IME069 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwV4fqvzreEUNeub0BNHwf9060LIr7Qr { display:block; }
 }@media only screen and (max-width: 763px) { #FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 { display:block; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKEurcUBSFilCgo0ciI4URNcGv29XKcb { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyrxiNCdKPTzKI6mXICxuTxCd7u0gx0t { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVKn8KfBKEhRM1G7sGIM7mBSb2x4Jmi { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaA8l0aLJrQ62WtUSDDVE8AvosE4lJA { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvCkIW808oyqSJ5THzlZ3BoWPign3twa { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTyAD3MTz0PpI34ZTsyHerpgQ4cKn9R { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJJh5ctueaaSbpOH0mIEZroowBfq3KMT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JJJh5ctueaaSbpOH0mIEZroowBfq3KMT > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTGxs4cRrgTnyypudP3e3un1r6TMRIN { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfgTkxAaTwp1MvxHT73PDs2UrZWSOANt { display:block; }
 }@media only screen and (max-width: 763px) { #X8nhilD3fGWmD4GQkTbnJvNUgquehUP1 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZVfvqJoDUbJyDD1dcoJdTWEZMvBsMa { display:block; }
 }@media only screen and (max-width: 763px) { #qS8fXTQdoELxQBZ3lItzirwn6iHoyHti { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HToh48pXf7KDb63nINv2HqGgIz5KZZFI { display:block; }
 }@media only screen and (max-width: 763px) { #sWq6s4hRWmU0VUhggOIOuue61kVNN3iR { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEazRiJwmKBV8waQmmHTiDeMEr1zMdOw { display:block; }
 }@media only screen and (max-width: 763px) { #AmNgft6w7MVdUs4CmXeggTqukxrZMyMP { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLVHFNCvlJgcfTt1hNIgTyKZQvxQo9e { display:block; }
 }@media only screen and (max-width: 763px) { #TDi5JL7AWCh1O4mw2JhPIr3DFfMtBDbG { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLnxBGNotPRIdMsI4EA9symykhKl6TK0 { display:block; }
 }@media only screen and (max-width: 763px) { #DsGwqBhy6goAJiulH497oz7Wgys1Didb { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t { display:block; }#GSfGnJ1LXfaLOmBZOx96iP7CVmq3pl8t > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:16.75rem;height:12.375rem;top:18.59375rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:20rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyD9frJgwOZSue5zmcTdMBOiGA2xPfmx { width:13.125rem;height:2.6875rem;top:70.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q69PytT61ROgRFTfnLiBaaJZfOuWJq { display:block; }
 }@media only screen and (max-width: 763px) { #nQiCmNxlBAERB9PB1CluJNsMXspCw0es { width:12.5rem;height:0.125rem;top:12.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:14.625rem;height:12.0625rem;top:13.09375rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6V3WUAhclq1ox2KpobP77W8Icu1OsJg { width:13.75rem;height:10.1875rem;top:15.15625rem;left:6.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0q74kbk2lf0DnDCA5Q1DiD2couVzlb { width:20rem;height:25.5937375rem;top:32.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { width:11.375rem;height:4.62890625rem;top:59.0625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIK1wuJ4CX42F5rc9W8iOyH8wgTm0t3l { width:20rem;height:4.62890625rem;top:64.44140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fG7A2gWsXR4vN0qEz8pMayyx7te0hnQR { width:20rem;height:4.19921875rem;top:7.9306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 { display:block; }#wX4dWCGkTXtNdXM83TVdSSznJtrMHqn1 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrcPx5J6FdZAh2rmIc1bQkJdgLta8Tx3 { width:20rem;height:2.4375rem;top:29.2412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:700;font-style:normal;line-height:1;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y  { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y {display:block;}#rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #CHNivTvoq953zP0JIIoTXKKchupHBKw9 {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #yFSxKS3NkE4i3PEmzOBcM9fW9M8hTdNv { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #vcLr4DV8FDSoclflUcnxpGvV3k3ZTeum {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #m5ZwPQbTnMAoX2Ozrv5RQa8IN9IvSX0x {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TElkSAsR7tJ7hd0WJ2ltdZ0H6NMJUOlH { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #QI5DMvO5ufu7nnBw52Babg5XPEw3OROU {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #H83cnHCMU8CVmI1dsslvcnEyWv5tIIXQ {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #O4spNvafxsLT7glFs0vG4yUGpc9bbO7C { display:block; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #czNwWASImhUK4OfhvrPmHzcesCPDpZcd {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #ev807ZT3NgXCTOvgbWJHV5bmaFadvvUT {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #TEGoioP3TrZNVFRLlidNkKtuFwyeQ2JC {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #MysNyw4ScoFuMrVzrP21HRLT4Ah1RdHQ {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #F0IvNbgM3Un7cmywDNDVcluDqvphIkBK {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #xAFaIRhZHIK4wDA0PN3qb9u5OHTWQGiT { z-index:2; }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #RQwXQTiuTIXmQCwElgiZnhhmoThgCiSu {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #u5r7ttE5ouMD98zmpiKLHJMs3AcWsJ8r {  }
 }@media only screen and (max-width: 763px) { #rbUx11KHM3gKiQXh585Gy1ESnEem1Z1y #d1hHN7oDloIxrqDKwaDa53yNfEyhRPBM {  }
 }@media only screen and (max-width: 763px) { #v67Rv73TZ7haExP4o3AAf8o90nIVT6ER { width:9.8125rem;height:0.1875rem;top:5.365234375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToXwG57WAXa3kTZUeCK8ZskxHF6vM7Q0 { width:5.125rem;height:7.875rem;top:0.6875rem;left:0.96875rem;z-index:15006;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc1ag4CM8Gz656EcOxfytyyvVdqznWfg { width:13.5625rem;height:4.048825rem;top:1.318359375rem;left:5.96875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5CTE78cqkaVxbApdITznbnv1akseDz { display:block; }#Tk5CTE78cqkaVxbApdITznbnv1akseDz > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFVDBC1sUlqnLkL6TVZ0lhAh1wH6TTlu { width:20rem;height:21rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWhcz1c6DCACpIKXEsbuG3EFwp9n8iSe { width:20rem;height:2.19921875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0Uw55g6fvQqlgRTgzohrD42pbXSIN44 { width:18.5625rem;height:3.75rem;top:40.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7SoSPHvP4za16pK5ZGBe1TDu9ivR0x { display:block; }
 }@media only screen and (max-width: 763px) { #SuPscMtktLSnVs8KKTxZSAsS6atlyNRK { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet { background-color:#fdffff;background-image:none;display:block; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { background-color: transparent; background-image: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container > .video-iframe-container { display: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row > .video-iframe-container { display: none; }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .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); }#IoGyC9e6wFSmMsu4QfWRLybJn3bmyCet > .row .container { width:20rem;height:191.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0s50LJ3AuJs2RfIdHyQblSJlTfDg4oZ { width:18.125rem;height:2.4375rem;top:22.474609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSpMgpVbIwGLUXwHu88AHENbERpuxe43 { width:20rem;height:4.19824375rem;top:26.8095703125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDoHMA4Ji6lOUCE5z9OI0GQKEowk4AN { width:19.75rem;height:28.75rem;top:68.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwcLqbHiTn8ONyTOoZX7FmvDtTNVlGg { width:20rem;height:4.72265625rem;top:86.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #dvEtwBvotQp8rsPgiwVXG5MNyUlPPBux { width:20rem;height:2.4375rem;top:81.662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmg0VGgLNpy71s8pn01HqS0E45tscyKx { width:20rem;height:5.59765625rem;top:147.341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #isbIoyA4hoz9y4o93ixvnZTx2xcrlUbK { width:20rem;height:2.25rem;top:142.380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #JUqqs2ykdWk0UxpPBr2TtSuHU5hghoFF { width:18.375rem;height:1.29980625rem;top:24.912109375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhPQJDTNBTO4tEmbdf1SJ1BhbM1MWtQ5 { width:18.3125rem;height:1.29980625rem;top:84.099609375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt463rovLK3vXaU5B3FxOcUZ8bCc2CtT { width:19.1875rem;height:1.0996125rem;top:144.630859375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyVnN4VXx9TSVaTTGpM0o3xq9Nw0NkAF { width:18.75rem;height:12.125rem;top:69.005859375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRICPF7Rk2GoxQPxHTqTvi8dm0czNZPc { width:18.75rem;height:12.125rem;top:9.537109375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLRFB2ze8kE6NXuDWXM6S43WZDPtpMM4 { width:18.75rem;height:12.125rem;top:129.349609375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6FCGJFlueeegZI7vD8N9eMrLUDPr6xs { width:20rem;height:2.19921875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cnoAMAEEyz0KptzhgOzRyeodlmIGwrL1 { width:20rem;height:4.78125rem;top:3.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtnf1RcsLFgz80Tgp5ZtXIGADRha4t6o { width:16.75rem;height:2.4375rem;top:51.234375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSB0r8aoS8wKBIWk4eR3Qn4byTNZsnCn { width:20rem;height:2.0625rem;top:111.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcoR2tgJ9J3wqJXSrLtEtbamRSt7nzD0 { width:19.9375rem;height:2.625rem;top:173.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOuM7vhrQdKCIEc4GoPGEHmaywBBo1K { width:19.75rem;height:28.125rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anP5KJoTQn2nz9MaG7NJZZ6qalS2Dc9P { width:19.75rem;height:29.125rem;top:129.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQKzV6mkp7smmpFdgiyKaiuK0vmmiT7 { width:19.75rem;height:29.875rem;top:37.818359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B528URH29rEPdBpBzBOeJ0ZRyu5ucJf1 { width:19.75rem;height:30.125rem;top:98.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDivHf8K7wo8hJJKtmqJGsuxUl2kw2t { width:19.75rem;height:31.0625rem;top:159.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1tsLoNisCi8CvtCwI8X6tyS0TXrSrSq { width:18.75rem;height:12.125rem;top:38.568359375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH6AaviK1uThveoadBaazsXguxxycaAQ { width:18.75rem;height:12.125rem;top:98.9375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ayIzpf3MldglnEmRy9k3nVVn6Wrvtz { width:18.75rem;height:12.125rem;top:160.224609375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxIOmOc7xG8pUQlg0DT4KigWHfE8yTwq { width:19.75rem;height:2.5996125rem;top:53.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWQClVuqDbKBrIoEOplr8VwuNL00rh2w { width:19.8125rem;height:1.29980625rem;top:114.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr15SxzxuPDd9fnAsGTH188JmSt5hsyW { width:20rem;height:1.798825rem;top:177.0458984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaviaLetGSnkZL5CFo9zNoCkVSHhs7JW { width:18.75rem;height:5.59765625rem;top:57.1767578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ReTNVkhwccI0roVSLQFhJ7nTqKesweiM { width:18.3125rem;height:5.59765625rem;top:117.2646484375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xaIBLnkQQs4oFVnppsPbnk6eFRn56d3e { width:18.75rem;height:5.59765625rem;top:179.8955078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wceUaMm8X24QzqnVhSvkevbIvDh5yDae { width:12.375rem;height:3rem;top:63.7705078125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72a9TLJhKcqJCmQASJCkgk1ghLvBOEe { display:block; }
 }@media only screen and (max-width: 763px) { #rL4hORv1VqWCZI5eAPRrvp3fVQf7n8ge { width:12.375rem;height:3.625rem;top:32.287109375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBbWJTxu2JfNM9L7pBMcb4VO61fI2X8R { display:block; }
 }@media only screen and (max-width: 763px) { #upqDqarFzEMOxlN2fZVA8bU0GIKwMQqf { width:12.375rem;height:3rem;top:92.849609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bys0tEtl4JPm4l2otZAPrnprA8u1pLUT { display:block; }
 }@media only screen and (max-width: 763px) { #wRxKq9wA8H4D8xPpmKgTW329u2msUoFl { width:12.375rem;height:3rem;top:154.130859375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moueZp4e3iNLLdc4GbFPKaHlokUnJwik { display:block; }
 }@media only screen and (max-width: 763px) { #aV9WlKfrXDHfQ7BFUfEL3ci7F6NzXb05 { width:12.375rem;height:3rem;top:124.3583984375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv2QnHoAg2zU5ODqu76yQ9WundKkk8sv { display:block; }
 }@media only screen and (max-width: 763px) { #pgrpVNkksiyu913TKCFTDH0R2mlDxQ79 { width:12.375rem;height:3rem;top:186.7392578125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMX9rnweP59JyOoPy5AmvxxTQi6viXZe { display:block; }
 }@media only screen and (max-width: 763px) { #M5uKJqtJGUbGc4cNeGp9UranA85DQs21 { display:block; }#M5uKJqtJGUbGc4cNeGp9UranA85DQs21 > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EezniR0fIl5TsKyXkCnL4Tiyho7OQCpg { width:20rem;height:2.19921875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQV3ON5lsWiyWnCk1v8OBzV6V8FTgLNr { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LuC6Oq8p6WZIM0JbTHy55uP0l3GrDAe0 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ameRSWnN6GnuBKk96IsHdEHXTuTZ8B0h { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQGwbN3cW1qHSHJ9shCqP88d1O0ikWMT { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5qbqbfTlKrvh3OaUdTh9wZ2Nut9n7q { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB { display:block; }#Udn9EeNN2dst5SbRf2Pq0v3kEEVrP1MB > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3gE1GGfaB2nSdb3qzyLCk8INRwkbOGx { width:20rem;height:4rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rnrNeuyHNxVAT3rDbnw4SnOOlGzrZBzF { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpt7VA7iso0gTuB5tSHD5XwN0O6RS4Jt { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhNSNp0v1EqS6PcmRr1Z0t1ymRvIIDz { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e39SFFzPoJN5EhTRTDFG1v0pqsktwt36 { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxhlEEqaOEl9eEXpcXxCmSRkETFFJHK { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OBfyELsUo45BCNrQIxbkDSc4R03kdv { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiQTuqt2e6OnlH7RXnl5fyvXTDmFUVU { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKnMNr7xlzFHz2VanfaGLIRE0vikJEE { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Lv8qCRywxn3JfropAI5S7AcsfFfHvp { display:block; }
 }@media only screen and (max-width: 763px) { #gl85ifXog84GNifQDIhCiQ88qVMOAwmt { display:block; }#gl85ifXog84GNifQDIhCiQ88qVMOAwmt > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJVCc3M00cMq10WqVtsB14K41i2ZvmTU { width:18.75rem;height:4.94824375rem;top:27.01171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFHmvK3BW4fSF23Ori4P5HwcfNftycG { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8aFhFfFPOBBOCgnEZ6rRwkpek8LFgLo { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxyDvsEkm3t6codNw7zE7H3GAR8rtIZV { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPoXQTJvNLsCkEPeu6oRsCPbJ7FhAybP { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVVrJpSIfXAeRlszFIhuRN6pNED388J9 { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI0fei5XcCaFOzikJeWrJhQV9Fe8I9rX { display:block; }
 }@media only screen and (max-width: 763px) { #zOKZJma8rxyODZWoE682wvVO2PEMGtzF { width:12.5625rem;height:4.62890625rem;top:33.2099625rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4HHVpV6GFLZw7gUo8NJPC2QELi31T5Z { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nEBMCEBTIscEw5vONih50ua4ZIIB6f { display:block; }
 }@media only screen and (max-width: 763px) { #d2hfGsfJu7CQZzrTqLFGZF3udCNPBlqQ { width:20rem;height:4.62890625rem;top:39.08886875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5Z4Jw4Ey5ZsZ5iAZk3utmpnJus9sn11 { width:20rem;height:5.19921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObVvEEqgmJoRT2yJuAxmwikDuW9QnrWx { width:20rem;height:3.1875rem;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftaoe9in7fFFaMGdwXEyLVwRsfZPT4Do { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzGzEPTJ5gfdGdI2mAdBHQGeu4hedSt { display:block; }
 }@media only screen and (max-width: 763px) { #D5HFsCERCzT3Qme9pBHNBA7HdgEtVsuT { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehPEFvyuU4U1864d1i5yZtcLofK3JmiM { display:block; }
 }@media only screen and (max-width: 763px) { #C3Zw2d0cJQoUfxuSF58PK9UqrvlMquas { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXtWdtrISPhB9J52STAlTJlnHud3MdO9 { display:block; }
 }@media only screen and (max-width: 763px) { #tIQIXmrJFynlEAFTvdX8R9b5EtfRRZo2 { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XovJ9COT9hlltBaCJ7Qy1irqHGbzvGv5 { display:block; }
 }@media only screen and (max-width: 763px) { #ls9Eu5MxiPqaFMm9swhr11LUa2Nhqcau { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpATKey7kB8buN6ZRNN3GBnOzHZthW0b { display:block; }
 }@media only screen and (max-width: 763px) { #GdtsGHQpABA8yFdoxFQW2eegCDLGwc3N { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaPLvNPrR8oiTNrbKU2aql1OlnOIsT5 { display:block; }
 }@media only screen and (max-width: 763px) { #GIFwSMLWn9adbqACTguWeakJ5Oh5OgwH { width:20rem;height:4.94824375rem;top:67.592775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG46tLK3UGLPZTQXlTMBZEo5QMNskaaQ { width:20rem;height:3.1621125rem;top:109.3173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HSW3pf8nR3rKMKOlwcZKsrPT4F7n2iGz { width:20rem;height:3.298825rem;top:148.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRIFC4AEho4JZ4SIa9naE57gzi6l0lyV { width:11.375rem;height:4.62890625rem;top:73.79101875rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQmWKhdTHCL5rpLlaGFKxkQrsKr4nVow { width:11.375rem;height:4.62890625rem;top:114.453125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHgpubuooIO5wkspw0JoToK9CPSiUS87 { width:11.375rem;height:4.62890625rem;top:154.0712890625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9d3ePLGeAfqC1tRdJtwXgcfvFd2h4Hw { width:18.1875rem;height:4.62890625rem;top:79.669925rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTmneQ0W7WOWCv005RC5kOtecz7EM1Mh { width:17.375rem;height:4.62890625rem;top:120.26953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5MiBeW4a9OXcpzQpBEqE1ctLHGtwU3 { width:17.375rem;height:4.62890625rem;top:159.7001953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNDInGocicVodIb4el7eVDI0qfogTlrt { background-color:#fdffff;background-image:none;display:block; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { background-color: transparent; background-image: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container > .video-iframe-container { display: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row > .video-iframe-container { display: none; }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .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); }#yNDInGocicVodIb4el7eVDI0qfogTlrt > .row .container { width:20rem;height:301rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noXBVgc6fvol5CR4qydm5ZRBizLPtZ8P { width:18.75rem;height:12.125rem;top:8.38671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhykP7Soy9ZRvbhN4pNVlCh2eTJrWTTc { width:17.3125rem;height:3.5rem;top:21.26171875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJ0VUcHl4B8G856E6mkwJX4BgM9iarr { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcl69HmTZKOJZAiFBFs3dHT5tMelmAM { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18VBfFh7tZ87hFQXfQ4i4cWeGTLln8Z { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qgOfhTD0KpIO2amHEQigVCrmOLmDClNk { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfsRtmypfWO15QRBwC8SiGVmFnFOeUJx { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Fq23nK50I7Dn0FC7VFB03FgAJu2OJO { display:block; }
 }@media only screen and (max-width: 763px) { #QzuITkmy7yA5tT9TglB9Qb44OpJP3wDf { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qST7gypmqcRmAsJTePe4kzVNW6VLDof4 { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfMiod676OmpeJKnmqOn2Zfu5LvWrg3 { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgzNy4pubh7GnhfEXKnJLPyU0q5PwZvR { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lsZc0ZCusZNJH0PwTFL3mZmSb429lFdW { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QTw7oLyql7icxLkzIimagpXMoAaIM4Wm { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfc2pqWMnlezXxpkmOqw4XB1ze3MN1G2 { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es4NPoc4sAy55vyxN8h1PWvaQlw9oP7z { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0mmT7zLr6A45nOXxO8519wX0KyVDOr { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpJrcvF2KkElAukPP1P354ELosXQAzc { width:19.875rem;height:3.5rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBBWBsMwQwGKaEMcV7dLoiFsWKeWFnr { width:19.875rem;height:1.75rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgBGEEC35eCeA2Ln18iV66ie54b9CPDp { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey984gZrBMDX0dJRGOqW57G9IMZwc3lC { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NXhv3id1nq7eUV71Jp2LWyNvmuvJ8yBc { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMep43X5FzENoZoodOrdFC8NdIDTwVoH { width:18.4375rem;height:10.5rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZOqZm35LIsyq6F09d113JioMtUzqFyn { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox5R6BwQkDdXbhxmSPdkTFRVcvupqG0Q { display:block; }
 }@media only screen and (max-width: 763px) { #AQtlqSRI66nSg6LKzvMLxlG0U8Rx9ip7 { width:19.375rem;height:12rem;top:25.69921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITBOBOGrVFA1sclny57ps2DFLy6KeoL { width:18.4375rem;height:12rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEpzpi4t93qTAeUkKA4HJ1m1f5nQrLgN { width:18.4375rem;height:10.5rem;top:170.76171875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8J1lAVlPWQL4X0udMPSmaWBbsJyVReM { width:18.4375rem;height:10.5rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuPgL8b1mLQLGBTbD9gBuvJFwxRLFepn { width:18.4375rem;height:12rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7uxDniBHsusaFdcx770p4TsicP7Kk3k { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7E6y4ZENdeXNo3ugXkldG5e2Xr8vfA { display:block; }
 }@media only screen and (max-width: 763px) { #loaQTLhD2XZcrP4WDRyS0l9MVgx1CnI7 { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDBH5vIN9T0pGpCgi6hO9JxMcKpRvyy { display:block; }
 }@media only screen and (max-width: 763px) { #yLOSUAbXnrWRxmZTI7nZhlwsNA91byzc { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx6Lth5oNdMZsypRVU5t52BmogGTMs4l { display:block; }
 }@media only screen and (max-width: 763px) { #aiNH4U9E7sFac2rlgABsygZ3xSWOqugo { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rod4V2Ezz93XndoNkuaXSxJiq8DD5gD1 { display:block; }
 }@media only screen and (max-width: 763px) { #ACyi1ZudphQm5ADbx76epXwaCXfTDupJ { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvu4kGclTB2sB7KABzJKah9ksre35mfT { width:19.625rem;height:13.375rem;top:222.32421875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIagpr3ZrVXy7Zb6BSGN1ltghrV8oVzh { width:19.875rem;height:5.25rem;top:236.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pp37CKSxC0PcmsqJBNepy2nk1Dc66osZ { width:18.4375rem;height:15rem;top:242.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMdCB9ITv9Fve5nkh4JdScrtZyBmCgrs { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLoAaC7WmiH2cLNbh5h39Eg7VqaxpGlJ { display:block; }
 }@media only screen and (max-width: 763px) { #m2l9o3qoD6LFynkTAnJGp54x5POzUr0V { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLskxUVfrZE3mm80iEWXuWHzUx2v3OO { width:19.8125rem;height:13.25rem;top:262.51171875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oee7PAm2oPpsoTcW96HdAqynPPbgRvUK { width:19.125rem;height:5.25rem;top:276.51171875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AzfkHfLpTWonfJoVdSI6KIdyP9dBxPER { width:18.4375rem;height:13.5rem;top:282.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOzRObKlHlT8zGlCeMxTlTafW3IME069 { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwV4fqvzreEUNeub0BNHwf9060LIr7Qr { display:block; }
 }@media only screen and (max-width: 763px) { #FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { background-color: transparent; background-image: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container > .video-iframe-container { display: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row > .video-iframe-container { display: none; }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .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); }#FchkTyzT0pVFIBNy6yBOMML68nOTsdx4 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKEurcUBSFilCgo0ciI4URNcGv29XKcb { width:20rem;height:1.3994125rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyrxiNCdKPTzKI6mXICxuTxCd7u0gx0t { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVKn8KfBKEhRM1G7sGIM7mBSb2x4Jmi { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaA8l0aLJrQ62WtUSDDVE8AvosE4lJA { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvCkIW808oyqSJ5THzlZ3BoWPign3twa { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTyAD3MTz0PpI34ZTsyHerpgQ4cKn9R { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }