.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:37.625rem;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.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9375rem;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: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:33.4814453125rem;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:19.19531875rem;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; }
#H0MNdPKf8NMVdDsMMdTT4PnivZKMgq9q { 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:4.9375rem;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; }
#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW { 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; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container { background-color: transparent; background-image: none; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container > .video-iframe-container { display: none; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row > .video-iframe-container { display: none; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .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); }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container { border-width: 0; border-radius: 0; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#NcxMoZ6xwPp9Bfdn0Cdik6L7QE7wRrEo { 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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-form-header {  }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs [class*="-text"]:-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs [class*="-text"]::-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-container:first-of-type{padding-top:0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-container:last-of-type{padding-bottom:0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs  { 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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.9375rem;display:block;vertical-align:top; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs {display:block;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs { 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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #dQdrIOX5RPSqL3y0mcVb62Fv1hFmQtBX { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UMFU9IZJrUb8unAkbDIO5InaXVEzvWio { position:relative;display:block; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #zmfwaNZTZIL2kNy3XZTfF6dSIDZWA7cd { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #cgaNZUTU4ofzMWcOSQB8Jivvh5yTuBIl { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UCQinnwMDlUcdLJ4O2JG26qKDJrVcef8 { position:relative;display:block; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #va1V42aTA3M5MtHMv0cx2xOEeGz4uhU5 { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TqwS4AfD3IzOyd6a6sTr7aW2W6ZaTeTo { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #i60tGRif7rxQxKKZI00kFB2a28JV9ZyL { position:relative;display:block; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #gy4tb0SMtt4tpTgkvn0Ts1KUZ7lNRAew { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #ExFf7QSNCCkoSXMTd8C8lQ913h0JGCHx { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #DNbWXBbopaEE0gh3Mgqe7DFbeC6qV8dx { position:relative;display:block; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pBp9LZAd0AwJLiJBeDqT1scSJRqrvTFR { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #IwOxiUiVGTvz4AC68XNsWmJFWPUIdtQS { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pPVcTsQDeBqzFoh2Leg7LAWTQBzeuyw5 { position:relative;z-index:2; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #a43rpTkVLbtNIcfMMz6MP6w5RkETieSB { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TctTHSlz0sElfsRDd64EtZNoTsM2MkTG { position:relative; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #m8QbDvbVd6ptrfd6RsTH7aL9lsP6RDG0 { position:relative; }
#AtniuPdA9S9puuZwSIPrBkstqa8q3RAG { 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; }
#ns6xxG13dcFtTdHNzoBSgki3FxsoTzun { 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; }
#sfHXuBlhvsCdFcQyh07la5r0rFyNGt8F { 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; }
#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg { 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; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { background-color: transparent; background-image: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container > .video-iframe-container { display: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row > .video-iframe-container { display: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .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); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { border-width: 0; border-radius: 0; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#q0fp2xwQoByomfCOCNKPQpZ3u1FKxvPX { 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; }
#mNJZ4mbIzRzC6AMokkUsCFGINb3O0TTS { 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; }
#LfhegeDcQo1DFiueh4OrW5nhTVe0HbQo { 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; }
#ARa9V794dqbS2JkUtxesZRwgaiJbNFOD { 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; }
#t8iFbDl2BBmDJJI6JMReDJnguxZbJ0TC { 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; }
#JuZDEi4xBEwXGuR2vwIHRPWSuGJy1DFX { 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; }
#pwnEQekMJSlFtdKJty2T7el58GWd29lv { 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; }
#TCFDVU2bgn64MlMVAFE2MET7b5xxyWsR { 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; }
#tAEhysKqDUzlI5zm9S5yPpAiKbS1gm2A { 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; }
#EyQ2rT4vlM8ZGg1eQQJ5Qkw0ZC2NKo7a { 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; }
#VrA3dJpI5Py9FQFsqPqc97igmCMxSeJU { 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; }
#I8dFWU1zwgA7yKkDCwg4nPTQO4MzknqC { 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; }
#sUssbsWmVZ5hQV9ZfG2MnWn8TKcSn0Iy { 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; }
#hB28avqki2xAgMqaOmcVdq7D1PA7XEOR { 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; }
#lM2AyMF1i6fWVGwZbblhlNUH6bDO0tZy { 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; }
#Xl7itOoeR1VL34B5hpOKyaVPWnHzvVC5 { 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; }
#yxZawNO7B4g02zA7BmUMBydKWnFLwLIK { 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; }
#gWQz0iHF25lQyZTxTEMmtJ7Tu3oULMhW { 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; }
#uMpac4w1ieBTkqFMMFU4mx8SzpdI1pik { 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; }
#mmrFIv3MiRObIBmvp8hsXUJZebX3VxuG { 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; }
#IUZ8fziSBPFTLlNtB1Cwn8io1V3JpsEi { 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; }
#vXtyNxkeWHwsOrERU65mMXTGhs6VTagE { 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; }
#XIp2Hk9XlceB7DrQDuvvTGAsrs0TqHV7 { 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; }
#QPmcQyF6GFUCO4UoJRIHIQGcygdwWe8R { 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; }
#ugEJdQGkevzPwH4zznlSA09yhLNmiTlh { 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; }
#IkerxTHSblCQG2UTt6fT7MLid98tdb73 { 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; }
#wGxEadfgosHPF6w6kvwynWrs4sPA9mM0 { 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; }
#pi1pvLCMFqeUcaKmNaJrqbQBdore3NBV { 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; }
#trSJWqDIgnRrENgfIefl475ko0H4BaUK { 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; }
#Bf4ASfvrQH18Ga1IHqLAtSKVlBrXT59T { 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; }
#AgDmS5JlG0f14HxJdTVT4xVJn2czhVCV { 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; }
#saKZgqXz9u8nuBCSFyMhzTqnAWT3wIHJ { 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; }
#fQ3wGMGRNJrWSQZJvLQToClt33TAwUSr { 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; }
#VXJbwLkSZC0pekzti3HHUWEBOcTtZpz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxJOORhkkAQ1P0VmHfT5xtSoKOcKQDZP { 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; }
#Rb2t9BZ6qrQMQCC65XbbVnSgl2UQEOnm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUFLob9oDKmVKHvM69bbU4FuZqqcUi0Z { 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; }
#cN5b4NbTf4CfuIVLd5Dh60Xz0kkMTQfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7RTktefEHJgV5BbtsqxWEuRuCwWoTgr { 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; }
#dxKcaqiw9TB7HCxNWnglHAWubarFwE2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8c5bEu7cyq35JT6eTvibaBWoVXVdbsS { 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; }
#WQCZMet44sGUTTOIF5uVpmD0eVsMqTDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFSWQaIV8oqWx1LLL0QrmTQ7LBBfDWUy { 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; }
#EhtWa9TDXpiIvbdHVQ3mHMrm5KGcduzW { 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; }
#oTSh9IquoigQUEd9KAeZXuLVfIModTMI { 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; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container { background-color: transparent; background-image: none; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container > .video-iframe-container { display: none; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row > .video-iframe-container { display: none; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .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); }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container { border-width: 0; border-radius: 0; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .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; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#uVSyOZCTFMEhguNTUgpuv4v3JURwq0lu { 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; }
#rhq9o5qp7cev55VDEm1QlEhkOs2vkxtV { 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; }
#s5JhxwW3QrdsCmkTOR4nIWwgx4oJaQch { 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; }
#oXtdeTaG7hIf32kk3csLkUwQhdwWSpra { 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; }
#HEXtBEx5HtR3QdOtR8LXMStvQONZfbS7 { 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; }
#mlaPzzyBmV3f9ocJVGgLqvWtaRNOQvJZ { 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; }
#gt7KJRZV3Wr5SSo8HcvZHhkKIeA6qLC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUnovTOosoSgf4WCyKVBqQNyU4XpzLB6 { 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; }
#APHmCQ4EwXetfmrDbz7KgscM3VfPuIk5 { 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; }
#B9HIAfB6eTQtuORMyrpe5Tk2uP6cxPCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIXCVERtHdXaK8z5GozqVBgH7VWxnV9Z { 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; }
#zGChrhwkSkyNVIr87bE0OJdNRccIeuZu { 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; }
#IkoBlSdszkNniT3Chfg7i9LUgs0F44Qv { 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; }
#J3lhF1GugRsWSTr3qBcs1JTR19PC3Dm8 { 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; }
#MWxmG7rG7SZu1dbycNDdhomw3MFTHz62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUTk03mPoNpb5QDyvLqnAnJSSR1bHT1X { 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; }
#iWV3iTdCFWBy1XQu69gDZ88lE5VPRxf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIl1fPXrR8a1766DkzwAEERCt1n4ZoX6 { 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; }
#kpqJFkT77TEWnnXNNUKZDWmkuioJTtU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iss15304WA0QhFou2Z9oQ6TeO1667IAy { 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; }
#XRUM5tvJqab17unIudfW2UWRLTh1uTRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DU6AgfNvQxfSwQIykzx0IVTBOyXDX77I { 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; }
#WbzgzfMZxS608dMnor9ELAIn5QDJDyBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tg0CI0AwF1Z5UapHbzBdWQ9D8e6wVqwr { 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; }
#fSo77AFbbHJqhTtph2PVfRdebqxHxDFD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eegcpLW6bJmtSw4yaDn05tx4osDLwciI { 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; }
#JBTprCIgfsZLmzNLELLqAvuDvsnfV1LQ { 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; }
#tLTmAyvtaJRvkQkmu0Kv7ve10JRd014M { 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; }
#Weszzh06mPTBal8k8HsMpJZEZPkLkuKU { 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; }
#N7V4RBgG4OIyLthdwJI3RTKdpEbARHAk { 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; }
#fQfdGg7sQ5n6cSuVBlrczOwTJMZieo1B { 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; }
#ALaD0EmIZrL7rKTmxWOX7zs6cnuHWbhS { 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; }
#fVXXpvu10QkJWBVRmC2R0tESQAks4NUL { 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; }
#QHTDsC6amdBvdhrzDhdEZVICnAdJtbuq { 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; }
#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty { 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; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { background-color: transparent; background-image: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container > .video-iframe-container { display: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row > .video-iframe-container { display: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .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); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { border-width: 0; border-radius: 0; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#tRbKTiD22RIweFvl9LOBvGbVMl9z8it2 { 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; }
#iEtINF3WoTqwhnlS0I4rWTRI8pwTI5Sz { 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; }
#R2RiQRKrxBiRefX2XRUzRDkwVwk1WB4S { 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; }
#AD3q9WB9zM8NmptHh0Nc63xH2GBzhaha { 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; }
#hZddbzDBlxykt9i91T9DKcTEdxiXRCtp { 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; }
#OUaiiHIm4W8VV7QguxBHkQ3XIolWOZLE { 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; }
#AZPQGkcddb4XG76R1n5wVrtEtVp19U4w { 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; }
#r1ftczLnwz3R8qE0DOwVLdz36S4W1QiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DahutGhAzh6Wm5GbZsku2Zywhc7ldH6p { 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; }
#CT73pSGikvSqqD5tkWDw2nO7PfitioHX { 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; }
#oTKlw4mLc0FrGR7nkymDDUIyzpdsBQyO { 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; }
#wqwUwB2CVD042iaOKD5hxRGUTxm7S4aa { 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; }
#zmvK92iiwq0ThDoQqCWd28GNEeSTWVIr { 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; }
#SsknCTC72n50N3hrEnndSXlLqfbRTTyy { 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; }
#GIm74XyTTfDqw2SWTbsGDIeHRacGF3M3 { 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; }
#KEotLT3ZXiUVdSsrgms324zxLwXzJwrZ { 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; }
#FbCbVT2R67psCU9FgNXoWsKDNbXT32da { 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; }
#aaadzaGxDiyB7Ay4SJPKdQT1sBXKmxyT { 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; }
#PJ6KqIvGqsfAiTKA4cpz0imKwHECWLgy { 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; }
#TPqarH9mrSlSoXnhqwGMoNK0HRT88aFb { 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; }
#GbMJqayI46Ibb7vS4P3JVwVn5wdNh9Ws { 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; }
#cMbApBHva1bvgwyp8taTZf9qprQhKVow { 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; }
#wOn1bGbeg92MAXQMryad82n5lTzO4D7T { 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; }
#UWrqtKOdPEalZ7dCyyJ3u6kq0OeSepOd { 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; }
#Zp356gGr4WFWI3oAc7zQ0SspS8geONL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jmkd3xlpoECswGwW7iS8PwBV8e9bAlsO { 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; }
#eFpbdFuKSxnubOWcLuqs4HuobiUDrTDJ { 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; }
#KqQF0dxHqhS4KnnuN7loBsdVmU22WMO1 { 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; }
#l6obtUulT9gCFCXqMnnl1TRbuPVSIrQf { 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; }
#kJblEdANCOOO7Ew1Xz97xUoKOcpN3cv6 { 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; }
#z8UTQ0nBLK3EKbJeAcJJuErIeK7dRJKr { 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; }
#vo278022HfS4oXTQtgeqBDVdvcRLg7En { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEh3bKwkdAiAyvCoIKBuenxt4bXASXa1 { 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; }
#mFGWwbCl0Cbu1sqDIowPs4obLWgmsNq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnZDeist90vaZkGIwBdzeRN524aEq5qp { 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; }
#z7VnM8Agxr00AWCbZTPlnkhHV625LdXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TU0T0X0qO3vLH6S9eNsZ3UaKiUoh9roE { 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; }
#OTPGcrJo8Pg2uvRT3WwxtZ0OXivzn1hP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAyDxJ1ohxycIgSdbmDBqk3P7Bm72Ky6 { 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; }
#TFPC9abLrv0PCmFw904pXrewGWGeAkLl { 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; }
#zw5I2DMmPTnZWfUlq59dxlIRuXF0o12n { 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; }
#F8mPmPWO9HZ7qwyAFSBKbGeTwrNKFghr { 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; }
#XsTAKtSBoPa3rEBADawEfzwh58Xd43Sd { 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; }
#wHcKsa7JK3sqFobrHicAcPqG96i8lXfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpleAd0KibxGSgQUXGCvudiQ4iW5Lm3a { 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; }
#qp5ke6nh1uC6fh4DEt9abM4SU1kCwIX4 { 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; }
#pa2LtfcKFfeqa6iNniK6DMEWIc4ARGGo { 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; }
#cF4Oe4G6V97Ag0X1OW19nSvJzlaaSIPh { 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; }
#JrxUPVxLLpqvxgdPMJgzB0OQfRnTfSGI { 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; }
#fT8LyJr7xwHuToiOGW4VhH00Nq6IfupN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 { 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; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { background-color: transparent; background-image: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container > .video-iframe-container { display: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row > .video-iframe-container { display: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .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); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { border-width: 0; border-radius: 0; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#cViprl0Ifyl7lV9N8NzrtnIZd5SPTq5d { 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; }
#ymtuZRFzAkPu0btyi5r6RRGNmdzTdTxc { 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; }
#yiccZXmLxpVHWTZhZq3Dcf4JibDVGFXt { 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; }
#s5Gcgc5uVA0XxyNl88rVkka05EST8kip { 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; }
#tsh1o1TX0vgHnLWhELAbFIQcQb5lxNyL { 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; }
#KKNp8ByfZ6qFogeK9E38FmkBfVvuduC5 { 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) { #H0MNdPKf8NMVdDsMMdTT4PnivZKMgq9q { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW { display:block; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcxMoZ6xwPp9Bfdn0Cdik6L7QE7wRrEo { width:22.5rem;height:;top:2.625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-regular-label { display:block;width:30.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-text { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-textarea { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-select { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-button { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-checkbox-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs  { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .radio-container { width:30.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs {display:block;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs { width:30.9375rem;height:auto;top:4.875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #dQdrIOX5RPSqL3y0mcVb62Fv1hFmQtBX {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UMFU9IZJrUb8unAkbDIO5InaXVEzvWio { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #zmfwaNZTZIL2kNy3XZTfF6dSIDZWA7cd {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #cgaNZUTU4ofzMWcOSQB8Jivvh5yTuBIl {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UCQinnwMDlUcdLJ4O2JG26qKDJrVcef8 { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #va1V42aTA3M5MtHMv0cx2xOEeGz4uhU5 {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TqwS4AfD3IzOyd6a6sTr7aW2W6ZaTeTo {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #i60tGRif7rxQxKKZI00kFB2a28JV9ZyL { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #gy4tb0SMtt4tpTgkvn0Ts1KUZ7lNRAew {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #ExFf7QSNCCkoSXMTd8C8lQ913h0JGCHx {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #DNbWXBbopaEE0gh3Mgqe7DFbeC6qV8dx {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pBp9LZAd0AwJLiJBeDqT1scSJRqrvTFR {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #IwOxiUiVGTvz4AC68XNsWmJFWPUIdtQS {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pPVcTsQDeBqzFoh2Leg7LAWTQBzeuyw5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #a43rpTkVLbtNIcfMMz6MP6w5RkETieSB {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TctTHSlz0sElfsRDd64EtZNoTsM2MkTG {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #m8QbDvbVd6ptrfd6RsTH7aL9lsP6RDG0 {  }
 }@media only screen and (max-width: 763px) { #AtniuPdA9S9puuZwSIPrBkstqa8q3RAG { top:3.9375rem;left:20.6875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6xxG13dcFtTdHNzoBSgki3FxsoTzun { top:0.5625rem;left:0rem;width:23.8125rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHXuBlhvsCdFcQyh07la5r0rFyNGt8F { width:31.125rem;height:2.625rem;top:0.5625rem;left:16.625rem;font-size:1.75rem;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) { #WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg { display:block; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0fp2xwQoByomfCOCNKPQpZ3u1FKxvPX { width:19.5rem;height:2.375rem;top:20.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNJZ4mbIzRzC6AMokkUsCFGINb3O0TTS { width:18.75rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhegeDcQo1DFiueh4OrW5nhTVe0HbQo { width:19.75rem;height:29.9375rem;top:6.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARa9V794dqbS2JkUtxesZRwgaiJbNFOD { width:18.75rem;height:6.375rem;top:25.5rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8iFbDl2BBmDJJI6JMReDJnguxZbJ0TC { 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) { #JuZDEi4xBEwXGuR2vwIHRPWSuGJy1DFX { 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) { #pwnEQekMJSlFtdKJty2T7el58GWd29lv { 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) { #TCFDVU2bgn64MlMVAFE2MET7b5xxyWsR { width:19.375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAEhysKqDUzlI5zm9S5yPpAiKbS1gm2A { width:19.4375rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyQ2rT4vlM8ZGg1eQQJ5Qkw0ZC2NKo7a { width:19.625rem;height:2.1875rem;top:23.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrA3dJpI5Py9FQFsqPqc97igmCMxSeJU { width:19.5625rem;height:13.375rem;top:6.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8dFWU1zwgA7yKkDCwg4nPTQO4MzknqC { width:19.5625rem;height:13.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUssbsWmVZ5hQV9ZfG2MnWn8TKcSn0Iy { width:19.5625rem;height:13.375rem;top:6.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB28avqki2xAgMqaOmcVdq7D1PA7XEOR { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM2AyMF1i6fWVGwZbblhlNUH6bDO0tZy { width:47.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl7itOoeR1VL34B5hpOKyaVPWnHzvVC5 { width:19.5625rem;height:2.3125rem;top:51.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxZawNO7B4g02zA7BmUMBydKWnFLwLIK { 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) { #gWQz0iHF25lQyZTxTEMmtJ7Tu3oULMhW { 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) { #uMpac4w1ieBTkqFMMFU4mx8SzpdI1pik { width:19.75rem;height:29.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmrFIv3MiRObIBmvp8hsXUJZebX3VxuG { width:19.75rem;height:29.9375rem;top:6.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUZ8fziSBPFTLlNtB1Cwn8io1V3JpsEi { width:19.75rem;height:29.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXtyNxkeWHwsOrERU65mMXTGhs6VTagE { width:19.75rem;height:29.9375rem;top:37.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIp2Hk9XlceB7DrQDuvvTGAsrs0TqHV7 { width:19.75rem;height:29.9375rem;top:38rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmcQyF6GFUCO4UoJRIHIQGcygdwWe8R { width:19.75rem;height:13.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugEJdQGkevzPwH4zznlSA09yhLNmiTlh { width:19.875rem;height:13.375rem;top:38rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkerxTHSblCQG2UTt6fT7MLid98tdb73 { width:19.75rem;height:13.375rem;top:38rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxEadfgosHPF6w6kvwynWrs4sPA9mM0 { width:19.75rem;height:2.5625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1pvLCMFqeUcaKmNaJrqbQBdore3NBV { width:19.8125rem;height:1.25rem;top:54.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trSJWqDIgnRrENgfIefl475ko0H4BaUK { width:20rem;height:1.75rem;top:54.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4ASfvrQH18Ga1IHqLAtSKVlBrXT59T { width:18.75rem;height:5.625rem;top:57.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDmS5JlG0f14HxJdTVT4xVJn2czhVCV { width:18.3125rem;height:5.625rem;top:57.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saKZgqXz9u8nuBCSFyMhzTqnAWT3wIHJ { 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) { #fQ3wGMGRNJrWSQZJvLQToClt33TAwUSr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXJbwLkSZC0pekzti3HHUWEBOcTtZpz1 { display:block; }
 }@media only screen and (max-width: 763px) { #WxJOORhkkAQ1P0VmHfT5xtSoKOcKQDZP { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb2t9BZ6qrQMQCC65XbbVnSgl2UQEOnm { display:block; }
 }@media only screen and (max-width: 763px) { #lUFLob9oDKmVKHvM69bbU4FuZqqcUi0Z { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5b4NbTf4CfuIVLd5Dh60Xz0kkMTQfq { display:block; }
 }@media only screen and (max-width: 763px) { #K7RTktefEHJgV5BbtsqxWEuRuCwWoTgr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKcaqiw9TB7HCxNWnglHAWubarFwE2n { display:block; }
 }@media only screen and (max-width: 763px) { #U8c5bEu7cyq35JT6eTvibaBWoVXVdbsS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCZMet44sGUTTOIF5uVpmD0eVsMqTDK { display:block; }
 }@media only screen and (max-width: 763px) { #fFSWQaIV8oqWx1LLL0QrmTQ7LBBfDWUy { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhtWa9TDXpiIvbdHVQ3mHMrm5KGcduzW { 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) { #oTSh9IquoigQUEd9KAeZXuLVfIModTMI { display:block; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVSyOZCTFMEhguNTUgpuv4v3JURwq0lu { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhq9o5qp7cev55VDEm1QlEhkOs2vkxtV { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5JhxwW3QrdsCmkTOR4nIWwgx4oJaQch { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtdeTaG7hIf32kk3csLkUwQhdwWSpra { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXtBEx5HtR3QdOtR8LXMStvQONZfbS7 { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaPzzyBmV3f9ocJVGgLqvWtaRNOQvJZ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7KJRZV3Wr5SSo8HcvZHhkKIeA6qLC3 { display:block; }
 }@media only screen and (max-width: 763px) { #GUnovTOosoSgf4WCyKVBqQNyU4XpzLB6 { 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) { #APHmCQ4EwXetfmrDbz7KgscM3VfPuIk5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9HIAfB6eTQtuORMyrpe5Tk2uP6cxPCB { display:block; }
 }@media only screen and (max-width: 763px) { #HIXCVERtHdXaK8z5GozqVBgH7VWxnV9Z { 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) { #zGChrhwkSkyNVIr87bE0OJdNRccIeuZu { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkoBlSdszkNniT3Chfg7i9LUgs0F44Qv { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3lhF1GugRsWSTr3qBcs1JTR19PC3Dm8 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxmG7rG7SZu1dbycNDdhomw3MFTHz62 { display:block; }
 }@media only screen and (max-width: 763px) { #KUTk03mPoNpb5QDyvLqnAnJSSR1bHT1X { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWV3iTdCFWBy1XQu69gDZ88lE5VPRxf6 { display:block; }
 }@media only screen and (max-width: 763px) { #dIl1fPXrR8a1766DkzwAEERCt1n4ZoX6 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpqJFkT77TEWnnXNNUKZDWmkuioJTtU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Iss15304WA0QhFou2Z9oQ6TeO1667IAy { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUM5tvJqab17unIudfW2UWRLTh1uTRp { display:block; }
 }@media only screen and (max-width: 763px) { #DU6AgfNvQxfSwQIykzx0IVTBOyXDX77I { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbzgzfMZxS608dMnor9ELAIn5QDJDyBp { display:block; }
 }@media only screen and (max-width: 763px) { #Tg0CI0AwF1Z5UapHbzBdWQ9D8e6wVqwr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSo77AFbbHJqhTtph2PVfRdebqxHxDFD { display:block; }
 }@media only screen and (max-width: 763px) { #eegcpLW6bJmtSw4yaDn05tx4osDLwciI { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTprCIgfsZLmzNLELLqAvuDvsnfV1LQ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLTmAyvtaJRvkQkmu0Kv7ve10JRd014M { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weszzh06mPTBal8k8HsMpJZEZPkLkuKU { 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) { #N7V4RBgG4OIyLthdwJI3RTKdpEbARHAk { 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) { #fQfdGg7sQ5n6cSuVBlrczOwTJMZieo1B { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALaD0EmIZrL7rKTmxWOX7zs6cnuHWbhS { 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) { #fVXXpvu10QkJWBVRmC2R0tESQAks4NUL { 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) { #QHTDsC6amdBvdhrzDhdEZVICnAdJtbuq { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty { display:block; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRbKTiD22RIweFvl9LOBvGbVMl9z8it2 { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtINF3WoTqwhnlS0I4rWTRI8pwTI5Sz { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2RiQRKrxBiRefX2XRUzRDkwVwk1WB4S { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3q9WB9zM8NmptHh0Nc63xH2GBzhaha { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZddbzDBlxykt9i91T9DKcTEdxiXRCtp { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUaiiHIm4W8VV7QguxBHkQ3XIolWOZLE { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPQGkcddb4XG76R1n5wVrtEtVp19U4w { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ftczLnwz3R8qE0DOwVLdz36S4W1QiM { display:block; }
 }@media only screen and (max-width: 763px) { #DahutGhAzh6Wm5GbZsku2Zywhc7ldH6p { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT73pSGikvSqqD5tkWDw2nO7PfitioHX { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKlw4mLc0FrGR7nkymDDUIyzpdsBQyO { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqwUwB2CVD042iaOKD5hxRGUTxm7S4aa { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmvK92iiwq0ThDoQqCWd28GNEeSTWVIr { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsknCTC72n50N3hrEnndSXlLqfbRTTyy { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIm74XyTTfDqw2SWTbsGDIeHRacGF3M3 { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEotLT3ZXiUVdSsrgms324zxLwXzJwrZ { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCbVT2R67psCU9FgNXoWsKDNbXT32da { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaadzaGxDiyB7Ay4SJPKdQT1sBXKmxyT { 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) { #PJ6KqIvGqsfAiTKA4cpz0imKwHECWLgy { 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) { #TPqarH9mrSlSoXnhqwGMoNK0HRT88aFb { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbMJqayI46Ibb7vS4P3JVwVn5wdNh9Ws { 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) { #cMbApBHva1bvgwyp8taTZf9qprQhKVow { 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) { #wOn1bGbeg92MAXQMryad82n5lTzO4D7T { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWrqtKOdPEalZ7dCyyJ3u6kq0OeSepOd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp356gGr4WFWI3oAc7zQ0SspS8geONL9 { display:block; }
 }@media only screen and (max-width: 763px) { #Jmkd3xlpoECswGwW7iS8PwBV8e9bAlsO { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFpbdFuKSxnubOWcLuqs4HuobiUDrTDJ { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqQF0dxHqhS4KnnuN7loBsdVmU22WMO1 { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6obtUulT9gCFCXqMnnl1TRbuPVSIrQf { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJblEdANCOOO7Ew1Xz97xUoKOcpN3cv6 { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8UTQ0nBLK3EKbJeAcJJuErIeK7dRJKr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo278022HfS4oXTQtgeqBDVdvcRLg7En { display:block; }
 }@media only screen and (max-width: 763px) { #SEh3bKwkdAiAyvCoIKBuenxt4bXASXa1 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGWwbCl0Cbu1sqDIowPs4obLWgmsNq9 { display:block; }
 }@media only screen and (max-width: 763px) { #dnZDeist90vaZkGIwBdzeRN524aEq5qp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7VnM8Agxr00AWCbZTPlnkhHV625LdXh { display:block; }
 }@media only screen and (max-width: 763px) { #TU0T0X0qO3vLH6S9eNsZ3UaKiUoh9roE { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPGcrJo8Pg2uvRT3WwxtZ0OXivzn1hP { display:block; }
 }@media only screen and (max-width: 763px) { #TAyDxJ1ohxycIgSdbmDBqk3P7Bm72Ky6 { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPC9abLrv0PCmFw904pXrewGWGeAkLl { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw5I2DMmPTnZWfUlq59dxlIRuXF0o12n { 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) { #F8mPmPWO9HZ7qwyAFSBKbGeTwrNKFghr { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTAKtSBoPa3rEBADawEfzwh58Xd43Sd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcKsa7JK3sqFobrHicAcPqG96i8lXfC { display:block; }
 }@media only screen and (max-width: 763px) { #GpleAd0KibxGSgQUXGCvudiQ4iW5Lm3a { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5ke6nh1uC6fh4DEt9abM4SU1kCwIX4 { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa2LtfcKFfeqa6iNniK6DMEWIc4ARGGo { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF4Oe4G6V97Ag0X1OW19nSvJzlaaSIPh { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxUPVxLLpqvxgdPMJgzB0OQfRnTfSGI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8LyJr7xwHuToiOGW4VhH00Nq6IfupN { display:block; }
 }@media only screen and (max-width: 763px) { #ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 { display:block; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cViprl0Ifyl7lV9N8NzrtnIZd5SPTq5d { 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) { #ymtuZRFzAkPu0btyi5r6RRGNmdzTdTxc { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiccZXmLxpVHWTZhZq3Dcf4JibDVGFXt { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Gcgc5uVA0XxyNl88rVkka05EST8kip { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsh1o1TX0vgHnLWhELAbFIQcQb5lxNyL { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKNp8ByfZ6qFogeK9E38FmkBfVvuduC5 { 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:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J54AatEDrSoFNAGKAuHGprHCHUefORs9 { width:16.25rem;height:12rem;top:20.3125rem;left:2.4091796875rem;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:3.5rem;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:71.25rem;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.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWqDckz9eGCxaPlOQT3bo4OF2ZXOiKwZ { width:16.3125rem;height:13.4375rem;top:13.625rem;left:0.78125rem;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.4375rem;height:10rem;top:15.40625rem;left:6.4375rem;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.59375rem;top:33.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hhDLgvGNd3Q2ps2zcWQmVR0WS064B9En { width:11.375rem;height:4.62890625rem;top:60.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:65.25390625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0MNdPKf8NMVdDsMMdTT4PnivZKMgq9q { width:20rem;height:3.5996125rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW { display:block; }#KzU8ntTI2BdKTQ7W55SaUldGaPPkX8PW > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcxMoZ6xwPp9Bfdn0Cdik6L7QE7wRrEo { 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) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-text {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-input-select {padding-top: 0; padding-bottom: 0;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .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; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs  { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs {display:block;}#rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs { width:17.5rem;height:auto;top:7.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #dQdrIOX5RPSqL3y0mcVb62Fv1hFmQtBX {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UMFU9IZJrUb8unAkbDIO5InaXVEzvWio { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #zmfwaNZTZIL2kNy3XZTfF6dSIDZWA7cd {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #cgaNZUTU4ofzMWcOSQB8Jivvh5yTuBIl {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #UCQinnwMDlUcdLJ4O2JG26qKDJrVcef8 { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #va1V42aTA3M5MtHMv0cx2xOEeGz4uhU5 {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TqwS4AfD3IzOyd6a6sTr7aW2W6ZaTeTo {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #i60tGRif7rxQxKKZI00kFB2a28JV9ZyL { display:block; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #gy4tb0SMtt4tpTgkvn0Ts1KUZ7lNRAew {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #ExFf7QSNCCkoSXMTd8C8lQ913h0JGCHx {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #DNbWXBbopaEE0gh3Mgqe7DFbeC6qV8dx {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pBp9LZAd0AwJLiJBeDqT1scSJRqrvTFR {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #IwOxiUiVGTvz4AC68XNsWmJFWPUIdtQS {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #pPVcTsQDeBqzFoh2Leg7LAWTQBzeuyw5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #a43rpTkVLbtNIcfMMz6MP6w5RkETieSB {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #TctTHSlz0sElfsRDd64EtZNoTsM2MkTG {  }
 }@media only screen and (max-width: 763px) { #rhHJ8BX4DIAiwZDFRi9ybw7F9xr2hVFs #m8QbDvbVd6ptrfd6RsTH7aL9lsP6RDG0 {  }
 }@media only screen and (max-width: 763px) { #AtniuPdA9S9puuZwSIPrBkstqa8q3RAG { width:9.8125rem;height:0.1875rem;top:5.365234375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6xxG13dcFtTdHNzoBSgki3FxsoTzun { 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) { #sfHXuBlhvsCdFcQyh07la5r0rFyNGt8F { width:13.5625rem;height:4.19921875rem;top:0.6875rem;left:5.96875rem;text-align:center;text-align-last:center;font-size:1.75rem;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) { #WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg { background-color:#fdffff;background-image:none;display:block; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { background-color: transparent; background-image: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container > .video-iframe-container { display: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row > .video-iframe-container { display: none; }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .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); }#WkwkG3RHViF5fd2tFMuC55NDfVaKeBlg > .row .container { width:20rem;height:191.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0fp2xwQoByomfCOCNKPQpZ3u1FKxvPX { 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) { #mNJZ4mbIzRzC6AMokkUsCFGINb3O0TTS { 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) { #LfhegeDcQo1DFiueh4OrW5nhTVe0HbQo { width:19.75rem;height:28.75rem;top:68.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARa9V794dqbS2JkUtxesZRwgaiJbNFOD { 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) { #t8iFbDl2BBmDJJI6JMReDJnguxZbJ0TC { 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) { #JuZDEi4xBEwXGuR2vwIHRPWSuGJy1DFX { 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) { #pwnEQekMJSlFtdKJty2T7el58GWd29lv { 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) { #TCFDVU2bgn64MlMVAFE2MET7b5xxyWsR { 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) { #tAEhysKqDUzlI5zm9S5yPpAiKbS1gm2A { 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) { #EyQ2rT4vlM8ZGg1eQQJ5Qkw0ZC2NKo7a { 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) { #VrA3dJpI5Py9FQFsqPqc97igmCMxSeJU { 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) { #I8dFWU1zwgA7yKkDCwg4nPTQO4MzknqC { 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) { #sUssbsWmVZ5hQV9ZfG2MnWn8TKcSn0Iy { 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) { #hB28avqki2xAgMqaOmcVdq7D1PA7XEOR { 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) { #lM2AyMF1i6fWVGwZbblhlNUH6bDO0tZy { 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) { #Xl7itOoeR1VL34B5hpOKyaVPWnHzvVC5 { 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) { #yxZawNO7B4g02zA7BmUMBydKWnFLwLIK { 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) { #gWQz0iHF25lQyZTxTEMmtJ7Tu3oULMhW { 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) { #uMpac4w1ieBTkqFMMFU4mx8SzpdI1pik { width:19.75rem;height:28.125rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmrFIv3MiRObIBmvp8hsXUJZebX3VxuG { width:19.75rem;height:29.125rem;top:129.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUZ8fziSBPFTLlNtB1Cwn8io1V3JpsEi { width:19.75rem;height:29.875rem;top:37.818359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXtyNxkeWHwsOrERU65mMXTGhs6VTagE { width:19.75rem;height:30.125rem;top:98.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIp2Hk9XlceB7DrQDuvvTGAsrs0TqHV7 { width:19.75rem;height:31.0625rem;top:159.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmcQyF6GFUCO4UoJRIHIQGcygdwWe8R { 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) { #ugEJdQGkevzPwH4zznlSA09yhLNmiTlh { 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) { #IkerxTHSblCQG2UTt6fT7MLid98tdb73 { 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) { #wGxEadfgosHPF6w6kvwynWrs4sPA9mM0 { 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) { #pi1pvLCMFqeUcaKmNaJrqbQBdore3NBV { 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) { #trSJWqDIgnRrENgfIefl475ko0H4BaUK { 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) { #Bf4ASfvrQH18Ga1IHqLAtSKVlBrXT59T { 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) { #AgDmS5JlG0f14HxJdTVT4xVJn2czhVCV { 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) { #saKZgqXz9u8nuBCSFyMhzTqnAWT3wIHJ { 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) { #fQ3wGMGRNJrWSQZJvLQToClt33TAwUSr { width:12.375rem;height:3rem;top:63.7705078125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXJbwLkSZC0pekzti3HHUWEBOcTtZpz1 { display:block; }
 }@media only screen and (max-width: 763px) { #WxJOORhkkAQ1P0VmHfT5xtSoKOcKQDZP { width:12.375rem;height:3.625rem;top:32.287109375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb2t9BZ6qrQMQCC65XbbVnSgl2UQEOnm { display:block; }
 }@media only screen and (max-width: 763px) { #lUFLob9oDKmVKHvM69bbU4FuZqqcUi0Z { width:12.375rem;height:3rem;top:92.849609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5b4NbTf4CfuIVLd5Dh60Xz0kkMTQfq { display:block; }
 }@media only screen and (max-width: 763px) { #K7RTktefEHJgV5BbtsqxWEuRuCwWoTgr { width:12.375rem;height:3rem;top:154.130859375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKcaqiw9TB7HCxNWnglHAWubarFwE2n { display:block; }
 }@media only screen and (max-width: 763px) { #U8c5bEu7cyq35JT6eTvibaBWoVXVdbsS { width:12.375rem;height:3rem;top:124.3583984375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCZMet44sGUTTOIF5uVpmD0eVsMqTDK { display:block; }
 }@media only screen and (max-width: 763px) { #fFSWQaIV8oqWx1LLL0QrmTQ7LBBfDWUy { width:12.375rem;height:3rem;top:186.7392578125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhtWa9TDXpiIvbdHVQ3mHMrm5KGcduzW { 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) { #oTSh9IquoigQUEd9KAeZXuLVfIModTMI { display:block; }#oTSh9IquoigQUEd9KAeZXuLVfIModTMI > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVSyOZCTFMEhguNTUgpuv4v3JURwq0lu { 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) { #rhq9o5qp7cev55VDEm1QlEhkOs2vkxtV { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5JhxwW3QrdsCmkTOR4nIWwgx4oJaQch { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXtdeTaG7hIf32kk3csLkUwQhdwWSpra { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXtBEx5HtR3QdOtR8LXMStvQONZfbS7 { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaPzzyBmV3f9ocJVGgLqvWtaRNOQvJZ { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7KJRZV3Wr5SSo8HcvZHhkKIeA6qLC3 { display:block; }
 }@media only screen and (max-width: 763px) { #GUnovTOosoSgf4WCyKVBqQNyU4XpzLB6 { 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) { #APHmCQ4EwXetfmrDbz7KgscM3VfPuIk5 { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9HIAfB6eTQtuORMyrpe5Tk2uP6cxPCB { display:block; }
 }@media only screen and (max-width: 763px) { #HIXCVERtHdXaK8z5GozqVBgH7VWxnV9Z { 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) { #zGChrhwkSkyNVIr87bE0OJdNRccIeuZu { 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) { #IkoBlSdszkNniT3Chfg7i9LUgs0F44Qv { 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) { #J3lhF1GugRsWSTr3qBcs1JTR19PC3Dm8 { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxmG7rG7SZu1dbycNDdhomw3MFTHz62 { display:block; }
 }@media only screen and (max-width: 763px) { #KUTk03mPoNpb5QDyvLqnAnJSSR1bHT1X { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWV3iTdCFWBy1XQu69gDZ88lE5VPRxf6 { display:block; }
 }@media only screen and (max-width: 763px) { #dIl1fPXrR8a1766DkzwAEERCt1n4ZoX6 { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpqJFkT77TEWnnXNNUKZDWmkuioJTtU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Iss15304WA0QhFou2Z9oQ6TeO1667IAy { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUM5tvJqab17unIudfW2UWRLTh1uTRp { display:block; }
 }@media only screen and (max-width: 763px) { #DU6AgfNvQxfSwQIykzx0IVTBOyXDX77I { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbzgzfMZxS608dMnor9ELAIn5QDJDyBp { display:block; }
 }@media only screen and (max-width: 763px) { #Tg0CI0AwF1Z5UapHbzBdWQ9D8e6wVqwr { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSo77AFbbHJqhTtph2PVfRdebqxHxDFD { display:block; }
 }@media only screen and (max-width: 763px) { #eegcpLW6bJmtSw4yaDn05tx4osDLwciI { 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) { #JBTprCIgfsZLmzNLELLqAvuDvsnfV1LQ { 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) { #tLTmAyvtaJRvkQkmu0Kv7ve10JRd014M { 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) { #Weszzh06mPTBal8k8HsMpJZEZPkLkuKU { 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) { #N7V4RBgG4OIyLthdwJI3RTKdpEbARHAk { 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) { #fQfdGg7sQ5n6cSuVBlrczOwTJMZieo1B { 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) { #ALaD0EmIZrL7rKTmxWOX7zs6cnuHWbhS { 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) { #fVXXpvu10QkJWBVRmC2R0tESQAks4NUL { 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) { #QHTDsC6amdBvdhrzDhdEZVICnAdJtbuq { 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) { #ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty { background-color:#fdffff;background-image:none;display:block; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { background-color: transparent; background-image: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container > .video-iframe-container { display: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row > .video-iframe-container { display: none; }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .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); }#ulIm5m0coL4TkpzDiPshZV9cwKEt23Ty > .row .container { width:20rem;height:301rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRbKTiD22RIweFvl9LOBvGbVMl9z8it2 { 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) { #iEtINF3WoTqwhnlS0I4rWTRI8pwTI5Sz { 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) { #R2RiQRKrxBiRefX2XRUzRDkwVwk1WB4S { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3q9WB9zM8NmptHh0Nc63xH2GBzhaha { 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) { #hZddbzDBlxykt9i91T9DKcTEdxiXRCtp { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OUaiiHIm4W8VV7QguxBHkQ3XIolWOZLE { 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) { #AZPQGkcddb4XG76R1n5wVrtEtVp19U4w { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ftczLnwz3R8qE0DOwVLdz36S4W1QiM { display:block; }
 }@media only screen and (max-width: 763px) { #DahutGhAzh6Wm5GbZsku2Zywhc7ldH6p { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT73pSGikvSqqD5tkWDw2nO7PfitioHX { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKlw4mLc0FrGR7nkymDDUIyzpdsBQyO { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqwUwB2CVD042iaOKD5hxRGUTxm7S4aa { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zmvK92iiwq0ThDoQqCWd28GNEeSTWVIr { 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) { #SsknCTC72n50N3hrEnndSXlLqfbRTTyy { 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) { #GIm74XyTTfDqw2SWTbsGDIeHRacGF3M3 { 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) { #KEotLT3ZXiUVdSsrgms324zxLwXzJwrZ { 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) { #FbCbVT2R67psCU9FgNXoWsKDNbXT32da { 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) { #aaadzaGxDiyB7Ay4SJPKdQT1sBXKmxyT { 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) { #PJ6KqIvGqsfAiTKA4cpz0imKwHECWLgy { 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) { #TPqarH9mrSlSoXnhqwGMoNK0HRT88aFb { 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) { #GbMJqayI46Ibb7vS4P3JVwVn5wdNh9Ws { 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) { #cMbApBHva1bvgwyp8taTZf9qprQhKVow { 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) { #wOn1bGbeg92MAXQMryad82n5lTzO4D7T { 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) { #UWrqtKOdPEalZ7dCyyJ3u6kq0OeSepOd { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp356gGr4WFWI3oAc7zQ0SspS8geONL9 { display:block; }
 }@media only screen and (max-width: 763px) { #Jmkd3xlpoECswGwW7iS8PwBV8e9bAlsO { 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) { #eFpbdFuKSxnubOWcLuqs4HuobiUDrTDJ { 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) { #KqQF0dxHqhS4KnnuN7loBsdVmU22WMO1 { 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) { #l6obtUulT9gCFCXqMnnl1TRbuPVSIrQf { 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) { #kJblEdANCOOO7Ew1Xz97xUoKOcpN3cv6 { 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) { #z8UTQ0nBLK3EKbJeAcJJuErIeK7dRJKr { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo278022HfS4oXTQtgeqBDVdvcRLg7En { display:block; }
 }@media only screen and (max-width: 763px) { #SEh3bKwkdAiAyvCoIKBuenxt4bXASXa1 { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGWwbCl0Cbu1sqDIowPs4obLWgmsNq9 { display:block; }
 }@media only screen and (max-width: 763px) { #dnZDeist90vaZkGIwBdzeRN524aEq5qp { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7VnM8Agxr00AWCbZTPlnkhHV625LdXh { display:block; }
 }@media only screen and (max-width: 763px) { #TU0T0X0qO3vLH6S9eNsZ3UaKiUoh9roE { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPGcrJo8Pg2uvRT3WwxtZ0OXivzn1hP { display:block; }
 }@media only screen and (max-width: 763px) { #TAyDxJ1ohxycIgSdbmDBqk3P7Bm72Ky6 { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFPC9abLrv0PCmFw904pXrewGWGeAkLl { 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) { #zw5I2DMmPTnZWfUlq59dxlIRuXF0o12n { 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) { #F8mPmPWO9HZ7qwyAFSBKbGeTwrNKFghr { 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) { #XsTAKtSBoPa3rEBADawEfzwh58Xd43Sd { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcKsa7JK3sqFobrHicAcPqG96i8lXfC { display:block; }
 }@media only screen and (max-width: 763px) { #GpleAd0KibxGSgQUXGCvudiQ4iW5Lm3a { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp5ke6nh1uC6fh4DEt9abM4SU1kCwIX4 { 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) { #pa2LtfcKFfeqa6iNniK6DMEWIc4ARGGo { 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) { #cF4Oe4G6V97Ag0X1OW19nSvJzlaaSIPh { 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) { #JrxUPVxLLpqvxgdPMJgzB0OQfRnTfSGI { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8LyJr7xwHuToiOGW4VhH00Nq6IfupN { display:block; }
 }@media only screen and (max-width: 763px) { #ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { background-color: transparent; background-image: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container > .video-iframe-container { display: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row > .video-iframe-container { display: none; }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .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); }#ltLvyL8V5K82UermmzAlCEVTD7sT2XZ6 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cViprl0Ifyl7lV9N8NzrtnIZd5SPTq5d { 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) { #ymtuZRFzAkPu0btyi5r6RRGNmdzTdTxc { 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) { #yiccZXmLxpVHWTZhZq3Dcf4JibDVGFXt { 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) { #s5Gcgc5uVA0XxyNl88rVkka05EST8kip { 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) { #tsh1o1TX0vgHnLWhELAbFIQcQb5lxNyL { 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) { #KKNp8ByfZ6qFogeK9E38FmkBfVvuduC5 { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }